We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1bf529 commit a5d2223Copy full SHA for a5d2223
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>org.codehaus.jettison</groupId>
4
<artifactId>jettison</artifactId>
5
- <version>1.5.0</version>
+ <version>1.5.1-SNAPSHOT</version>
6
<packaging>bundle</packaging>
7
<name>Jettison</name>
8
<description>A StAX implementation for JSON.</description>
@@ -31,7 +31,7 @@
31
<connection>scm:git:http://github.com/jettison-json/jettison.git</connection>
32
<developerConnection>scm:git:https://github.com/jettison-json/jettison.git</developerConnection>
33
<url>https://github.com/jettison-json/jettison</url>
34
- <tag>jettison-1.5.0</tag>
+ <tag>HEAD</tag>
35
</scm>
36
<distributionManagement>
37
<snapshotRepository>
0 commit comments