Skip to content

Commit 83ab00b

Browse files
authored
Merge pull request #893 from k163377/fix-readme
Fix readme
2 parents 9168d59 + 234fe6a commit 83ab00b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fasterxml.jackson.module/jackson-module-kotlin/badge.svg)](https://mvnrepository.com/artifact/com.fasterxml.jackson.module/jackson-module-kotlin)
2+
[![Change log](https://img.shields.io/badge/change%20log-%E2%96%A4-yellow.svg)](./release-notes/VERSION-2.x)
13
[![Kotlin Slack](https://img.shields.io/badge/chat-kotlin%20slack-orange.svg)](https://slack.kotlinlang.org/)
24

35
# Overview
@@ -256,8 +258,8 @@ See the [main Jackson contribution guidelines](https://github.com/FasterXML/jack
256258

257259
If you are going to write code, choose the appropriate base branch:
258260

259-
- `2.17` for bugfixes against the current stable version
260-
- `2.18` for additive functionality & features or [minor](https://semver.org), backwards compatible changes to existing behavior to be included in the next minor version release
261+
- `2.18` for bugfixes against the current stable version
262+
- `2.19` for additive functionality & features or [minor](https://semver.org), backwards compatible changes to existing behavior to be included in the next minor version release
261263
- `master` for significant changes to existing behavior, which will be part of Jackson 3.0
262264

263265
### Failing tests

0 commit comments

Comments
 (0)