From 831aa2f35783aec12d01f77cc6654639212709c9 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 12 Oct 2023 19:06:58 -0700 Subject: [PATCH 1/4] Prepare for 2.15.3 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 ede86ce8..b7348618 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson jackson-base - 2.15.3-SNAPSHOT + 2.15.3 com.fasterxml.jackson.module jackson-module-kotlin diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 6d1c17bb..81473693 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -16,6 +16,10 @@ Co-maintainers: === Releases === ------------------------------------------------------------------------ +2.15.3 (12-Oct-2023) + +No changes since 2.15.2 + 2.15.2 (30-May-2023) #675: Modified to use Converter in Sequence serialization From 89a64b597132a95a21f779e1fc9699286faf1eba Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 12 Oct 2023 19:07:38 -0700 Subject: [PATCH 2/4] [maven-release-plugin] prepare release jackson-module-kotlin-2.15.3 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b7348618..0877dd1d 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.module jackson-module-kotlin jackson-module-kotlin - 2.15.3-SNAPSHOT + 2.15.3 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.15.1 + jackson-module-kotlin-2.15.3 From 0ae81b363f0df5b04699301a44db16a756e7510a Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 12 Oct 2023 19:07:41 -0700 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 0877dd1d..91373519 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.module jackson-module-kotlin jackson-module-kotlin - 2.15.3 + 2.15.4-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.15.3 + jackson-module-kotlin-2.15.1 From ef24e0be9476cc13eb95d8ad548db6051ff039c0 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 12 Oct 2023 19:16:39 -0700 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 91373519..712bbc95 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson jackson-base - 2.15.3 + 2.15.4-SNAPSHOT com.fasterxml.jackson.module jackson-module-kotlin