From 92431b8ab34548a8b8efb3bef7b50a20e61d3c81 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 26 Sep 2024 21:29:30 -0700 Subject: [PATCH] [maven-release-plugin] prepare release jackson-jaxrs-providers-2.18.0 --- 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 551ace56..22b601d5 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.0-SNAPSHOT + 2.18.0 jackson-jaxrs-base - 2.18.0-SNAPSHOT + 2.18.0 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 3caf2946..31f10c9b 100644 --- a/cbor/pom.xml +++ b/cbor/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.0-SNAPSHOT + 2.18.0 jackson-jaxrs-cbor-provider - 2.18.0-SNAPSHOT + 2.18.0 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 693f2ea1..5e8c7ff6 100644 --- a/datatypes/pom.xml +++ b/datatypes/pom.xml @@ -9,12 +9,12 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.0-SNAPSHOT + 2.18.0 com.fasterxml.jackson.datatype jackson-datatype-jaxrs - 2.18.0-SNAPSHOT + 2.18.0 Jackson-JAXRS: Datatypes bundle Functionality for reading/writing core JAX-RS helper types diff --git a/json/pom.xml b/json/pom.xml index bde0b095..d3c8624b 100644 --- a/json/pom.xml +++ b/json/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.0-SNAPSHOT + 2.18.0 jackson-jaxrs-json-provider - 2.18.0-SNAPSHOT + 2.18.0 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 f5ef4fa8..7505c1aa 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers Jackson: JAX-RS (parent) - 2.18.0-SNAPSHOT + 2.18.0 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.0 UTF-8 diff --git a/smile/pom.xml b/smile/pom.xml index e02e9c8a..13fbed47 100644 --- a/smile/pom.xml +++ b/smile/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.0-SNAPSHOT + 2.18.0 jackson-jaxrs-smile-provider - 2.18.0-SNAPSHOT + 2.18.0 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 3f03954f..d6311c01 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.0-SNAPSHOT + 2.18.0 jackson-jaxrs-xml-provider - 2.18.0-SNAPSHOT + 2.18.0 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 4a5cb3da..78d1093f 100644 --- a/yaml/pom.xml +++ b/yaml/pom.xml @@ -9,10 +9,10 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-providers - 2.18.0-SNAPSHOT + 2.18.0 jackson-jaxrs-yaml-provider - 2.18.0-SNAPSHOT + 2.18.0 Jackson-JAXRS: YAML bundle Functionality to handle YAML input/output for JAX-RS implementations (like Jersey and RESTeasy)