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: CONTRIBUTING.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -57,15 +57,15 @@ understand which Git Branch to use as the base.
57
57
Jackson projects maintain a few branches:
58
58
59
59
*`master` for developing the still-far-off 3.0.0 release -- but is also used for `README.md`s
60
-
*`2.17` the next minor version in development
61
-
*`2.16` the current stable release
62
-
*`2.15` the previous stable branch, for which patch releases may still occur
63
-
*`2.14` inactive branch that may receive micro-patches for urgent security issues (usually only [`jackson-databind`](https://github.com/FasterXML/jackson-databind))
60
+
*`2.18` the next minor version in development
61
+
*`2.17` the current stable release
62
+
*`2.16` the previous stable branch, for which patch releases may still occur
63
+
*`2.15` inactive branch that may receive micro-patches for urgent security issues (usually only [`jackson-databind`](https://github.com/FasterXML/jackson-databind))
64
64
65
-
Most bug-fix Pull Requests should be made against the current stable branch, `2.16`.
65
+
Most bug-fix Pull Requests should be made against the current stable branch, `2.17`.
66
66
Pull requests for major new functionality or that significantly alter internals,
67
67
but are backwards-compatible with existing behavior should be made against the next minor version
68
-
branch (`2.17`).
68
+
branch (`2.18`).
69
69
If Jackson's functionality or default behavior is to be altered, `master` is the correct branch, but
0 commit comments