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 Feb 22, 2020
1 parent f9f1e35 commit 39e6e68
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-client</artifactId>
<version>0.23.11</version>
<version>develop-SNAPSHOT</version>
<name>whirlpool-client</name>
<properties>
<maven.compiler.source>1.6</maven.compiler.source>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.github.Samourai-Wallet</groupId>
<artifactId>whirlpool-protocol</artifactId>
<version>0.23.2</version>
<version>develop-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>com.github.Samourai-Wallet</groupId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.github.Samourai-Wallet</groupId>
<artifactId>xmanager-protocol</artifactId>
<version>1.0.1</version>
<version>develop-SNAPSHOT</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>0.23.11</tag>
<tag>HEAD</tag>
</scm>
</project>

0 comments on commit 39e6e68

Please sign in to comment.