Skip to content

Commit 9577c71

Browse files
committed
Start 2.18 branch
1 parent ae1bc1a commit 9577c71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
branches:
55
- master
66
- "3.0"
7-
- "2.17"
7+
- "2.18"
88
paths-ignore:
99
- "README.md"
1010
- "release-notes/*"
1111
pull_request:
1212
branches:
1313
- master
1414
- "3.0"
15-
- "2.17"
15+
- "2.18"
1616
paths-ignore:
1717
- "README.md"
1818
- "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.17.1-SNAPSHOT</version>
12+
<version>2.18.0-SNAPSHOT</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.dataformat</groupId>
1515
<artifactId>jackson-dataformat-xml</artifactId>
16-
<version>2.17.1-SNAPSHOT</version>
16+
<version>2.18.0-SNAPSHOT</version>
1717
<name>Jackson-dataformat-XML</name>
1818
<packaging>jar</packaging>
1919
<description>Data format extension for Jackson to offer

0 commit comments

Comments
 (0)