Skip to content

Commit 94b8ff8

Browse files
committed
Start 2.17 branch
1 parent 5d5fc90 commit 94b8ff8

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
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/*"
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
java_version: ['8', '11', '17']
29+
java_version: ['8', '11', '17', '21']
3030
kotlin_version: ['1.6.21', '1.7.20', '1.8.22', '1.9.0']
3131
os: ['ubuntu-20.04']
3232
env:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.16.1-SNAPSHOT</version>
11+
<version>2.17.0-SNAPSHOT</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.module</groupId>
1414
<artifactId>jackson-module-kotlin</artifactId>
1515
<name>jackson-module-kotlin</name>
16-
<version>2.16.1-SNAPSHOT</version>
16+
<version>2.17.0-SNAPSHOT</version>
1717
<packaging>bundle</packaging>
1818
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support
1919
Kotlin language, specifically introspection of method/constructor parameter names,

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Co-maintainers:
1616
=== Releases ===
1717
------------------------------------------------------------------------
1818

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

2125
#707: If JsonSetter(nulls = Nulls.SKIP) is specified, the default argument is now used when null.

0 commit comments

Comments
 (0)