Skip to content

Commit 643de13

Browse files
committed
Merge branch '2.19'
2 parents df5e5a9 + 79d1fd0 commit 643de13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ To use these format backends Maven-based projects, use following dependency:
4040

4141
```xml
4242
<dependency>
43-
<groupId>com.fasterxml.jackson.dataformat</groupId>
44-
<artifactId>jackson-dataformat-[FORMAT]</artifactId>
45-
<version>2.13.0</version>
43+
<groupId>com.fasterxml.jackson.dataformat</groupId>
44+
<artifactId>jackson-dataformat-[FORMAT]</artifactId>
45+
<version>2.18.1</version>
4646
</dependency>
4747
```
4848

@@ -66,8 +66,8 @@ responses.
6666
`master` branch is for developing the next major Jackson version -- 3.0 -- but there
6767
are active maintenance branches in which much of development happens:
6868

69-
* `2.14` is for developing the next 2.x version
70-
* `2.13` and `2.12` are for backported fixes for 2.13/2.12 versions (respectively)
69+
* `2.19` is for developing the next 2.x version
70+
* `2.18` and `2.17` are for backported fixes for 2.18/2.17 versions (respectively)
7171

7272
Older branches are usually not changed but are available for historic reasons.
7373
All released versions have matching git tags (`jackson-dataformats-binary-2.10.3`).

0 commit comments

Comments
 (0)