Skip to content

Commit eb8b53b

Browse files
committed
Start 2.20 branch; update 2.x to 2.21
1 parent b7d4ade commit eb8b53b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.20.1-SNAPSHOT</version>
11+
<version>2.21.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<groupId>com.fasterxml.jackson.core</groupId>
1515
<artifactId>jackson-core</artifactId>
1616
<name>Jackson-core</name>
17-
<version>2.20.1-SNAPSHOT</version>
17+
<version>2.21.0-SNAPSHOT</version>
1818
<packaging>jar</packaging>
1919
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
2020
<licenses>

release-notes/VERSION-2.x

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

17+
2.21.0 (not yet released)
18+
19+
No changes since 2.20
20+
1721
2.20.0 (28-Aug-2025)
1822

1923
#1438: `ParserBase.close()` does not clear `_currToken`

0 commit comments

Comments
 (0)