File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
<groupId >tools.jackson</groupId >
11
11
<!-- In 3.0+, extends `jackson-base` just like all other components; 2.x did not -->
12
12
<artifactId >jackson-base</artifactId >
13
- <version >3.0.0-rc2-SNAPSHOT </version >
13
+ <version >3.0.0-rc2</version >
14
14
</parent >
15
15
16
16
<groupId >com.fasterxml.jackson.core</groupId >
@@ -53,9 +53,9 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
53
53
be easy enough to make work with SNAPSHOT/release change.
54
54
-->
55
55
<!-- 08-Mar-2025, tatu: This will be a problem... so easy to forget to update.
56
- Already happened with 3.0.0 -rc1 where dependency was left as -SNAPSHOT
56
+ Already happened with 3.0 -rc1 where dependency was left as -SNAPSHOT
57
57
-->
58
- <bom4gmm .version>3.0.0-rc2-SNAPSHOT </bom4gmm .version>
58
+ <bom4gmm .version>3.0.0-rc2</bom4gmm .version>
59
59
60
60
<!-- for Reproducible Builds -->
61
61
<project .build.outputTimestamp>2025-03-07T23:12:53Z</project .build.outputTimestamp>
Original file line number Diff line number Diff line change 9
9
=== Releases ===
10
10
------------------------------------------------------------------------
11
11
12
- 3.0 (not yet released )
12
+ 3.0-rc1 (07-Mar-2025 )
13
13
14
14
#272: Require JDK17 for jackson-annotations 3.0 for proper `module-info.java`
15
15
#274: Change 3.0 to use `module-info.java` directly for build (instead of via Moditect)
You can’t perform that action at this time.
0 commit comments