Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.23.15
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroleak committed Mar 30, 2020
1 parent 39a70e7 commit 7a67150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.Samourai-Wallet</groupId>
<artifactId>whirlpool-client</artifactId>
<version>develop-SNAPSHOT</version>
<version>0.23.15</version>
<name>whirlpool-client</name>
<properties>
<maven.compiler.source>1.6</maven.compiler.source>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.github.Samourai-Wallet</groupId>
<artifactId>xmanager-protocol</artifactId>
<version>develop-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -127,6 +127,6 @@
</repositories>
<scm>
<connection>scm:git:https://github.com/Samourai-Wallet/whirlpool-client.git</connection>
<tag>HEAD</tag>
<tag>0.23.15</tag>
</scm>
</project>

0 comments on commit 7a67150

Please sign in to comment.