Skip to content

Commit 3a0dfe0

Browse files
committed
Fix #3460
1 parent 59eeb5f commit 3a0dfe0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 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.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) |
2222
| 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) |
2323

2424

@@ -510,9 +510,9 @@ usually a Jackson module.
510510
`master` branch is for developing the next major Jackson version -- 3.0 -- but there
511511
are active maintenance branches in which much of development happens:
512512

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
516516

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

0 commit comments

Comments
 (0)