Skip to content

Commit fd37734

Browse files
committed
Prep for 3.0.0-rc2 release
1 parent bf0981b commit fd37734

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>tools.jackson</groupId>
1111
<!-- In 3.0+, extends `jackson-base` just like all other components; 2.x did not -->
1212
<artifactId>jackson-base</artifactId>
13-
<version>3.0.0-rc2-SNAPSHOT</version>
13+
<version>3.0.0-rc2</version>
1414
</parent>
1515

1616
<groupId>com.fasterxml.jackson.core</groupId>
@@ -53,9 +53,9 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
5353
be easy enough to make work with SNAPSHOT/release change.
5454
-->
5555
<!-- 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
5757
-->
58-
<bom4gmm.version>3.0.0-rc2-SNAPSHOT</bom4gmm.version>
58+
<bom4gmm.version>3.0.0-rc2</bom4gmm.version>
5959

6060
<!-- for Reproducible Builds -->
6161
<project.build.outputTimestamp>2025-03-07T23:12:53Z</project.build.outputTimestamp>

release-notes/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mostly)
99
=== Releases ===
1010
------------------------------------------------------------------------
1111

12-
3.0 (not yet released)
12+
3.0-rc1 (07-Mar-2025)
1313

1414
#272: Require JDK17 for jackson-annotations 3.0 for proper `module-info.java`
1515
#274: Change 3.0 to use `module-info.java` directly for build (instead of via Moditect)

0 commit comments

Comments
 (0)