Skip to content

Commit 883649c

Browse files
committed
Prepare for 2.16.0 release
1 parent bef6905 commit 883649c

File tree

2 files changed

+4
-7
lines changed

2 files changed

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

release-notes/VERSION-2.x

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

17-
(not yet released)
18-
19-
#410: Update `com.amazon.ion:ion-java` to 1.10.5 (from 1.9.5)
20-
(requested by Dominik B)
21-
22-
2.16.0-rc1 (20-Oct-2023)
17+
2.16.0 (15-Nov-2023)
2318

2419
#400: (avro) Rewrite Avro buffer recycling (`ApacheCodecRecycler.java`) to
2520
use new `RecyclerPool`, allow configuring use of non-ThreadLocal based pools
2621
#403: (smile) Remove Smile-specific buffer-recycling
22+
#410: (ion) Update `com.amazon.ion:ion-java` to 1.10.5 (from 1.9.5)
23+
(requested by Dominik B)
2724

2825
2.15.3 (12-Oct-2023)
2926

0 commit comments

Comments
 (0)