Skip to content

Commit 6b60120

Browse files
committed
Prep for 2.19.0
1 parent 1925ed2 commit 6b60120

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
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>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-base</artifactId>
7-
<version>2.19.0-SNAPSHOT</version>
7+
<version>2.19.0</version>
88
</parent>
99
<groupId>com.fasterxml.jackson.dataformat</groupId>
1010
<artifactId>jackson-dataformats-binary</artifactId>

release-notes/VERSION-2.x

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ Active maintainers:
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
#571: Unable to deserialize a pojo with IonStruct
18-
(reported, fix contributed by Josh C)
17+
2.20.0 (not yet released)
18+
19+
-
1920

20-
2.19.0-rc2 (07-Apr-2025)
21+
2.19.0 (24-Apr-2025)
2122

2223
#300: (smile) Floats are encoded with sign extension while doubles without
2324
(reported by Steven F)
@@ -39,6 +40,8 @@ Active maintainers:
3940
(contributed by Joo-Hyuk K)
4041
#568: Improve ASCII decoding performance for `CBORParser`
4142
(contributed by Manuel S)
43+
#571: Unable to deserialize a pojo with IonStruct
44+
(reported, fix contributed by Josh C)
4245

4346
2.18.4 (not yet released)
4447

0 commit comments

Comments
 (0)