Skip to content

Commit 56ce944

Browse files
committed
Start 2.17 branch
1 parent 1c23a46 commit 56ce944

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

Diff for: .github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
branches:
55
- master
66
- "3.0"
7-
- "2.16"
7+
- "2.17"
88
paths-ignore:
99
- "README.md"
1010
- "release-notes/*"
1111
pull_request:
1212
branches:
1313
- master
1414
- "3.0"
15-
- "2.16"
15+
- "2.17"
1616
paths-ignore:
1717
- "README.md"
1818
- "release-notes/*"

Diff for: eclipse-collections/pom.xml

+1-1
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.16.1-SNAPSHOT</version>
12+
<version>2.17.0-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-datatype-eclipse-collections</artifactId>
1515
<name>Jackson datatype: eclipse-collections</name>

Diff for: guava/pom.xml

+1-1
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.16.1-SNAPSHOT</version>
11+
<version>2.17.0-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-datatype-guava</artifactId>
1414
<name>Jackson datatype: Guava</name>

Diff for: hppc/pom.xml

+1-1
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.16.1-SNAPSHOT</version>
11+
<version>2.17.0-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-datatype-hppc</artifactId>
1414
<name>Jackson datatype: HPPC</name>

Diff for: pcollections/pom.xml

+1-1
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.16.1-SNAPSHOT</version>
11+
<version>2.17.0-SNAPSHOT</version>
1212
</parent>
1313
<artifactId>jackson-datatype-pcollections</artifactId>
1414
<name>Jackson datatype: pcollections</name>

Diff for: pom.xml

+2-2
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.16.1-SNAPSHOT</version>
6+
<version>2.17.0-SNAPSHOT</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.16.1-SNAPSHOT</version>
11+
<version>2.17.0-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson Collection datatype modules.
1414
</description>

Diff for: release-notes/VERSION-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Active Maintainers:
1616
=== Releases ===
1717
------------------------------------------------------------------------
1818

19+
2.17.0 (not yet released)
20+
21+
-
22+
1923
2.16.0 (15-Nov-2023)
2024

2125
#90: (guava) Cache Serialization serializes empty contents

0 commit comments

Comments
 (0)