Skip to content

Commit e16733a

Browse files
committed
Prep for 2.20.0
1 parent 93deb38 commit e16733a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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.0-SNAPSHOT</version>
11+
<version>2.20.0</version>
1212
</parent>
1313

1414
<groupId>com.fasterxml.jackson.core</groupId>

release-notes/VERSION-2.x

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ a pure JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
#1462: Deprecate `URL`-taking factory method of `JsonFactory`
18-
19-
2.20.0-rc1 (04-Aug-2025)
17+
2.20.0 (28-Aug-2025)
2018

2119
#1438: `ParserBase.close()` does not clear `_currToken`
2220
#1441: Add `StreamReadFeature.CLEAR_CURRENT_TOKEN_ON_CLOSE` (default: true)
2321
#1448: Upgrade `FastDoubleParser` to 2.0.1
24-
(contributed by @pjfanning)
22+
(contributed by @pjfanning)-
23+
#1462: Deprecate `URL`-taking factory method of `JsonFactory`
2524
- Generate SBOMs [JSTEP-14]
2625

2726
2.19.2 (18-Jul-2025)

0 commit comments

Comments
 (0)