Skip to content

Commit e89c64b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1a4b276 commit e89c64b

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
@@ -14,7 +14,7 @@
1414

1515
<groupId>tools.jackson.dataformat</groupId>
1616
<artifactId>jackson-dataformat-xml</artifactId>
17-
<version>3.0.0-rc5</version>
17+
<version>3.0.0-rc6-SNAPSHOT</version>
1818
<name>Jackson-dataformat-XML</name>
1919
<packaging>jar</packaging>
2020
<description>Data format extension for Jackson to offer
@@ -25,14 +25,14 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
2525
<connection>scm:git:[email protected]:FasterXML/jackson-dataformat-xml.git</connection>
2626
<developerConnection>scm:git:[email protected]:FasterXML/jackson-dataformat-xml.git</developerConnection>
2727
<url>http://github.com/FasterXML/jackson-dataformat-xml</url>
28-
<tag>jackson-dataformat-xml-3.0.0-rc5</tag>
28+
<tag>HEAD</tag>
2929
</scm>
3030
<properties>
3131
<packageVersion.dir>tools/jackson/dataformat/xml</packageVersion.dir>
3232
<packageVersion.package>${project.groupId}.xml</packageVersion.package>
3333

3434
<!-- for Reproducible Builds -->
35-
<project.build.outputTimestamp>2025-05-22T17:06:41Z</project.build.outputTimestamp>
35+
<project.build.outputTimestamp>2025-05-22T17:07:01Z</project.build.outputTimestamp>
3636
</properties>
3737

3838
<dependencies>

0 commit comments

Comments
 (0)