From d543cd087229d4259e67a87f517bd095f2a8433a Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 15 Feb 2024 09:52:36 -0800 Subject: [PATCH 1/4] Prepare for 2.15.4 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 c47d2639..8dc165e0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.fasterxml.jackson jackson-base - 2.15.4-SNAPSHOT + 2.15.4 com.fasterxml.jackson.dataformat jackson-dataformats-text diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 200d1b86..1f16a506 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -14,6 +14,10 @@ Active Maintainers: === Releases === ------------------------------------------------------------------------ +2.15.4 (15-Feb-2024) + +No changes since 2.15.3 + 2.15.3 (12-Oct-2023) #400: (yaml) `IllegalArgumentException` when attempting to decode invalid UTF-8 From a133fd942213858c92d06be21d2dd05d3d149524 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 15 Feb 2024 10:01:00 -0800 Subject: [PATCH 2/4] [maven-release-plugin] prepare release jackson-dataformats-text-2.15.4 --- csv/pom.xml | 2 +- pom.xml | 6 +++--- properties/pom.xml | 2 +- toml/pom.xml | 2 +- yaml/pom.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/csv/pom.xml b/csv/pom.xml index 7e4a784e..83788d14 100644 --- a/csv/pom.xml +++ b/csv/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.15.4-SNAPSHOT + 2.15.4 jackson-dataformat-csv Jackson-dataformat-CSV diff --git a/pom.xml b/pom.xml index 8dc165e0..955eb0d4 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text Jackson dataformats: Text - 2.15.4-SNAPSHOT + 2.15.4 pom Parent pom for Jackson text-based dataformats (as opposed to binary). @@ -33,7 +33,7 @@ scm:git:git@github.com:FasterXML/jackson-dataformats-text.git scm:git:git@github.com:FasterXML/jackson-dataformats-text.git https://github.com/FasterXML/jackson-dataformats-text - HEAD + jackson-dataformats-text-2.15.4 https://github.com/FasterXML/jackson-dataformats-text/issues @@ -41,7 +41,7 @@ - 2023-10-13T00:33:51Z + 2024-02-15T18:00:30Z diff --git a/properties/pom.xml b/properties/pom.xml index 00029d23..8d7f9fd6 100644 --- a/properties/pom.xml +++ b/properties/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.15.4-SNAPSHOT + 2.15.4 jackson-dataformat-properties Jackson-dataformat-Properties diff --git a/toml/pom.xml b/toml/pom.xml index b39d2792..ccfb3fc6 100644 --- a/toml/pom.xml +++ b/toml/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.15.4-SNAPSHOT + 2.15.4 jackson-dataformat-toml jar diff --git a/yaml/pom.xml b/yaml/pom.xml index 69ca1060..0baa84f0 100644 --- a/yaml/pom.xml +++ b/yaml/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.15.4-SNAPSHOT + 2.15.4 jackson-dataformat-yaml jar From 65cc7ec4d6189afb64f93f31fe0d208a25685db1 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 15 Feb 2024 10:01:03 -0800 Subject: [PATCH 3/4] [maven-release-plugin] prepare for next development iteration --- csv/pom.xml | 2 +- pom.xml | 6 +++--- properties/pom.xml | 2 +- toml/pom.xml | 2 +- yaml/pom.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/csv/pom.xml b/csv/pom.xml index 83788d14..5e55a206 100644 --- a/csv/pom.xml +++ b/csv/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.15.4 + 2.15.5-SNAPSHOT jackson-dataformat-csv Jackson-dataformat-CSV diff --git a/pom.xml b/pom.xml index 955eb0d4..8299fd37 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text Jackson dataformats: Text - 2.15.4 + 2.15.5-SNAPSHOT pom Parent pom for Jackson text-based dataformats (as opposed to binary). @@ -33,7 +33,7 @@ scm:git:git@github.com:FasterXML/jackson-dataformats-text.git scm:git:git@github.com:FasterXML/jackson-dataformats-text.git https://github.com/FasterXML/jackson-dataformats-text - jackson-dataformats-text-2.15.4 + HEAD https://github.com/FasterXML/jackson-dataformats-text/issues @@ -41,7 +41,7 @@ - 2024-02-15T18:00:30Z + 2024-02-15T18:01:03Z diff --git a/properties/pom.xml b/properties/pom.xml index 8d7f9fd6..214d06ce 100644 --- a/properties/pom.xml +++ b/properties/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.15.4 + 2.15.5-SNAPSHOT jackson-dataformat-properties Jackson-dataformat-Properties diff --git a/toml/pom.xml b/toml/pom.xml index ccfb3fc6..1b7f9b2d 100644 --- a/toml/pom.xml +++ b/toml/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.15.4 + 2.15.5-SNAPSHOT jackson-dataformat-toml jar diff --git a/yaml/pom.xml b/yaml/pom.xml index 0baa84f0..c2e271b5 100644 --- a/yaml/pom.xml +++ b/yaml/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.15.4 + 2.15.5-SNAPSHOT jackson-dataformat-yaml jar From ef3e7ae052ccf941dc269a6c3b929ef2b0bc30a1 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Thu, 15 Feb 2024 10:05:43 -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 8299fd37..d8233af5 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.fasterxml.jackson jackson-base - 2.15.4 + 2.15.5-SNAPSHOT com.fasterxml.jackson.dataformat jackson-dataformats-text