You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,8 +256,8 @@ See the [main Jackson contribution guidelines](https://github.com/FasterXML/jack
256
256
257
257
If you are going to write code, choose the appropriate base branch:
258
258
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
261
261
-`master` for significant changes to existing behavior, which will be part of Jackson 3.0
0 commit comments