From b2f1c878b6a2c1dfe191749b99c2893175798f2c Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Sun, 14 Apr 2024 13:51:19 +0900 Subject: [PATCH] Revised description to conform to 2.17 --- README.md | 11 ++++++----- pom.xml | 2 +- release-notes/CREDITS-2.x | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f8149d79..ea533ed6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ and those with secondary constructors or static factories are also supported. # Status -* release `2.16.0` (for Jackson `2.16.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.16)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.16) +* release `2.17.0` (for Jackson `2.17.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.16)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.16) +* release `2.16.2` (for Jackson `2.16.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.16)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.16) * release `2.15.3` (for Jackson `2.15.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.15)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.15) * release `2.14.3` (for Jackson `2.14.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.14)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.14) @@ -18,7 +19,7 @@ Releases require that you have included Kotlin stdlib and reflect libraries alre Gradle: ``` -implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.16.+" +implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.17.+" ``` Maven: @@ -26,7 +27,7 @@ Maven: com.fasterxml.jackson.module jackson-module-kotlin - 2.16.0 + 2.17.0 ``` @@ -252,8 +253,8 @@ See the [main Jackson contribution guidelines](https://github.com/FasterXML/jack If you are going to write code, choose the appropriate base branch: -- `2.15` for bugfixes against the current stable version -- `2.16` for additive functionality & features or [minor](https://semver.org), backwards compatible changes to existing behavior to be included in the next minor version release +- `2.16` for bugfixes against the current stable version +- `2.17` for additive functionality & features or [minor](https://semver.org), backwards compatible changes to existing behavior to be included in the next minor version release - `master` for significant changes to existing behavior, which will be part of Jackson 3.0 ### Failing tests diff --git a/pom.xml b/pom.xml index c581ee57..9bac4b03 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ scm:git:git@github.com:FasterXML/jackson-module-kotlin.git scm:git:git@github.com:FasterXML/jackson-module-kotlin.git https://github.com/FasterXML/jackson-module-kotlin - jackson-module-kotlin-2.16.0-rc1 + jackson-module-kotlin-2.17.1 diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index d51a68d1..02b3db13 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -44,7 +44,7 @@ WrongWrong (@k163377) * #732: SequenceSerializer removed. * #727: Fixed overriding findCreatorAnnotation instead of hasCreatorAnnotation -# 2.16.1 (not yet released) +# 2.16.1 WrongWrong (@k163377) * #733: Fix problem with Serializable objects not implementing readResolve