Skip to content

Commit 2e50267

Browse files
Philzencowtowncoder
authored andcommitted
Update Jackson versions in CONTRIBUTING.md
1 parent 6322f09 commit 2e50267

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ understand which Git Branch to use as the base.
5757
Jackson projects maintain a few branches:
5858

5959
* `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))
6464

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`.
6666
Pull requests for major new functionality or that significantly alter internals,
6767
but are backwards-compatible with existing behavior should be made against the next minor version
68-
branch (`2.17`).
68+
branch (`2.18`).
6969
If Jackson's functionality or default behavior is to be altered, `master` is the correct branch, but
7070
discussion is probably in order.
7171

0 commit comments

Comments
 (0)