From cc168bc05be0583aca98af482dc56d97713102c8 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 21 Sep 2023 10:02:40 +0100 Subject: [PATCH] set correct 'current' branch --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06054bb7..80b903e4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ Jackson projects maintain a few branches: * `2.14` the previous stable branch, for which patch releases are still made * `2.13` inactive branch that may receive micro-patches for urgent security issues (usually only [`jackson-databind`](https://github.com/FasterXML/jackson-databind)) -Most bug-fix Pull Requests should be made against the current stable branch, `2.14`. +Most bug-fix Pull Requests should be made against the current stable branch, `2.15`. Pull requests for major new functionality or that significantly alter internals, but are backwards-compatible with existing behavior should be made against the next minor version branch (`2.16`).