From d06acc890335fe9bdae818288256d31b9a033df9 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 27 Nov 2024 18:14:46 -0800 Subject: [PATCH 1/4] Prep for 2.18.2 --- 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 f0085f25..626f84c3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson jackson-base - 2.18.2-SNAPSHOT + 2.18.2 com.fasterxml.jackson.jaxrs jackson-jaxrs-providers diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index b4a0eb68..71033300 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -10,6 +10,7 @@ Sub-modules: === Releases === ------------------------------------------------------------------------ +2.18.2 (27-Nov-2024) 2.18.1 (28-Oct-2024) No changes since 2.18.0 From 08e452140d5c468ac1157bebb3c747352c0db826 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 27 Nov 2024 18:18:04 -0800 Subject: [PATCH 2/4] [maven-release-plugin] prepare release jackson-jaxrs-providers-2.18.2 --- base/pom.xml | 4 ++-- cbor/pom.xml | 4 ++-- datatypes/pom.xml | 4 ++-- json/pom.xml | 4 ++-- pom.xml | 4 ++-- smile/pom.xml | 4 ++-- xml/pom.xml | 4 ++-- yaml/pom.xml | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/base/pom.xml b/base/pom.xml index 27980c63..04d27176 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.2-SNAPSHOT + 2.18.2 jackson-jaxrs-base - 2.18.2-SNAPSHOT + 2.18.2 Jackson-JAXRS: base bundle Pile of code that is shared by all Jackson-based JAX-RS diff --git a/cbor/pom.xml b/cbor/pom.xml index 5a77e45c..0bf064a9 100644 --- a/cbor/pom.xml +++ b/cbor/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.2-SNAPSHOT + 2.18.2 jackson-jaxrs-cbor-provider - 2.18.2-SNAPSHOT + 2.18.2 Jackson-JAXRS: CBOR bundle Functionality to handle CBOR encoded input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding. diff --git a/datatypes/pom.xml b/datatypes/pom.xml index 028ab2eb..3759a331 100644 --- a/datatypes/pom.xml +++ b/datatypes/pom.xml @@ -9,12 +9,12 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.2-SNAPSHOT + 2.18.2 com.fasterxml.jackson.datatype jackson-datatype-jaxrs - 2.18.2-SNAPSHOT + 2.18.2 Jackson-JAXRS: Datatypes bundle Functionality for reading/writing core JAX-RS helper types diff --git a/json/pom.xml b/json/pom.xml index 5a45f46f..a96ef2af 100644 --- a/json/pom.xml +++ b/json/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.2-SNAPSHOT + 2.18.2 jackson-jaxrs-json-provider - 2.18.2-SNAPSHOT + 2.18.2 Jackson-JAXRS: JSON bundle Functionality to handle JSON input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding. diff --git a/pom.xml b/pom.xml index 626f84c3..f1c09fa8 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers Jackson: JAX-RS (parent) - 2.18.2-SNAPSHOT + 2.18.2 pom Parent for Jackson JAX-RS providers @@ -37,7 +37,7 @@ scm:git:git@github.com:FasterXML/jackson-jaxrs-providers.git scm:git:git@github.com:FasterXML/jackson-jaxrs-providers.git https://github.com/FasterXML/jackson-jaxrs-providers - HEAD + jackson-jaxrs-providers-2.18.2 UTF-8 diff --git a/smile/pom.xml b/smile/pom.xml index 94922e36..e7b201fc 100644 --- a/smile/pom.xml +++ b/smile/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.2-SNAPSHOT + 2.18.2 jackson-jaxrs-smile-provider - 2.18.2-SNAPSHOT + 2.18.2 Jackson-JAXRS: Smile bundle Functionality to handle Smile (binary JSON) input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding. diff --git a/xml/pom.xml b/xml/pom.xml index 70225a5e..48b184f7 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.2-SNAPSHOT + 2.18.2 jackson-jaxrs-xml-provider - 2.18.2-SNAPSHOT + 2.18.2 Jackson-JAXRS: XML bundle Functionality to handle XML input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding. diff --git a/yaml/pom.xml b/yaml/pom.xml index 01b586c8..1587c7ed 100644 --- a/yaml/pom.xml +++ b/yaml/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.2-SNAPSHOT + 2.18.2 jackson-jaxrs-yaml-provider - 2.18.2-SNAPSHOT + 2.18.2 Jackson-JAXRS: YAML bundle Functionality to handle YAML input/output for JAX-RS implementations (like Jersey and RESTeasy) From 0d8f957c4829dec9b006f23ac32806842724fc04 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 27 Nov 2024 18:18:07 -0800 Subject: [PATCH 3/4] [maven-release-plugin] prepare for next development iteration --- base/pom.xml | 4 ++-- cbor/pom.xml | 4 ++-- datatypes/pom.xml | 4 ++-- json/pom.xml | 4 ++-- pom.xml | 4 ++-- smile/pom.xml | 4 ++-- xml/pom.xml | 4 ++-- yaml/pom.xml | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/base/pom.xml b/base/pom.xml index 04d27176..2004e861 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.2 + 2.18.3-SNAPSHOT jackson-jaxrs-base - 2.18.2 + 2.18.3-SNAPSHOT Jackson-JAXRS: base bundle Pile of code that is shared by all Jackson-based JAX-RS diff --git a/cbor/pom.xml b/cbor/pom.xml index 0bf064a9..8290d8b5 100644 --- a/cbor/pom.xml +++ b/cbor/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.2 + 2.18.3-SNAPSHOT jackson-jaxrs-cbor-provider - 2.18.2 + 2.18.3-SNAPSHOT Jackson-JAXRS: CBOR bundle Functionality to handle CBOR encoded input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding. diff --git a/datatypes/pom.xml b/datatypes/pom.xml index 3759a331..d67dae22 100644 --- a/datatypes/pom.xml +++ b/datatypes/pom.xml @@ -9,12 +9,12 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.2 + 2.18.3-SNAPSHOT com.fasterxml.jackson.datatype jackson-datatype-jaxrs - 2.18.2 + 2.18.3-SNAPSHOT Jackson-JAXRS: Datatypes bundle Functionality for reading/writing core JAX-RS helper types diff --git a/json/pom.xml b/json/pom.xml index a96ef2af..cf674e1b 100644 --- a/json/pom.xml +++ b/json/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.2 + 2.18.3-SNAPSHOT jackson-jaxrs-json-provider - 2.18.2 + 2.18.3-SNAPSHOT Jackson-JAXRS: JSON bundle Functionality to handle JSON input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding. diff --git a/pom.xml b/pom.xml index f1c09fa8..9fb04459 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers Jackson: JAX-RS (parent) - 2.18.2 + 2.18.3-SNAPSHOT pom Parent for Jackson JAX-RS providers @@ -37,7 +37,7 @@ scm:git:git@github.com:FasterXML/jackson-jaxrs-providers.git scm:git:git@github.com:FasterXML/jackson-jaxrs-providers.git https://github.com/FasterXML/jackson-jaxrs-providers - jackson-jaxrs-providers-2.18.2 + HEAD UTF-8 diff --git a/smile/pom.xml b/smile/pom.xml index e7b201fc..15d8db8f 100644 --- a/smile/pom.xml +++ b/smile/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.2 + 2.18.3-SNAPSHOT jackson-jaxrs-smile-provider - 2.18.2 + 2.18.3-SNAPSHOT Jackson-JAXRS: Smile bundle Functionality to handle Smile (binary JSON) input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding. diff --git a/xml/pom.xml b/xml/pom.xml index 48b184f7..37d1c495 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.2 + 2.18.3-SNAPSHOT jackson-jaxrs-xml-provider - 2.18.2 + 2.18.3-SNAPSHOT Jackson-JAXRS: XML bundle Functionality to handle XML input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding. diff --git a/yaml/pom.xml b/yaml/pom.xml index 1587c7ed..601ccd89 100644 --- a/yaml/pom.xml +++ b/yaml/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.2 + 2.18.3-SNAPSHOT jackson-jaxrs-yaml-provider - 2.18.2 + 2.18.3-SNAPSHOT Jackson-JAXRS: YAML bundle Functionality to handle YAML input/output for JAX-RS implementations (like Jersey and RESTeasy) From c6cc58afb0aa68394dcfaa4f02cb2bd009fc26db Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 27 Nov 2024 18:33:44 -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 9fb04459..0bbdd7b2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson jackson-base - 2.18.2 + 2.18.3-SNAPSHOT com.fasterxml.jackson.jaxrs jackson-jaxrs-providers