diff --git a/README.md b/README.md index 9811db1f..7078fe2a 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ To use these format backends Maven-based projects, use following dependency: ```xml - com.fasterxml.jackson.dataformat - jackson-dataformat-[FORMAT] - 2.13.0 + com.fasterxml.jackson.dataformat + jackson-dataformat-[FORMAT] + 2.18.1 ``` @@ -66,8 +66,8 @@ responses. `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 2.x version -* `2.13` and `2.12` are for backported fixes for 2.13/2.12 versions (respectively) +* `2.19` is for developing the next 2.x version +* `2.18` and `2.17` are for backported fixes for 2.18/2.17 versions (respectively) Older branches are usually not changed but are available for historic reasons. All released versions have matching git tags (`jackson-dataformats-binary-2.10.3`).