Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onoderis committed Feb 6, 2021
1 parent f03f098 commit a45bb15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.github.onoderis</groupId>
<artifactId>failchat</artifactId>
<version>2.6.4-SNAPSHOT</version>
<version>2.7.0</version>
<packaging>jar</packaging>

<name>failchat</name>
Expand Down Expand Up @@ -44,7 +44,7 @@

<scm>
<developerConnection>scm:git:https://github.com/onoderis/failchat.git</developerConnection>
<tag>HEAD</tag>
<tag>v2.7.0</tag>
</scm>

<repositories>
Expand Down Expand Up @@ -470,8 +470,8 @@
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>failchat.FailchatMainKt</Main-Class>
Expand Down

0 comments on commit a45bb15

Please sign in to comment.