Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroleak committed Dec 30, 2019
1 parent f3f74f8 commit 1098033
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</version>
<version>develop-SNAPSHOT</version>
<name>whirlpool-server</name>
<properties>
<spring-boot.version>2.1.6.RELEASE</spring-boot.version>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.github.Samourai-Wallet</groupId>
<artifactId>whirlpool-protocol</artifactId>
<version>0.23.0</version>
<version>develop-SNAPSHOT</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>com.github.Samourai-Wallet</groupId>
<artifactId>whirlpool-client-cli</artifactId>
<version>0.10.0</version>
<version>develop-SNAPSHOT</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -220,6 +220,6 @@
</repositories>
<scm>
<connection>scm:git:https://github.com/Samourai-Wallet/whirlpool-server.git</connection>
<tag>0.23.0</tag>
<tag>HEAD</tag>
</scm>
</project>

0 comments on commit 1098033

Please sign in to comment.