Skip to content

Commit

Permalink
[ci skip]prepare release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
25 committed Oct 17, 2022
1 parent 9916781 commit 20c71e6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.akadia</groupId>
<artifactId>bungeecord-prometheus-exporter</artifactId>
<name>BungeeCordPrometheusExporter</name>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<packaging>jar</packaging>
<url>https://akadia.org</url>

Expand All @@ -16,7 +15,7 @@
<url>https://github.com/weihao/bungeecord-prometheus-exporter</url>
<connection>scm:git:git://github.com/weihao/bungeecord-prometheus-exporter.git</connection>
<developerConnection>scm:git:[email protected]:weihao/bungeecord-prometheus-exporter.git</developerConnection>
<tag>HEAD</tag>
<tag>3.1.1</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -214,8 +213,7 @@
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Implementation-Title>${project.artifactId}</Implementation-Title>
<Implementation-Version>${project.version}</Implementation-Version>
Expand Down

0 comments on commit 20c71e6

Please sign in to comment.