Skip to content

Commit e4a3e91

Browse files
committed
Prep for 2.19.0-rc2
1 parent 2c1f528 commit e4a3e91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.19.0-SNAPSHOT</version>
12+
<version>2.19.0-rc2</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.dataformat</groupId>
1515
<artifactId>jackson-dataformat-xml</artifactId>
16-
<version>2.19.0-SNAPSHOT</version>
16+
<version>2.19.0-rc2-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project: jackson-dataformat-xml
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
2.19.0 (not yet released)
7+
2.19.0-rc (07-Apr-2025)
88

99
#700: Unify testing structure/tools [JSTEP-10]
1010
(fix contributed by Joo Hyuk K)

0 commit comments

Comments
 (0)