Skip to content

Commit 3c33dbd

Browse files
committed
Prep for 3.0-rc4
1 parent 541f9de commit 3c33dbd

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
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-rc4-SNAPSHOT</version>
13+
<version>3.0.0-rc4</version>
1414
</parent>
1515

1616
<groupId>com.fasterxml.jackson.core</groupId>
@@ -55,7 +55,7 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
5555
<!-- 08-Mar-2025, tatu: This will be a problem... so easy to forget to update.
5656
Already happened with 3.0 -rc1 where dependency was left as -SNAPSHOT
5757
-->
58-
<bom4gmm.version>3.0.0-rc4-SNAPSHOT</bom4gmm.version>
58+
<bom4gmm.version>3.0.0-rc4</bom4gmm.version>
5959

6060
<!-- for Reproducible Builds -->
6161
<project.build.outputTimestamp>2025-04-14T01:39:43Z</project.build.outputTimestamp>

release-notes/VERSION

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ mostly)
99
=== Releases ===
1010
------------------------------------------------------------------------
1111

12+
3.0-rc4 (10-May-2025)
13+
14+
No changes since rc3.
15+
1216
3.0-rc3 (13-Apr-2025)
1317

1418
#286: jackson-annotations `3.0.0-rc2` not usable by gradle

0 commit comments

Comments
 (0)