Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroleak committed Jan 1, 2020
1 parent 7a52230 commit 4b1d207
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-cli</artifactId>
<version>develop-SNAPSHOT</version>
<version>0.10.1</version>
<name>whirlpool-client-cli</name>
<properties>
<spring-boot.version>2.1.6.RELEASE</spring-boot.version>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.github.Samourai-Wallet</groupId>
<artifactId>whirlpool-client</artifactId>
<version>develop-SNAPSHOT</version>
<version>0.23.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -169,6 +169,6 @@
</repositories>
<scm>
<connection>scm:git:https://github.com/Samourai-Wallet/whirlpool-client-cli.git</connection>
<tag>HEAD</tag>
<tag>0.10.1</tag>
</scm>
</project>

0 comments on commit 4b1d207

Please sign in to comment.