From 360dc417db08dbf21cf39c731a51c44863411aa1 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Mon, 16 Sep 2019 21:24:56 -0700 Subject: [PATCH] prepare for 2.10.0.pr3 --- avro/pom.xml | 2 +- cbor/pom.xml | 2 +- ion/pom.xml | 2 +- pom.xml | 4 ++-- protobuf/pom.xml | 2 +- release-notes/VERSION-2.x | 2 +- smile/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/avro/pom.xml b/avro/pom.xml index 857e7ae80..b4b2a5f72 100644 --- a/avro/pom.xml +++ b/avro/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary - 2.10.0-SNAPSHOT + 2.10.0.pr3-SNAPSHOT jackson-dataformat-avro Jackson dataformat: Avro diff --git a/cbor/pom.xml b/cbor/pom.xml index 9930a92d1..33f6704dd 100644 --- a/cbor/pom.xml +++ b/cbor/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary - 2.10.0-SNAPSHOT + 2.10.0.pr3-SNAPSHOT jackson-dataformat-cbor Jackson dataformat: CBOR diff --git a/ion/pom.xml b/ion/pom.xml index 392ff85b7..b52040577 100644 --- a/ion/pom.xml +++ b/ion/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary - 2.10.0-SNAPSHOT + 2.10.0.pr3-SNAPSHOT com.fasterxml.jackson.dataformat jackson-dataformat-ion diff --git a/pom.xml b/pom.xml index 63524d4d1..8d9967484 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,12 @@ com.fasterxml.jackson jackson-base - 2.10.0-SNAPSHOT + 2.10.0.pr3 com.fasterxml.jackson.dataformat jackson-dataformats-binary Jackson dataformats: Binary - 2.10.0-SNAPSHOT + 2.10.0.pr3-SNAPSHOT pom Parent pom for Jackson binary dataformats. diff --git a/protobuf/pom.xml b/protobuf/pom.xml index b9b975eb9..3a05b705e 100644 --- a/protobuf/pom.xml +++ b/protobuf/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary - 2.10.0-SNAPSHOT + 2.10.0.pr3-SNAPSHOT jackson-dataformat-protobuf Jackson dataformat: protobuf diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 30ed3d1d2..3e0e98dfb 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -8,7 +8,7 @@ Project: jackson-datatypes-binaryModules: === Releases === ------------------------------------------------------------------------ -2.10.0 (not yet released) +2.10.0.pr3 (17-Sep-2019) #148: (protobuf) Add `ProtobufMapper.generateSchemaFor(TypeReference)` overload (suggested by MrThreepwood@github) diff --git a/smile/pom.xml b/smile/pom.xml index 094e49956..fba83f9c7 100644 --- a/smile/pom.xml +++ b/smile/pom.xml @@ -4,7 +4,7 @@ com.fasterxml.jackson.dataformat jackson-dataformats-binary - 2.10.0-SNAPSHOT + 2.10.0.pr3-SNAPSHOT jackson-dataformat-smile Jackson dataformat: Smile