Skip to content

Commit d0acd8d

Browse files
committed
Prep for 3.0.0-rc5
1 parent f902323 commit d0acd8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>tools.jackson</groupId>
66
<artifactId>jackson-base</artifactId>
7-
<version>3.0.0-rc5-SNAPSHOT</version>
7+
<version>3.0.0-rc5</version>
88
</parent>
99
<groupId>tools.jackson.dataformat</groupId>
1010
<artifactId>jackson-dataformats-binary</artifactId>

release-notes/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ implementations)
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
3.0.0-rc5 (not yet released)
17+
3.0.0-rc5 (22-May-2025)
1818

1919
#582: Change defaults for `CBORReadFeature.DECODE_USING_STANDARD_NEGATIVE_BIGINT_ENCODING`
2020
and `CBORWriteFeature.ENCODE_USING_STANDARD_NEGATIVE_BIGINT_ENCODING` to `true` (enabled)

0 commit comments

Comments
 (0)