We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1cde8 commit ba9dc65Copy full SHA for ba9dc65
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.jsonbuddy</groupId>
6
<artifactId>jsonbuddy</artifactId>
7
- <version>0.15.1-SNAPSHOT</version>
+ <version>0.15</version>
8
9
<properties>
10
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -41,7 +41,7 @@
41
<connection>scm:git:https://github.com/anders88/jsonbuddy.git</connection>
42
<developerConnection>scm:git:https://github.com/anders88/jsonbuddy.git</developerConnection>
43
<url>https://github.com/anders88/jsonbuddy.git</url>
44
- <tag>HEAD</tag>
+ <tag>jsonbuddy-0.15</tag>
45
</scm>
46
47
<dependencies>
0 commit comments