From 775060b88e4f8e88582c701e4bf44bf625dfa337 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 30 Oct 2024 10:57:01 -0700 Subject: [PATCH] Update README wrt latest versions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6934f4a27..02585aee9 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ sub-classes) in Jackson 3.0. `master` branch is for developing the next major Jackson version -- 3.0 -- but there are active maintenance branches in which much of development happens: -* `2.14` is for developing the next minor 2.x version -* `2.13`/`2.12` are for backported fixes for 2.13/2.12 patch versions (respectively) +* `2.19` is for developing the next minor 2.x version +* `2.18`/`2.17` are for backported fixes for 2.18/2.17 patch versions (respectively) Older branches are usually not changed but are available for historic reasons. All released versions have matching git tags (`jackson-dataformats-text-2.9.4`). @@ -61,7 +61,7 @@ To use these format backends Maven-based projects, use following dependency: com.fasterxml.jackson.dataformat jackson-dataformat-[FORMAT] - 2.12.2 + 2.18.1 ```