From e13636b98edb07f88437d3295087b01252fa4b48 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 1 Nov 2024 14:43:59 -0700 Subject: [PATCH 1/4] Prep for 2.17.3 --- 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 7131d7d5..15229652 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson jackson-base - 2.17.3-SNAPSHOT + 2.17.3 com.fasterxml.jackson.module jackson-module-kotlin diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index eb30e66c..89274ffd 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -16,6 +16,10 @@ Co-maintainers: === Releases === ------------------------------------------------------------------------ +2.17.3 (01-Nov-2024) + +No changes since 2.17.2 + 2.17.2 (05-Jul-2024) #799: Fixed problem with code compiled with 2.17.x losing backward compatibility. From ef691595220bf2a3112aabc24c27eff9e3144f43 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 1 Nov 2024 14:45:41 -0700 Subject: [PATCH 2/4] [maven-release-plugin] prepare release jackson-module-kotlin-2.17.3 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 15229652..5fc8e09e 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.module jackson-module-kotlin jackson-module-kotlin - 2.17.3-SNAPSHOT + 2.17.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.17.1 + jackson-module-kotlin-2.17.3 From e0dfaf8dc6127c12d51042a7e71a626375a84b96 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 1 Nov 2024 14:45:44 -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 5fc8e09e..b40dcbb8 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.module jackson-module-kotlin jackson-module-kotlin - 2.17.3 + 2.17.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.17.3 + jackson-module-kotlin-2.17.1 From a37425a4e06c2a9dc1927deb35672cea44f64c80 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 1 Nov 2024 14:49:52 -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 b40dcbb8..3ac932c5 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson jackson-base - 2.17.3 + 2.17.4-SNAPSHOT com.fasterxml.jackson.module jackson-module-kotlin