From 683310e1e08f40118451624edecb3d8cddd90a79 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 1 Nov 2024 14:08:14 -0700 Subject: [PATCH 1/4] Prep for 2.17.3 --- pom.xml | 2 +- release-notes/VERSION-2.x | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4b5e090a..3ef1b9c0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.fasterxml.jackson jackson-base - 2.17.3-SNAPSHOT + 2.17.3 com.fasterxml.jackson.dataformat jackson-dataformats-text diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 747f82e6..c5285402 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -18,7 +18,7 @@ Active Maintainers: No changes since 2.17 -2.17.3 (not yet released) +2.17.3 (01-Nov-2024) #499: (yaml) SnakeYAML upgrade to 2.3 (contributed by @pjfanning) From b3771f943d7fe064fd40e71d867383ed9ce4c164 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 1 Nov 2024 14:09:13 -0700 Subject: [PATCH 2/4] [maven-release-plugin] prepare release jackson-dataformats-text-2.17.3 --- 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 6db25946..2e83bb5a 100644 --- a/csv/pom.xml +++ b/csv/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.3-SNAPSHOT + 2.17.3 jackson-dataformat-csv Jackson-dataformat-CSV diff --git a/pom.xml b/pom.xml index 3ef1b9c0..e9abc1ee 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text Jackson dataformats: Text - 2.17.3-SNAPSHOT + 2.17.3 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.17.3 https://github.com/FasterXML/jackson-dataformats-text/issues @@ -41,7 +41,7 @@ - 2024-07-05T17:33:03Z + 2024-11-01T21:08:48Z diff --git a/properties/pom.xml b/properties/pom.xml index f646751e..a43adc99 100644 --- a/properties/pom.xml +++ b/properties/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.3-SNAPSHOT + 2.17.3 jackson-dataformat-properties Jackson-dataformat-Properties diff --git a/toml/pom.xml b/toml/pom.xml index 435885b6..96cce5c7 100644 --- a/toml/pom.xml +++ b/toml/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.3-SNAPSHOT + 2.17.3 jackson-dataformat-toml jar diff --git a/yaml/pom.xml b/yaml/pom.xml index 9b2bddd4..7bd48ea9 100644 --- a/yaml/pom.xml +++ b/yaml/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.3-SNAPSHOT + 2.17.3 jackson-dataformat-yaml jar From 1223dac36f6262106599b530d8c0ee99db6335fb Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 1 Nov 2024 14:09:16 -0700 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 2e83bb5a..83e3df45 100644 --- a/csv/pom.xml +++ b/csv/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.3 + 2.17.4-SNAPSHOT jackson-dataformat-csv Jackson-dataformat-CSV diff --git a/pom.xml b/pom.xml index e9abc1ee..767e082f 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text Jackson dataformats: Text - 2.17.3 + 2.17.4-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.17.3 + HEAD https://github.com/FasterXML/jackson-dataformats-text/issues @@ -41,7 +41,7 @@ - 2024-11-01T21:08:48Z + 2024-11-01T21:09:16Z diff --git a/properties/pom.xml b/properties/pom.xml index a43adc99..e00d35e5 100644 --- a/properties/pom.xml +++ b/properties/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.3 + 2.17.4-SNAPSHOT jackson-dataformat-properties Jackson-dataformat-Properties diff --git a/toml/pom.xml b/toml/pom.xml index 96cce5c7..5a0655fb 100644 --- a/toml/pom.xml +++ b/toml/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.3 + 2.17.4-SNAPSHOT jackson-dataformat-toml jar diff --git a/yaml/pom.xml b/yaml/pom.xml index 7bd48ea9..221d3634 100644 --- a/yaml/pom.xml +++ b/yaml/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.17.3 + 2.17.4-SNAPSHOT jackson-dataformat-yaml jar From 1e7c62862437cad718dee125af4b02ba9b20f4a1 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 1 Nov 2024 14:18:32 -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 767e082f..965e4792 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.fasterxml.jackson jackson-base - 2.17.3 + 2.17.4-SNAPSHOT com.fasterxml.jackson.dataformat jackson-dataformats-text