Skip to content

Commit e6ada96

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 3056dfc commit e6ada96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>com.fasterxml.jackson.dataformat</groupId>
1010
<artifactId>jackson-dataformat-xml</artifactId>
11-
<version>2.9.0.pr3</version>
11+
<version>2.9.0-SNAPSHOT</version>
1212
<name>Jackson-dataformat-XML</name>
1313
<packaging>bundle</packaging>
1414
<description>Data format extension for Jackson (http://jackson.codehaus.org) to offer
@@ -21,7 +21,7 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
2121
<connection>scm:git:[email protected]:FasterXML/jackson-dataformat-xml.git</connection>
2222
<developerConnection>scm:git:[email protected]:FasterXML/jackson-dataformat-xml.git</developerConnection>
2323
<url>http://github.com/FasterXML/jackson-dataformat-xml</url>
24-
<tag>jackson-dataformat-xml-2.9.0.pr3</tag>
24+
<tag>HEAD</tag>
2525
</scm>
2626
<properties>
2727
<packageVersion.dir>com/fasterxml/jackson/dataformat/xml</packageVersion.dir>

0 commit comments

Comments
 (0)