File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
<groupId >tools.jackson.datatype</groupId >
15
15
<artifactId >jackson-datatype-joda</artifactId >
16
16
<name >Jackson datatype: Joda</name >
17
- <version >3.0.0-rc3 </version >
17
+ <version >3.0.0-rc4-SNAPSHOT </version >
18
18
<packaging >jar</packaging >
19
19
<description >Add-on module for Jackson (http://github.com/FasterXML/jackson) to support
20
20
Joda (https://www.joda.org/joda-time/) data types.
@@ -24,15 +24,15 @@ Joda (https://www.joda.org/joda-time/) data types.
24
24
<
connection >scm:git:
[email protected] :FasterXML/jackson-datatype-joda.git</
connection >
25
25
<
developerConnection >scm:git:
[email protected] :FasterXML/jackson-datatype-joda.git</
developerConnection >
26
26
<url >http://github.com/FasterXML/jackson-datatype-joda</url >
27
- <tag >jackson-datatype-joda-3.0.0-rc3 </tag >
27
+ <tag >HEAD </tag >
28
28
</scm >
29
29
<properties >
30
30
<!-- Generate PackageVersion.java into this directory. -->
31
31
<packageVersion .dir>tools/jackson/datatype/joda</packageVersion .dir>
32
32
<packageVersion .package>${project.groupId} .joda</packageVersion .package>
33
33
34
34
<!-- 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>
36
36
37
37
<!-- to allow overriding Joda dep from CI -->
38
38
<!-- Baseline was 2.2 for Jackson 2.4: no new functionality used from laster
You can’t perform that action at this time.
0 commit comments