From a820c7941cdc4ac3aa279ff3762af8f765994b92 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 15 Feb 2024 11:18:38 -0800 Subject: [PATCH 1/4] Prepare for 2.15.4 release --- pom.xml | 2 +- release-notes/VERSION-2.x | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 712bbc95..e7dc8fb9 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson jackson-base - 2.15.4-SNAPSHOT + 2.15.4 com.fasterxml.jackson.module jackson-module-kotlin diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 81473693..8b96fdb1 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -16,6 +16,7 @@ Co-maintainers: === Releases === ------------------------------------------------------------------------ +2.15.4 (15-Feb-2024) 2.15.3 (12-Oct-2023) No changes since 2.15.2 From cf0449ce16ac3276a1ee50bcb5c00ecd1421ef67 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 15 Feb 2024 11:19:15 -0800 Subject: [PATCH 2/4] [maven-release-plugin] prepare release jackson-module-kotlin-2.15.4 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e7dc8fb9..4082d3d6 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.module jackson-module-kotlin jackson-module-kotlin - 2.15.4-SNAPSHOT + 2.15.4 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.4 From fc7a20eca05d7c9c0bea71ff1cd657db306ea51e Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 15 Feb 2024 11:19:18 -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 4082d3d6..2ab0f7bf 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.module jackson-module-kotlin jackson-module-kotlin - 2.15.4 + 2.15.5-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.4 + jackson-module-kotlin-2.15.1 From ccfa59e477cec6bf6591f7a41ab51ea22fdba1de Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 15 Feb 2024 11:27:57 -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 2ab0f7bf..43b44906 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson jackson-base - 2.15.4 + 2.15.5-SNAPSHOT com.fasterxml.jackson.module jackson-module-kotlin