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 713e05e commit 1709403Copy full SHA for 1709403
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.11</version>
7
<name>extlibj</name>
8
<properties>
9
<maven.compiler.source>1.6</maven.compiler.source>
@@ -103,6 +103,6 @@
103
</repositories>
104
<scm>
105
<connection>scm:git:https://github.com/Samourai-Wallet/ExtLibJ.git</connection>
106
- <tag>0.0.6</tag>
+ <tag>0.0.11</tag>
107
</scm>
108
</project>
0 commit comments