Skip to content

Commit e00bab9

Browse files
committed
Prepare for 2.14 branch
1 parent 08c901f commit e00bab9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- "3.0"
7+
- "2.14"
78
- "2.13"
89
paths-ignore:
910
- "README.md"
@@ -12,6 +13,7 @@ on:
1213
branches:
1314
- master
1415
- "3.0"
16+
- "2.14"
1517
- "2.13"
1618
paths-ignore:
1719
- "README.md"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ sub-classes) in Jackson 3.0.
2222
`master` branch is for developing the next major Jackson version -- 3.0 -- but there
2323
are active maintenance branches in which much of development happens:
2424

25-
* `2.13` is for developing the next minor 2.x version
26-
* `2.12` is for backported fixes for 2.12 patch versions
25+
* `2.14` is for developing the next minor 2.x version
26+
* `2.13`/`2.12` are for backported fixes for 2.13/2.12 patch versions (respectively)
2727

2828
Older branches are usually not changed but are available for historic reasons.
2929
All released versions have matching git tags (`jackson-dataformats-text-2.9.4`).

release-notes/VERSION-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Active Maintainers:
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17+
2.14.0 (not yet released)
18+
19+
No changes since 2.13
20+
1721
2.13.0 (30-Sep-2021)
1822

1923
#219: (toml) Add TOML (https://en.wikipedia.org/wiki/TOML) support

0 commit comments

Comments
 (0)