From b5a65d462a997dab7354aba973c6701f3b469fb7 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sat, 9 Mar 2024 11:49:29 -0800 Subject: [PATCH 1/4] Prepare for 2.16.2 release --- pom.xml | 2 +- release-notes/VERSION-2.x | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f2d4c0b1..af5ae663 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson jackson-base - 2.16.2-SNAPSHOT + 2.16.2 com.fasterxml.jackson.module jackson-module-kotlin diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index abbaeb32..86589702 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -16,6 +16,10 @@ Co-maintainers: === Releases === ------------------------------------------------------------------------ +2.16.2 (09-Mar-2024) + +No changes since 2.16.1 + 2.16.1 (24-Dec-2023) #733: Fix problem with Serializable objects not implementing readResolve. From 91d7c6d952e5d746034b11e96426c36577dc2d28 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sat, 9 Mar 2024 11:50:22 -0800 Subject: [PATCH 2/4] [maven-release-plugin] prepare release jackson-module-kotlin-2.16.2 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index af5ae663..a59db8cc 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.module jackson-module-kotlin jackson-module-kotlin - 2.16.2-SNAPSHOT + 2.16.2 bundle Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support Kotlin language, specifically introspection of method/constructor parameter names, @@ -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.16.2 From d12f174dfa5cff03b2cc5e11f4b453eb4345d1bf Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sat, 9 Mar 2024 11:50:31 -0800 Subject: [PATCH 3/4] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a59db8cc..6b892dd2 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.module jackson-module-kotlin jackson-module-kotlin - 2.16.2 + 2.16.3-SNAPSHOT bundle Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support Kotlin language, specifically introspection of method/constructor parameter names, @@ -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.2 + jackson-module-kotlin-2.16.0-rc1 From b7072381f7d8ae608c38b3be1947161f60b94df1 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sat, 9 Mar 2024 11:52:50 -0800 Subject: [PATCH 4/4] Back to snapshot dep --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6b892dd2..c542f4f5 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson jackson-base - 2.16.2 + 2.16.3-SNAPSHOT com.fasterxml.jackson.module jackson-module-kotlin