Skip to content

Commit a87b500

Browse files
committed
Fix versions in Branches
1 parent 9168d59 commit a87b500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ See the [main Jackson contribution guidelines](https://github.com/FasterXML/jack
256256

257257
If you are going to write code, choose the appropriate base branch:
258258

259-
- `2.17` for bugfixes against the current stable version
260-
- `2.18` for additive functionality & features or [minor](https://semver.org), backwards compatible changes to existing behavior to be included in the next minor version release
259+
- `2.18` for bugfixes against the current stable version
260+
- `2.19` for additive functionality & features or [minor](https://semver.org), backwards compatible changes to existing behavior to be included in the next minor version release
261261
- `master` for significant changes to existing behavior, which will be part of Jackson 3.0
262262

263263
### Failing tests

0 commit comments

Comments
 (0)