Skip to content

Commit 9a33d57

Browse files
committed
Start 2.17 branch
1 parent 9ae1198 commit 9a33d57

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.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/*"

.github/workflows/win.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/*"

pom.xml

+2-2
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.16.1-SNAPSHOT</version>
12+
<version>2.17.0-SNAPSHOT</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.core</groupId>
1515
<artifactId>jackson-databind</artifactId>
16-
<version>2.16.1-SNAPSHOT</version>
16+
<version>2.17.0-SNAPSHOT</version>
1717
<name>jackson-databind</name>
1818
<packaging>jar</packaging>
1919
<description>General data-binding functionality for Jackson: works on core streaming API</description>

release-notes/VERSION-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Project: jackson-databind
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.17.0 (not yet released)
8+
9+
-
10+
711
2.16.0 (15-Npv-2023)
812

913
#1770: Incorrect deserialization for `BigDecimal` numbers

0 commit comments

Comments
 (0)