Skip to content

Commit 0b86ba4

Browse files
committed
[maven-release-plugin] prepare release 0.9.0
1 parent 7733a26 commit 0b86ba4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.Samourai-Wallet</groupId>
55
<artifactId>whirlpool-client-cli</artifactId>
6-
<version>develop-SNAPSHOT</version>
6+
<version>0.9.0</version>
77
<name>whirlpool-client-cli</name>
88
<properties>
99
<spring-boot.version>2.1.6.RELEASE</spring-boot.version>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.github.Samourai-Wallet</groupId>
1919
<artifactId>whirlpool-client</artifactId>
20-
<version>develop-SNAPSHOT</version>
20+
<version>0.21.8</version>
2121
<scope>compile</scope>
2222
</dependency>
2323
<dependency>
@@ -174,6 +174,6 @@
174174
</repositories>
175175
<scm>
176176
<connection>scm:git:https://github.com/Samourai-Wallet/whirlpool-client-cli.git</connection>
177-
<tag>HEAD</tag>
177+
<tag>0.9.0</tag>
178178
</scm>
179179
</project>

0 commit comments

Comments
 (0)