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 4a9e86e commit 07b3a9aCopy full SHA for 07b3a9a
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.github.Samourai-Wallet</groupId>
5
<artifactId>extlibj</artifactId>
6
- <version>develop-SNAPSHOT</version>
+ <version>0.0.2</version>
7
<name>extlibj</name>
8
<properties>
9
<maven.compiler.source>1.6</maven.compiler.source>
@@ -93,6 +93,6 @@
93
</repositories>
94
<scm>
95
<connection>scm:git:https://github.com/Samourai-Wallet/ExtLibJ.git</connection>
96
- <tag>HEAD</tag>
+ <tag>0.0.2</tag>
97
</scm>
98
</project>
0 commit comments