Skip to content

Commit b6134e8

Browse files
committed
Update 2.x README as well
1 parent f36ad57 commit b6134e8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Naming of classes uses word 'JSON' in many places even though there is no actual
1818
| Artifact | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson.core/jackson-databind/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson.core/jackson-databind) |
1919
| OSS Sponsorship | [![Tidelift](https://tidelift.com/badges/package/maven/com.fasterxml.jackson.core:jackson-databind)](https://tidelift.com/subscription/pkg/maven-com-fasterxml-jackson-core-jackson-databind?utm_source=maven-com-fasterxml-jackson-core-jackson-databind&utm_medium=referral&utm_campaign=readme) |
2020
| Javadocs | [![Javadoc](https://javadoc.io/badge/com.fasterxml.jackson.core/jackson-databind.svg)](http://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind) |
21-
| Code coverage (2.18) | [![codecov.io](https://codecov.io/github/FasterXML/jackson-databind/coverage.svg?branch=2.18)](https://codecov.io/github/FasterXML/jackson-databind?branch=2.18) |
21+
| Code coverage (2.19) | [![codecov.io](https://codecov.io/github/FasterXML/jackson-databind/coverage.svg?branch=2.19)](https://codecov.io/github/FasterXML/jackson-databind?branch=2.19) |
2222
| OpenSSF Score | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/FasterXML/jackson-databind/badge)](https://securityscorecards.dev/viewer/?uri=github.com/FasterXML/jackson-databind) |
2323

2424
# Get it!
@@ -31,7 +31,7 @@ Functionality of this package is contained in Java package `com.fasterxml.jackso
3131
<properties>
3232
...
3333
<!-- Use the latest version whenever possible. -->
34-
<jackson.version>2.18.2</jackson.version>
34+
<jackson.version>2.19.0</jackson.version>
3535
...
3636
</properties>
3737

@@ -576,7 +576,7 @@ Overall, Jackson library is very powerful in deserializing objects using builder
576576

577577
We would love to get your contribution, whether it's in form of bug reports, Requests for Enhancement (RFE), documentation, or code patches.
578578

579-
See [CONTRIBUTING](https://github.com/FasterXML/jackson/blob/master/CONTRIBUTING.md) for details on things like:
579+
See [CONTRIBUTING](https://github.com/FasterXML/jackson/blob/2.x/CONTRIBUTING.md) for details on things like:
580580

581581
* Community, ways to interact (mailing lists, gitter)
582582
* Issue tracking ([GitHub Issues](https://github.com/FasterXML/jackson-databind/issues))
@@ -596,12 +596,12 @@ usually a Jackson module.
596596

597597
## Branches
598598

599-
`master` branch is for developing the next major Jackson version -- 3.0 -- but there
599+
`3.x` branch is for developing the next major Jackson version -- 3.0 -- but there
600600
are active maintenance branches in which much of development happens:
601601

602-
* `2.19` is the branch for "next" minor version to release (as of February 2025)
603-
* `2.18` is the current stable minor 2.x version
604-
* `2.17` is for selected backported fixes
602+
* `2.x` is the branch for "next" minor version to release (2.20 as of May 2025)
603+
* `2.19` is the current stable minor 2.x version
604+
* `2.18` is for selected backported fixes
605605

606606
Older branches are usually not maintained after being declared as closed
607607
on [Jackson Releases](https://github.com/FasterXML/jackson/wiki/Jackson-Releases) page,

0 commit comments

Comments
 (0)