Skip to content

Commit

Permalink
Update README.md wrt latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 30, 2024
1 parent 452236c commit 79d1fd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ To use these format backends Maven-based projects, use following dependency:

```xml
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-[FORMAT]</artifactId>
<version>2.13.0</version>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-[FORMAT]</artifactId>
<version>2.18.1</version>
</dependency>
```

Expand All @@ -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`).
Expand Down

0 comments on commit 79d1fd0

Please sign in to comment.