Skip to content

Commit 0cef59c

Browse files
committed
Start 2.17 branch
1 parent b19611b commit 0cef59c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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/*"

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<!-- this is one of few Jackson modules that depends on parent and NOT jackson-bom -->
1212
<artifactId>jackson-parent</artifactId>
13-
<version>2.16</version>
13+
<version>2.17-SNAPSHOT</version>
1414
</parent>
1515

1616
<groupId>com.fasterxml.jackson.core</groupId>
1717
<artifactId>jackson-annotations</artifactId>
1818
<name>Jackson-annotations</name>
19-
<version>2.16.1-SNAPSHOT</version>
19+
<version>2.17.0-SNAPSHOT</version>
2020
<packaging>jar</packaging>
2121
<description>Core annotations used for value types, used by Jackson data binding package.
2222
</description>

release-notes/VERSION-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ NOTE: Annotations module will never contain changes in patch versions,
1111
=== Releases ===
1212
------------------------------------------------------------------------
1313

14+
2.17.0 (not yet released)
15+
16+
-
17+
1418
2.16.0 (15-Nov-2023)
1519

1620
#223: Add new `OptBoolean` valued property in `@JsonTypeInfo` to allow

0 commit comments

Comments
 (0)