Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroleak committed Feb 18, 2020
1 parent eb70ad6 commit 985b273
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.Samourai-Wallet</groupId>
<artifactId>whirlpool-server</artifactId>
<version>develop-SNAPSHOT</version>
<version>0.23.3</version>
<name>whirlpool-server</name>
<properties>
<spring-boot.version>2.1.6.RELEASE</spring-boot.version>
Expand All @@ -14,12 +14,12 @@
<dependency>
<groupId>com.github.Samourai-Wallet</groupId>
<artifactId>java-server</artifactId>
<version>develop-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.github.Samourai-Wallet</groupId>
<artifactId>whirlpool-client-cli</artifactId>
<version>develop-SNAPSHOT</version>
<version>0.10.3-alpha3</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
Expand Down Expand Up @@ -162,6 +162,6 @@
</repositories>
<scm>
<connection>scm:git:https://github.com/Samourai-Wallet/whirlpool-server.git</connection>
<tag>HEAD</tag>
<tag>0.23.3</tag>
</scm>
</project>

0 comments on commit 985b273

Please sign in to comment.