Skip to content

Commit d6742e8

Browse files
committed
[maven-release-plugin] prepare release jackson-dataformat-xml-2.15.0-rc3
1 parent 6c09915 commit d6742e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</parent>
1414
<groupId>com.fasterxml.jackson.dataformat</groupId>
1515
<artifactId>jackson-dataformat-xml</artifactId>
16-
<version>2.15.0-rc3-SNAPSHOT</version>
16+
<version>2.15.0-rc3</version>
1717
<name>Jackson-dataformat-XML</name>
1818
<packaging>jar</packaging>
1919
<description>Data format extension for Jackson to offer
@@ -24,7 +24,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
2424
<connection>scm:git:git@github.com:FasterXML/jackson-dataformat-xml.git</connection>
2525
<developerConnection>scm:git:git@github.com: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.15.0-rc3</tag>
2828
</scm>
2929
<properties>
3030
<packageVersion.dir>com/fasterxml/jackson/dataformat/xml</packageVersion.dir>
@@ -34,7 +34,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
3434
<!-- And presumably import too? -->
3535

3636
<!-- for Reproducible Builds -->
37-
<project.build.outputTimestamp>2023-03-28T23:54:20Z</project.build.outputTimestamp>
37+
<project.build.outputTimestamp>2023-04-14T21:19:47Z</project.build.outputTimestamp>
3838
</properties>
3939

4040
<dependencies>

0 commit comments

Comments
 (0)