From ad22717ec5fa3e280acd2108b3d6e1579d7b6360 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Sun, 21 Jan 2018 10:07:35 +0100 Subject: [PATCH] [maven-release-plugin] prepare release 0.15.0 --- examples/benchmark/pom.xml | 2 +- examples/gwtp/pom.xml | 2 +- examples/hello/pom.xml | 2 +- examples/minimal/pom.xml | 2 +- examples/pom.xml | 2 +- examples/profiling/pom.xml | 2 +- examples/requestor/pom.xml | 2 +- examples/restygwt/pom.xml | 2 +- extensions/guava/pom.xml | 2 +- extensions/objectify/pom.xml | 5 ++--- extensions/pom.xml | 5 ++--- extensions/remotelogging/pom.xml | 5 ++--- gwt-jackson/pom.xml | 2 +- pom.xml | 6 +++--- 14 files changed, 19 insertions(+), 22 deletions(-) diff --git a/examples/benchmark/pom.xml b/examples/benchmark/pom.xml index b83e0a35..6130c4fe 100644 --- a/examples/benchmark/pom.xml +++ b/examples/benchmark/pom.xml @@ -19,7 +19,7 @@ examples com.github.nmorel.gwtjackson - 0.14.3-SNAPSHOT + 0.15.0 4.0.0 diff --git a/examples/gwtp/pom.xml b/examples/gwtp/pom.xml index 02ef19e6..7c9b418c 100644 --- a/examples/gwtp/pom.xml +++ b/examples/gwtp/pom.xml @@ -3,7 +3,7 @@ examples com.github.nmorel.gwtjackson - 0.14.3-SNAPSHOT + 0.15.0 4.0.0 diff --git a/examples/hello/pom.xml b/examples/hello/pom.xml index 9f95642b..b2de478b 100644 --- a/examples/hello/pom.xml +++ b/examples/hello/pom.xml @@ -3,7 +3,7 @@ examples com.github.nmorel.gwtjackson - 0.14.3-SNAPSHOT + 0.15.0 4.0.0 diff --git a/examples/minimal/pom.xml b/examples/minimal/pom.xml index c29d7c12..ad114815 100644 --- a/examples/minimal/pom.xml +++ b/examples/minimal/pom.xml @@ -19,7 +19,7 @@ examples com.github.nmorel.gwtjackson - 0.14.3-SNAPSHOT + 0.15.0 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index f4890dfc..ea23d9eb 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -19,7 +19,7 @@ gwt-jackson-parent com.github.nmorel.gwtjackson - 0.14.3-SNAPSHOT + 0.15.0 4.0.0 diff --git a/examples/profiling/pom.xml b/examples/profiling/pom.xml index c2066151..9dfd3770 100644 --- a/examples/profiling/pom.xml +++ b/examples/profiling/pom.xml @@ -3,7 +3,7 @@ examples com.github.nmorel.gwtjackson - 0.14.3-SNAPSHOT + 0.15.0 4.0.0 diff --git a/examples/requestor/pom.xml b/examples/requestor/pom.xml index 30defd0c..89bb3519 100644 --- a/examples/requestor/pom.xml +++ b/examples/requestor/pom.xml @@ -3,7 +3,7 @@ examples com.github.nmorel.gwtjackson - 0.14.3-SNAPSHOT + 0.15.0 4.0.0 diff --git a/examples/restygwt/pom.xml b/examples/restygwt/pom.xml index 53676ff3..e992138e 100644 --- a/examples/restygwt/pom.xml +++ b/examples/restygwt/pom.xml @@ -3,7 +3,7 @@ examples com.github.nmorel.gwtjackson - 0.14.3-SNAPSHOT + 0.15.0 4.0.0 diff --git a/extensions/guava/pom.xml b/extensions/guava/pom.xml index 1e477312..7a5219a6 100644 --- a/extensions/guava/pom.xml +++ b/extensions/guava/pom.xml @@ -19,7 +19,7 @@ com.github.nmorel.gwtjackson gwt-jackson-extensions - 0.14.3-SNAPSHOT + 0.15.0 4.0.0 diff --git a/extensions/objectify/pom.xml b/extensions/objectify/pom.xml index 2229584b..f3c82720 100644 --- a/extensions/objectify/pom.xml +++ b/extensions/objectify/pom.xml @@ -15,12 +15,11 @@ ~ limitations under the License. --> - + com.github.nmorel.gwtjackson gwt-jackson-extensions - 0.14.3-SNAPSHOT + 0.15.0 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index c984a585..dd8cbdf9 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -15,12 +15,11 @@ ~ limitations under the License. --> - + com.github.nmorel.gwtjackson gwt-jackson-parent - 0.14.3-SNAPSHOT + 0.15.0 4.0.0 diff --git a/extensions/remotelogging/pom.xml b/extensions/remotelogging/pom.xml index a67a3ec1..8961eb50 100644 --- a/extensions/remotelogging/pom.xml +++ b/extensions/remotelogging/pom.xml @@ -15,12 +15,11 @@ ~ limitations under the License. --> - + com.github.nmorel.gwtjackson gwt-jackson-extensions - 0.14.3-SNAPSHOT + 0.15.0 4.0.0 diff --git a/gwt-jackson/pom.xml b/gwt-jackson/pom.xml index 538b6b76..60b1eae3 100644 --- a/gwt-jackson/pom.xml +++ b/gwt-jackson/pom.xml @@ -21,7 +21,7 @@ gwt-jackson-parent com.github.nmorel.gwtjackson - 0.14.3-SNAPSHOT + 0.15.0 gwt-jackson diff --git a/pom.xml b/pom.xml index 45cbe333..89e24495 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ com.github.nmorel.gwtjackson gwt-jackson-parent - 0.14.3-SNAPSHOT + 0.15.0 pom @@ -48,8 +48,8 @@ - scm:git:git://github.com/nmorel/gwt-jackson.git - scm:git:git@github.com:nmorel/gwt-jackson.git + scm:git:https://github.com/nmorel/gwt-jackson.git + scm:git:https://github.com/nmorel/gwt-jackson.git https://github.com/nmorel/gwt-jackson HEAD