From 2b99f59a0f92a31d0df3126502bacc3e3bbbef19 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 5 May 2023 10:20:02 -0700 Subject: [PATCH 1/4] Prepare for 2.14.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 81c34cdc7..32c5ac3a9 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson jackson-base - 2.14.3-SNAPSHOT + 2.14.3 com.fasterxml.jackson.dataformat jackson-dataformat-xml diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 8a825d1df..5627d73c0 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -4,6 +4,10 @@ Project: jackson-dataformat-xml === Releases === ------------------------------------------------------------------------ +2.14.3 (05-May-2023) + +No changes since 2.14.2 + 2.14.2 (28-Jan-2023) * Upgrade Woodstox to 6.5.0 for a fix to OSGi metadata From 85deceee7569e8990750f4a3e651c9ce383eafd0 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 5 May 2023 10:24:08 -0700 Subject: [PATCH 2/4] [maven-release-plugin] prepare release jackson-dataformat-xml-2.14.3 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 32c5ac3a9..6330d38c8 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.dataformat jackson-dataformat-xml - 2.14.3-SNAPSHOT + 2.14.3 Jackson-dataformat-XML bundle Data format extension for Jackson to offer @@ -24,7 +24,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos. scm:git:git@github.com:FasterXML/jackson-dataformat-xml.git scm:git:git@github.com:FasterXML/jackson-dataformat-xml.git http://github.com/FasterXML/jackson-dataformat-xml - HEAD + jackson-dataformat-xml-2.14.3 com/fasterxml/jackson/dataformat/xml From dd604020e0f0629f820b1c941cf5217583f84e40 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 5 May 2023 10:24:10 -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 6330d38c8..d635712e2 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.dataformat jackson-dataformat-xml - 2.14.3 + 2.14.4-SNAPSHOT Jackson-dataformat-XML bundle Data format extension for Jackson to offer @@ -24,7 +24,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos. scm:git:git@github.com:FasterXML/jackson-dataformat-xml.git scm:git:git@github.com:FasterXML/jackson-dataformat-xml.git http://github.com/FasterXML/jackson-dataformat-xml - jackson-dataformat-xml-2.14.3 + HEAD com/fasterxml/jackson/dataformat/xml From e6bd2f62aa2f1e35f3155c9f633f8ebca2a8b0ee Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 5 May 2023 10:25:34 -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 d635712e2..d64ad8a3b 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson jackson-base - 2.14.3 + 2.14.4-SNAPSHOT com.fasterxml.jackson.dataformat jackson-dataformat-xml