We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691e036 commit ce2c24bCopy full SHA for ce2c24b
2 files changed
pom.xml
@@ -10,7 +10,7 @@
10
<groupId>com.fasterxml.jackson</groupId>
11
<!-- this is one of few Jackson modules that depends on parent and NOT jackson-bom -->
12
<artifactId>jackson-parent</artifactId>
13
- <version>2.20-rc1-SNAPSHOT</version>
+ <version>2.20-rc1</version>
14
</parent>
15
16
<groupId>com.fasterxml.jackson.core</groupId>
release-notes/VERSION-2.x
@@ -14,7 +14,7 @@ NOTE: Jackson 3.x components rely on 2.x annotations; there are no separate
=== Releases ===
------------------------------------------------------------------------
17
-2.20 (not yet released)
+2.20-rc1 (04-Aug-2025)
18
19
#293: Improve duplicate Id with different associated object error message
20
(requested by @moutyque)
0 commit comments