Skip to content

Commit c31f332

Browse files
committed
[maven-release-plugin] prepare release jackson-dataformat-xml-2.7.4
1 parent 3932476 commit c31f332

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.7.4-SNAPSHOT</version>
11+
<version>2.7.4</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>HEAD</tag>
24+
<tag>jackson-dataformat-xml-2.7.4</tag>
2525
</scm>
2626
<properties>
2727
<version.jackson.core>2.7.4</version.jackson.core>

0 commit comments

Comments
 (0)