Skip to content

Commit 72066fe

Browse files
committed
Start 2.19 branch
1 parent 2b6e05c commit 72066fe

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.18"
7+
- "2.19"
88
paths-ignore:
99
- "README.md"
1010
- "release-notes/*"
1111
pull_request:
1212
branches:
1313
- master
1414
- "3.0"
15-
- "2.18"
15+
- "2.19"
1616
paths-ignore:
1717
- "README.md"
1818
- "release-notes/*"

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.18.1-SNAPSHOT</version>
11+
<version>2.19.0-SNAPSHOT</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>

release-notes/VERSION-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ a pure JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17+
2.19.0 (not yet released)
18+
19+
-
20+
1721
2.18.0 (26-Sep-2024)
1822

1923
#223: `UTF8JsonGenerator` writes supplementary characters as a surrogate pair:

0 commit comments

Comments
 (0)