Skip to content

Commit a20f1e9

Browse files
committed
[maven-release-plugin] prepare release jackson-dataformat-xml-3.0.0-rc7
1 parent ecbb601 commit a20f1e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</parent>
1414
<groupId>tools.jackson.dataformat</groupId>
1515
<artifactId>jackson-dataformat-xml</artifactId>
16-
<version>3.0.0-rc7-SNAPSHOT</version>
16+
<version>3.0.0-rc7</version>
1717
<name>Jackson-dataformat-XML</name>
1818
<packaging>jar</packaging>
1919
<description>Data format extension for Jackson to offer
@@ -24,14 +24,14 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
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-3.0.0-rc7</tag>
2828
</scm>
2929
<properties>
3030
<packageVersion.dir>tools/jackson/dataformat/xml</packageVersion.dir>
3131
<packageVersion.package>${project.groupId}.xml</packageVersion.package>
3232

3333
<!-- for Reproducible Builds -->
34-
<project.build.outputTimestamp>2025-07-19T01:21:16Z</project.build.outputTimestamp>
34+
<project.build.outputTimestamp>2025-08-08T16:05:31Z</project.build.outputTimestamp>
3535
</properties>
3636

3737
<dependencies>

0 commit comments

Comments
 (0)