@@ -18,7 +18,7 @@ Naming of classes uses word 'JSON' in many places even though there is no actual
18
18
| 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 ) |
19
19
| 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 ) |
20
20
| 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.13 ) | [ ![ codecov.io] ( https://codecov.io/github/FasterXML/jackson-databind/coverage.svg?branch=2.13 )] ( https://codecov.io/github/FasterXML/jackson-databind?branch=2.13 ) |
21
+ | Code coverage (2.14 ) | [ ![ codecov.io] ( https://codecov.io/github/FasterXML/jackson-databind/coverage.svg?branch=2.14 )] ( https://codecov.io/github/FasterXML/jackson-databind?branch=2.14 ) |
22
22
| CodeQ (LGTM.com) | [ ![ LGTM alerts] ( https://img.shields.io/lgtm/alerts/g/FasterXML/jackson-databind.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/FasterXML/jackson-databind/alerts/ ) [ ![ Language grade: Java] ( https://img.shields.io/lgtm/grade/java/g/FasterXML/jackson-databind.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/FasterXML/jackson-databind/context:java ) |
23
23
24
24
@@ -510,9 +510,9 @@ usually a Jackson module.
510
510
` master ` branch is for developing the next major Jackson version -- 3.0 -- but there
511
511
are active maintenance branches in which much of development happens:
512
512
513
- * ` 2.13 ` is the branch for "next" minor version to release (as of July 2021 )
514
- * ` 2.12 ` is the current stable minor 2.x version
515
- * ` 2.11 ` is for selected backported fixes
513
+ * ` 2.14 ` is the branch for "next" minor version to release (as of April 2022 )
514
+ * ` 2.13 ` is the current stable minor 2.x version
515
+ * ` 2.12 ` is for selected backported fixes
516
516
517
517
Older branches are usually not maintained after being declared as closed
518
518
on [ Jackson Releases] ( https://github.com/FasterXML/jackson/wiki/Jackson-Releases ) page,
0 commit comments