From 226d0daa5c4a81897601c619a1452c694e1c0d9f Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 11 Dec 2020 16:53:04 -0800 Subject: [PATCH 1/4] Prepare for 2.11.4 --- 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 88db314f8..684a745d6 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-binary diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 8325be1fa..4ab72d069 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -8,7 +8,7 @@ Project: jackson-datatypes-binaryModules: === Releases === ------------------------------------------------------------------------ -2.11.4 (not yet released) +2.11.4 (12-Dec-2020) #186: (cbor) Eager allocation of byte buffer can cause `java.lang.OutOfMemoryError` exception From f2c09e1f3f45a7dbe435f32f3efb5700fcb7ff32 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 11 Dec 2020 16:54:44 -0800 Subject: [PATCH 2/4] [maven-release-plugin] prepare release jackson-dataformats-binary-2.11.4 --- avro/pom.xml | 2 +- cbor/pom.xml | 2 +- ion/pom.xml | 2 +- pom.xml | 4 ++-- protobuf/pom.xml | 2 +- smile/pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/avro/pom.xml b/avro/pom.xml index 916b49abb..716fe6319 100644 --- a/avro/pom.xml +++ b/avro/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary - 2.11.4-SNAPSHOT + 2.11.4 jackson-dataformat-avro Jackson dataformat: Avro diff --git a/cbor/pom.xml b/cbor/pom.xml index cfa09d636..18eeeba73 100644 --- a/cbor/pom.xml +++ b/cbor/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary - 2.11.4-SNAPSHOT + 2.11.4 jackson-dataformat-cbor Jackson dataformat: CBOR diff --git a/ion/pom.xml b/ion/pom.xml index 878668724..a6b9391e4 100644 --- a/ion/pom.xml +++ b/ion/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary - 2.11.4-SNAPSHOT + 2.11.4 com.fasterxml.jackson.dataformat jackson-dataformat-ion diff --git a/pom.xml b/pom.xml index 684a745d6..315c4e612 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary Jackson dataformats: Binary - 2.11.4-SNAPSHOT + 2.11.4 pom Parent pom for Jackson binary dataformats. @@ -26,7 +26,7 @@ scm:git:git@github.com:FasterXML/jackson-dataformats-binary.git scm:git:git@github.com:FasterXML/jackson-dataformats-binary.git http://github.com/FasterXML/jackson-dataformats-binary - HEAD + jackson-dataformats-binary-2.11.4 https://github.com/FasterXML/jackson-dataformats-binary/issues diff --git a/protobuf/pom.xml b/protobuf/pom.xml index 448dd9440..a46dbe5ee 100644 --- a/protobuf/pom.xml +++ b/protobuf/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary - 2.11.4-SNAPSHOT + 2.11.4 jackson-dataformat-protobuf Jackson dataformat: protobuf diff --git a/smile/pom.xml b/smile/pom.xml index c9275ddd1..d4d807a72 100644 --- a/smile/pom.xml +++ b/smile/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary - 2.11.4-SNAPSHOT + 2.11.4 jackson-dataformat-smile Jackson dataformat: Smile From 349baeddbab6e2475313f0558a4232eedc40abda Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 11 Dec 2020 16:54:51 -0800 Subject: [PATCH 3/4] [maven-release-plugin] prepare for next development iteration --- avro/pom.xml | 2 +- cbor/pom.xml | 2 +- ion/pom.xml | 2 +- pom.xml | 4 ++-- protobuf/pom.xml | 2 +- smile/pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/avro/pom.xml b/avro/pom.xml index 716fe6319..443f1651b 100644 --- a/avro/pom.xml +++ b/avro/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary - 2.11.4 + 2.11.5-SNAPSHOT jackson-dataformat-avro Jackson dataformat: Avro diff --git a/cbor/pom.xml b/cbor/pom.xml index 18eeeba73..94f250a7d 100644 --- a/cbor/pom.xml +++ b/cbor/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary - 2.11.4 + 2.11.5-SNAPSHOT jackson-dataformat-cbor Jackson dataformat: CBOR diff --git a/ion/pom.xml b/ion/pom.xml index a6b9391e4..003597a37 100644 --- a/ion/pom.xml +++ b/ion/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary - 2.11.4 + 2.11.5-SNAPSHOT com.fasterxml.jackson.dataformat jackson-dataformat-ion diff --git a/pom.xml b/pom.xml index 315c4e612..caea3c962 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary Jackson dataformats: Binary - 2.11.4 + 2.11.5-SNAPSHOT pom Parent pom for Jackson binary dataformats. @@ -26,7 +26,7 @@ scm:git:git@github.com:FasterXML/jackson-dataformats-binary.git scm:git:git@github.com:FasterXML/jackson-dataformats-binary.git http://github.com/FasterXML/jackson-dataformats-binary - jackson-dataformats-binary-2.11.4 + HEAD https://github.com/FasterXML/jackson-dataformats-binary/issues diff --git a/protobuf/pom.xml b/protobuf/pom.xml index a46dbe5ee..66249338c 100644 --- a/protobuf/pom.xml +++ b/protobuf/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary - 2.11.4 + 2.11.5-SNAPSHOT jackson-dataformat-protobuf Jackson dataformat: protobuf diff --git a/smile/pom.xml b/smile/pom.xml index d4d807a72..86bb8beae 100644 --- a/smile/pom.xml +++ b/smile/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary - 2.11.4 + 2.11.5-SNAPSHOT jackson-dataformat-smile Jackson dataformat: Smile From b38679fee7692626e217232c3fa3b53fa3001d13 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 11 Dec 2020 16:57:50 -0800 Subject: [PATCH 4/4] ... --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index caea3c962..980e7539e 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-binary