We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8d096 commit 2aaefcdCopy full SHA for 2aaefcd
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.github.Samourai-Wallet</groupId>
5
<artifactId>java-server</artifactId>
6
- <version>develop-SNAPSHOT</version>
+ <version>1.0.2</version>
7
<name>java-server</name>
8
<properties>
9
<project.scm.id>samourai</project.scm.id>
@@ -153,6 +153,6 @@
153
</repositories>
154
<scm>
155
<connection>scm:git:https://github.com/Samourai-Wallet/java-server.git</connection>
156
- <tag>HEAD</tag>
+ <tag>1.0.2</tag>
157
</scm>
158
</project>
0 commit comments