Skip to content

Commit a3e110c

Browse files
committed
Prep for 2.20.1 release
1 parent 2613d4f commit a3e110c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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.20.1-SNAPSHOT</version>
11+
<version>2.20.1</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.module</groupId>
1414
<artifactId>jackson-module-kotlin</artifactId>

release-notes/VERSION-2.x

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

19-
2.20.1 (not yet released)
19+
2.21.0 (not yet released)
20+
21+
-
22+
23+
2.20.1 (30-Oct-2025)
2024

2125
#1057: The issue where deserialization of value classes using private constructor failed starting from version 2.20.0 has been fixed.
2226

0 commit comments

Comments
 (0)