Skip to content

Commit 4d6a77b

Browse files
committed
Prepare for 2.16.0 release
1 parent fc47a94 commit 4d6a77b

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
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.16.0-SNAPSHOT</version>
11+
<version>2.16.0</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.module</groupId>
1414
<artifactId>jackson-module-kotlin</artifactId>

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Co-maintainers:
1616
=== Releases ===
1717
------------------------------------------------------------------------
1818

19-
2.16.0-rc1 (20-Oct-2023)
19+
2.16.0 (15-Nov-2023)
2020

2121
#707: If JsonSetter(nulls = Nulls.SKIP) is specified, the default argument is now used when null.
2222
#700: Reduce the load on the search process for serializers.

0 commit comments

Comments
 (0)