Commit 980f34e 1 parent 289897a commit 980f34e Copy full SHA for 980f34e
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 >com.fasterxml.jackson.datatype</groupId >
15
15
<artifactId >jackson-datatype-joda</artifactId >
16
16
<name >Jackson datatype: Joda</name >
17
- <version >2.17.0-rc1-SNAPSHOT </version >
17
+ <version >2.17.0-rc1</version >
18
18
<packaging >jar</packaging >
19
19
<description >Add-on module for Jackson (https://github.com/FasterXML/jackson) to support Joda (https://www.joda.org/joda-time/) data types.
20
20
</description >
30
30
<connection >scm:git:git@github.com:FasterXML/jackson-datatype-joda.git</connection >
31
31
<developerConnection >scm:git:git@github.com:FasterXML/jackson-datatype-joda.git</developerConnection >
32
32
<url >https://github.com/FasterXML/jackson-datatype-joda</url >
33
- <tag >HEAD </tag >
33
+ <tag >jackson-datatype-joda-2.17.0-rc1 </tag >
34
34
</scm >
35
35
<properties >
36
36
<!-- Generate PackageVersion.java into this directory. -->
37
37
<packageVersion .dir>com/fasterxml/jackson/datatype/joda</packageVersion .dir>
38
38
<packageVersion .package>${project.groupId} .joda</packageVersion .package>
39
39
40
40
<!-- for Reproducible Builds -->
41
- <project .build.outputTimestamp>2023-11-16T00:05:14Z </project .build.outputTimestamp>
41
+ <project .build.outputTimestamp>2024-02-27T02:46:26Z </project .build.outputTimestamp>
42
42
43
43
<!-- to allow overriding Joda dep from CI -->
44
44
<!-- 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