We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbae79c commit 934e344Copy full SHA for 934e344
2 files changed
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>com.fasterxml.jackson</groupId>
5
<artifactId>jackson-base</artifactId>
6
- <version>2.20.1-SNAPSHOT</version>
+ <version>2.20.1</version>
7
</parent>
8
<groupId>com.fasterxml.jackson.module</groupId>
9
<artifactId>jackson-modules-base</artifactId>
release-notes/VERSION-2.x
@@ -23,6 +23,10 @@ Active maintainers:
23
=== Releases ===
24
------------------------------------------------------------------------
25
26
+2.20.1 (30-Oct-2025)
27
+
28
+No changes since 2.20.0
29
30
2.20.0 (28-Aug-2025)
31
32
#303: Add unit tests to verify goodness of SPI metadata for Modules
0 commit comments