Skip to content

Commit ba7362c

Browse files
committed
[maven-release-plugin] prepare release jackson-dataformat-xml-2.3.1
1 parent bd19ff9 commit ba7362c

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
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.fasterxml.jackson.dataformat</groupId>
1212
<artifactId>jackson-dataformat-xml</artifactId>
13-
<version>2.3.1-SNAPSHOT</version>
13+
<version>2.3.1</version>
1414
<name>Jackson-dataformat-XML</name>
1515
<packaging>bundle</packaging>
1616
<description>Data format extension for Jackson (http://jackson.codehaus.org) to offer
@@ -24,7 +24,7 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
2424
<connection>scm:git:[email protected]:FasterXML/jackson-dataformat-xml.git</connection>
2525
<developerConnection>scm:git:[email protected]:FasterXML/jackson-dataformat-xml.git</developerConnection>
2626
<url>http://github.com/FasterXML/jackson-dataformat-xml</url>
27-
<tag>HEAD</tag>
27+
<tag>jackson-dataformat-xml-2.3.1</tag>
2828
</scm>
2929

3030
<properties>

0 commit comments

Comments
 (0)