Skip to content

Commit 02b9968

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 61b25dd commit 02b9968

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>tools.jackson.datatype</groupId>
1515
<artifactId>jackson-datatype-joda</artifactId>
1616
<name>Jackson datatype: Joda</name>
17-
<version>3.0.0-rc3</version>
17+
<version>3.0.0-rc4-SNAPSHOT</version>
1818
<packaging>jar</packaging>
1919
<description>Add-on module for Jackson (http://github.com/FasterXML/jackson) to support
2020
Joda (https://www.joda.org/joda-time/) data types.
@@ -24,15 +24,15 @@ Joda (https://www.joda.org/joda-time/) data types.
2424
<connection>scm:git:[email protected]:FasterXML/jackson-datatype-joda.git</connection>
2525
<developerConnection>scm:git:[email protected]:FasterXML/jackson-datatype-joda.git</developerConnection>
2626
<url>http://github.com/FasterXML/jackson-datatype-joda</url>
27-
<tag>jackson-datatype-joda-3.0.0-rc3</tag>
27+
<tag>HEAD</tag>
2828
</scm>
2929
<properties>
3030
<!-- Generate PackageVersion.java into this directory. -->
3131
<packageVersion.dir>tools/jackson/datatype/joda</packageVersion.dir>
3232
<packageVersion.package>${project.groupId}.joda</packageVersion.package>
3333

3434
<!-- for Reproducible Builds -->
35-
<project.build.outputTimestamp>2025-04-14T06:02:00Z</project.build.outputTimestamp>
35+
<project.build.outputTimestamp>2025-04-14T06:02:15Z</project.build.outputTimestamp>
3636

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

0 commit comments

Comments
 (0)