Skip to content

Commit 0d62a7b

Browse files
committed
Prep for 2.19.0-rc2
1 parent 9fbfc0b commit 0d62a7b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

eclipse-collections/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.datatype</groupId>
1111
<artifactId>jackson-datatypes-collections</artifactId>
12-
<version>2.19.0-SNAPSHOT</version>
12+
<version>2.19.0-rc2-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-datatype-eclipse-collections</artifactId>
1515
<name>Jackson datatype: eclipse-collections</name>

guava/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.datatype</groupId>
1010
<artifactId>jackson-datatypes-collections</artifactId>
11-
<version>2.19.0-SNAPSHOT</version>
11+
<version>2.19.0-rc2-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-datatype-guava</artifactId>
1414
<name>Jackson datatype: Guava</name>

hppc/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.datatype</groupId>
1010
<artifactId>jackson-datatypes-collections</artifactId>
11-
<version>2.19.0-SNAPSHOT</version>
11+
<version>2.19.0-rc2-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-datatype-hppc</artifactId>
1414
<name>Jackson datatype: HPPC</name>

pcollections/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.datatype</groupId>
1010
<artifactId>jackson-datatypes-collections</artifactId>
11-
<version>2.19.0-SNAPSHOT</version>
11+
<version>2.19.0-rc2-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-datatype-pcollections</artifactId>
1414
<name>Jackson datatype: pcollections</name>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-base</artifactId>
6-
<version>2.19.0-SNAPSHOT</version>
6+
<version>2.19.0-rc2</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.datatype</groupId>
99
<artifactId>jackson-datatypes-collections</artifactId>
1010
<name>Jackson datatypes: collections</name>
11-
<version>2.19.0-SNAPSHOT</version>
11+
<version>2.19.0-rc2-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson Collection datatype modules.
1414
</description>
@@ -37,7 +37,7 @@
3737

3838
<properties>
3939
<!-- for Reproducible Builds -->
40-
<project.build.outputTimestamp>2024-09-27T04:02:27Z</project.build.outputTimestamp>
40+
<project.build.outputTimestamp>2025-04-08T01:56:41Z</project.build.outputTimestamp>
4141
</properties>
4242

4343
<dependencies>

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Active Maintainers:
1616
=== Releases ===
1717
------------------------------------------------------------------------
1818

19-
2.19.0 (not yet released)
19+
2.19.0-rc2 (07-Apr-2025)
2020

2121
#1: (guava) Add deserialization support for `Table<R, C, V>`
2222
(contributed by Abhishek K)

0 commit comments

Comments
 (0)