From 8161660600657ffe1ce1dbe3c3da1acf9554bb20 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 11 Dec 2020 16:53:48 -0800 Subject: [PATCH 1/4] Prepare for 2.11.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 1603b5a9..0b2509d0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.fasterxml.jackson jackson-base - 2.11.4-SNAPSHOT + 2.11.4 com.fasterxml.jackson.dataformat jackson-dataformats-text diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index d8b9ff5c..13e56a89 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -8,6 +8,10 @@ Modules: === Releases === ------------------------------------------------------------------------ +2.11.4 (12-Dec-2020) + +No changes since 2.11.3 + 2.11.3 (02-Oct-2020) #217: (csv) Should quote strings with line separator under STRICT_CHECK_FOR_QUOTING From 17f7a592fd17c0d44d70166573c7307ca5982770 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 11 Dec 2020 16:58:26 -0800 Subject: [PATCH 2/4] [maven-release-plugin] prepare release jackson-dataformats-text-2.11.4 --- csv/pom.xml | 2 +- pom.xml | 4 ++-- properties/pom.xml | 2 +- yaml/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/csv/pom.xml b/csv/pom.xml index b1974e03..6f57048e 100644 --- a/csv/pom.xml +++ b/csv/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.11.4-SNAPSHOT + 2.11.4 jackson-dataformat-csv Jackson-dataformat-CSV diff --git a/pom.xml b/pom.xml index 0b2509d0..b0a20591 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text Jackson dataformats: Text - 2.11.4-SNAPSHOT + 2.11.4 pom Parent pom for Jackson text-based dataformats (as opposed to binary). @@ -24,7 +24,7 @@ scm:git:git@github.com:FasterXML/jackson-dataformats-text.git scm:git:git@github.com:FasterXML/jackson-dataformats-text.git http://github.com/FasterXML/jackson-dataformats-text - HEAD + jackson-dataformats-text-2.11.4 https://github.com/FasterXML/jackson-dataformats-text/issues diff --git a/properties/pom.xml b/properties/pom.xml index 15800c60..10bf482c 100644 --- a/properties/pom.xml +++ b/properties/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.11.4-SNAPSHOT + 2.11.4 jackson-dataformat-properties Jackson-dataformat-Properties diff --git a/yaml/pom.xml b/yaml/pom.xml index f019922f..88f8401c 100644 --- a/yaml/pom.xml +++ b/yaml/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.11.4-SNAPSHOT + 2.11.4 jackson-dataformat-yaml bundle From c229e8107183145dc577f55e213b175a86ed7d4a Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 11 Dec 2020 16:58:33 -0800 Subject: [PATCH 3/4] [maven-release-plugin] prepare for next development iteration --- csv/pom.xml | 2 +- pom.xml | 4 ++-- properties/pom.xml | 2 +- yaml/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/csv/pom.xml b/csv/pom.xml index 6f57048e..c2ae7ed7 100644 --- a/csv/pom.xml +++ b/csv/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.11.4 + 2.11.5-SNAPSHOT jackson-dataformat-csv Jackson-dataformat-CSV diff --git a/pom.xml b/pom.xml index b0a20591..7b085a29 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text Jackson dataformats: Text - 2.11.4 + 2.11.5-SNAPSHOT pom Parent pom for Jackson text-based dataformats (as opposed to binary). @@ -24,7 +24,7 @@ scm:git:git@github.com:FasterXML/jackson-dataformats-text.git scm:git:git@github.com:FasterXML/jackson-dataformats-text.git http://github.com/FasterXML/jackson-dataformats-text - jackson-dataformats-text-2.11.4 + HEAD https://github.com/FasterXML/jackson-dataformats-text/issues diff --git a/properties/pom.xml b/properties/pom.xml index 10bf482c..a1b5e59e 100644 --- a/properties/pom.xml +++ b/properties/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.11.4 + 2.11.5-SNAPSHOT jackson-dataformat-properties Jackson-dataformat-Properties diff --git a/yaml/pom.xml b/yaml/pom.xml index 88f8401c..9bf05598 100644 --- a/yaml/pom.xml +++ b/yaml/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-text - 2.11.4 + 2.11.5-SNAPSHOT jackson-dataformat-yaml bundle From 09d01ac33c3b5a18ca46f1374bb49315a804fb8b Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 11 Dec 2020 17:01:00 -0800 Subject: [PATCH 4/4] ... --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7b085a29..d6d57024 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.fasterxml.jackson jackson-base - 2.11.4 + 2.11.5-SNAPSHOT com.fasterxml.jackson.dataformat jackson-dataformats-text