Skip to content

Commit 88cc868

Browse files
committed
Start 2.16 branch
1 parent 364e86f commit 88cc868

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ on:
44
branches:
55
- master
66
- "3.0"
7-
- "2.15"
8-
- "2.14"
7+
- "2.16"
98
paths-ignore:
109
- "README.md"
1110
- "release-notes/*"
1211
pull_request:
1312
branches:
1413
- master
1514
- "3.0"
16-
- "2.15"
17-
- "2.14"
15+
- "2.16"
1816
paths-ignore:
1917
- "README.md"
2018
- "release-notes/*"

pom.xml

Lines changed: 2 additions & 2 deletions
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.15.1-SNAPSHOT</version>
12+
<version>2.16.0-SNAPSHOT</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.dataformat</groupId>
1515
<artifactId>jackson-dataformat-xml</artifactId>
16-
<version>2.15.1-SNAPSHOT</version>
16+
<version>2.16.0-SNAPSHOT</version>
1717
<name>Jackson-dataformat-XML</name>
1818
<packaging>jar</packaging>
1919
<description>Data format extension for Jackson to offer

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Project: jackson-dataformat-xml
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.16.0 (not yet released)
8+
9+
No changes since 2.15
10+
711
2.15.0 (23-Apr-2023)
812

913
#286: Conflict between `@JsonIdentityInfo` and Unwrapped Lists

0 commit comments

Comments
 (0)