Skip to content

Commit 696979b

Browse files
committed
Create 3.1 branch; 3.x -> 3.2.0-SNAPSHOT
1 parent b8f73c5 commit 696979b

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>tools.jackson.datatype</groupId>
1111
<artifactId>jackson-datatypes-collections</artifactId>
12-
<version>3.1.1-SNAPSHOT</version>
12+
<version>3.2.0-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>tools.jackson.datatype</groupId>
1010
<artifactId>jackson-datatypes-collections</artifactId>
11-
<version>3.1.1-SNAPSHOT</version>
11+
<version>3.2.0-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>tools.jackson.datatype</groupId>
1010
<artifactId>jackson-datatypes-collections</artifactId>
11-
<version>3.1.1-SNAPSHOT</version>
11+
<version>3.2.0-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>tools.jackson.datatype</groupId>
1010
<artifactId>jackson-datatypes-collections</artifactId>
11-
<version>3.1.1-SNAPSHOT</version>
11+
<version>3.2.0-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>tools.jackson</groupId>
55
<artifactId>jackson-base</artifactId>
6-
<version>3.1.1-SNAPSHOT</version>
6+
<version>3.2.0-SNAPSHOT</version>
77
</parent>
88
<groupId>tools.jackson.datatype</groupId>
99
<artifactId>jackson-datatypes-collections</artifactId>
1010
<name>Jackson datatypes: collections</name>
11-
<version>3.1.1-SNAPSHOT</version>
11+
<version>3.2.0-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson Collection datatype modules.
1414
</description>
@@ -31,7 +31,7 @@
3131

3232
<properties>
3333
<!-- for Reproducible Builds -->
34-
<project.build.outputTimestamp>2026-02-23T21:40:48Z</project.build.outputTimestamp>
34+
<project.build.outputTimestamp>2026-02-24T23:09:50Z</project.build.outputTimestamp>
3535
</properties>
3636

3737
<dependencies>

primitive-collections-base/pom.xml

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

0 commit comments

Comments
 (0)