Skip to content

Commit 0300a19

Browse files
committed
Start 2.20 branch, update 2.x to 2.21
1 parent e54e5ef commit 0300a19

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
@@ -9,11 +9,11 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<artifactId>jackson-base</artifactId>
12-
<version>2.20.1-SNAPSHOT</version>
12+
<version>2.21.0-SNAPSHOT</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.dataformat</groupId>
1515
<artifactId>jackson-dataformat-xml</artifactId>
16-
<version>2.20.1-SNAPSHOT</version>
16+
<version>2.21.0-SNAPSHOT</version>
1717
<name>Jackson-dataformat-XML</name>
1818
<packaging>jar</packaging>
1919
<description>Data format extension for Jackson to offer

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Project: jackson-dataformat-xml
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.21.0 (not yet released)
8+
9+
No changes since 2.20
10+
711
2.20.0 (28-Aug-2025)
812

913
#768: `FromXmlParser` lacks extension point for passing custom `XmlTokenStream`

0 commit comments

Comments
 (0)