Skip to content

Commit 63acd1c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 980f34e commit 63acd1c

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
@@ -14,7 +14,7 @@
1414
<groupId>com.fasterxml.jackson.datatype</groupId>
1515
<artifactId>jackson-datatype-joda</artifactId>
1616
<name>Jackson datatype: Joda</name>
17-
<version>2.17.0-rc1</version>
17+
<version>2.17.0-SNAPSHOT</version>
1818
<packaging>jar</packaging>
1919
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson) to support Joda (https://www.joda.org/joda-time/) data types.
2020
</description>
@@ -30,15 +30,15 @@
3030
<connection>scm:git:git@github.com:FasterXML/jackson-datatype-joda.git</connection>
3131
<developerConnection>scm:git:git@github.com:FasterXML/jackson-datatype-joda.git</developerConnection>
3232
<url>https://github.com/FasterXML/jackson-datatype-joda</url>
33-
<tag>jackson-datatype-joda-2.17.0-rc1</tag>
33+
<tag>HEAD</tag>
3434
</scm>
3535
<properties>
3636
<!-- Generate PackageVersion.java into this directory. -->
3737
<packageVersion.dir>com/fasterxml/jackson/datatype/joda</packageVersion.dir>
3838
<packageVersion.package>${project.groupId}.joda</packageVersion.package>
3939

4040
<!-- for Reproducible Builds -->
41-
<project.build.outputTimestamp>2024-02-27T02:46:26Z</project.build.outputTimestamp>
41+
<project.build.outputTimestamp>2024-02-27T02:46:39Z</project.build.outputTimestamp>
4242

4343
<!-- to allow overriding Joda dep from CI -->
4444
<!-- Baseline was 2.2 for Jackson 2.4: no new functionality used from laster

0 commit comments

Comments
 (0)