From 5083562ab389d83d685b440dee7ae7e772533c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petter=20Holmstro=CC=88m?= Date: Fri, 24 Mar 2017 08:33:46 +0200 Subject: [PATCH] [maven-release-plugin] prepare release v2.0.0.RELEASE --- addons/eventbus/pom.xml | 2 +- addons/i18n/pom.xml | 2 +- addons/mvp/pom.xml | 2 +- addons/portlet/pom.xml | 2 +- addons/sidebar/pom.xml | 2 +- addons/simple-mvp/pom.xml | 2 +- extensions/boot/pom.xml | 2 +- extensions/core/pom.xml | 2 +- extensions/security/pom.xml | 2 +- extensions/test/pom.xml | 2 +- pom.xml | 5 +++-- samples/eventbus-sample/pom.xml | 2 +- samples/i18n-sample/pom.xml | 6 ++---- samples/navigation-sample/pom.xml | 2 +- samples/pom.xml | 11 +++++++---- samples/push-sample/pom.xml | 2 +- samples/security-sample-managed/pom.xml | 2 +- samples/security-sample-shared/pom.xml | 2 +- samples/sidebar-sample/pom.xml | 2 +- 19 files changed, 28 insertions(+), 26 deletions(-) diff --git a/addons/eventbus/pom.xml b/addons/eventbus/pom.xml index bfa864b3..015cc972 100644 --- a/addons/eventbus/pom.xml +++ b/addons/eventbus/pom.xml @@ -4,7 +4,7 @@ org.vaadin.spring parent-pom - 2.0.0-SNAPSHOT + 2.0.0.RELEASE ../../ diff --git a/addons/i18n/pom.xml b/addons/i18n/pom.xml index fa723ed4..ef14dcda 100644 --- a/addons/i18n/pom.xml +++ b/addons/i18n/pom.xml @@ -4,7 +4,7 @@ org.vaadin.spring parent-pom - 2.0.0-SNAPSHOT + 2.0.0.RELEASE ../../ diff --git a/addons/mvp/pom.xml b/addons/mvp/pom.xml index 04a9e535..ce5b0d8b 100644 --- a/addons/mvp/pom.xml +++ b/addons/mvp/pom.xml @@ -3,7 +3,7 @@ parent-pom org.vaadin.spring - 2.0.0-SNAPSHOT + 2.0.0.RELEASE ../../ 4.0.0 diff --git a/addons/portlet/pom.xml b/addons/portlet/pom.xml index 2ce914c4..9e0d86b4 100644 --- a/addons/portlet/pom.xml +++ b/addons/portlet/pom.xml @@ -6,7 +6,7 @@ org.vaadin.spring parent-pom - 2.0.0-SNAPSHOT + 2.0.0.RELEASE ../../ diff --git a/addons/sidebar/pom.xml b/addons/sidebar/pom.xml index 9fe0f369..80d01ff0 100644 --- a/addons/sidebar/pom.xml +++ b/addons/sidebar/pom.xml @@ -4,7 +4,7 @@ org.vaadin.spring parent-pom - 2.0.0-SNAPSHOT + 2.0.0.RELEASE ../../ diff --git a/addons/simple-mvp/pom.xml b/addons/simple-mvp/pom.xml index bcaa65f6..f81a4e6c 100644 --- a/addons/simple-mvp/pom.xml +++ b/addons/simple-mvp/pom.xml @@ -4,7 +4,7 @@ parent-pom org.vaadin.spring - 2.0.0-SNAPSHOT + 2.0.0.RELEASE ../../ diff --git a/extensions/boot/pom.xml b/extensions/boot/pom.xml index 12bc9bde..ff460333 100644 --- a/extensions/boot/pom.xml +++ b/extensions/boot/pom.xml @@ -3,7 +3,7 @@ parent-pom org.vaadin.spring - 2.0.0-SNAPSHOT + 2.0.0.RELEASE ../../ 4.0.0 diff --git a/extensions/core/pom.xml b/extensions/core/pom.xml index e69c7433..e5fb6a14 100644 --- a/extensions/core/pom.xml +++ b/extensions/core/pom.xml @@ -3,7 +3,7 @@ parent-pom org.vaadin.spring - 2.0.0-SNAPSHOT + 2.0.0.RELEASE ../../ 4.0.0 diff --git a/extensions/security/pom.xml b/extensions/security/pom.xml index ea70eecb..9ab81269 100644 --- a/extensions/security/pom.xml +++ b/extensions/security/pom.xml @@ -3,7 +3,7 @@ parent-pom org.vaadin.spring - 2.0.0-SNAPSHOT + 2.0.0.RELEASE ../../ 4.0.0 diff --git a/extensions/test/pom.xml b/extensions/test/pom.xml index b846b594..905b8efe 100644 --- a/extensions/test/pom.xml +++ b/extensions/test/pom.xml @@ -3,7 +3,7 @@ parent-pom org.vaadin.spring - 2.0.0-SNAPSHOT + 2.0.0.RELEASE ../../ 4.0.0 diff --git a/pom.xml b/pom.xml index 0da31968..e061572b 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.vaadin.spring parent-pom - 2.0.0-SNAPSHOT + 2.0.0.RELEASE pom Vaadin4Spring @@ -30,7 +30,8 @@ https://github.com/peholmst/vaadin4spring scm:git:git@github.com:peholmst/vaadin4spring.git scm:git:git@github.com:peholmst/vaadin4spring.git - + v2.0.0.RELEASE + diff --git a/samples/eventbus-sample/pom.xml b/samples/eventbus-sample/pom.xml index 48ed1154..fe3acacc 100644 --- a/samples/eventbus-sample/pom.xml +++ b/samples/eventbus-sample/pom.xml @@ -3,7 +3,7 @@ samples-parent-pom org.vaadin.spring.samples - 2.0.0-SNAPSHOT + 2.0.0.RELEASE 4.0.0 diff --git a/samples/i18n-sample/pom.xml b/samples/i18n-sample/pom.xml index f60200c2..6689b35c 100644 --- a/samples/i18n-sample/pom.xml +++ b/samples/i18n-sample/pom.xml @@ -1,11 +1,9 @@ - + samples-parent-pom org.vaadin.spring.samples - 2.0.0-SNAPSHOT + 2.0.0.RELEASE 4.0.0 diff --git a/samples/navigation-sample/pom.xml b/samples/navigation-sample/pom.xml index 8e0c21f3..e9f2d128 100644 --- a/samples/navigation-sample/pom.xml +++ b/samples/navigation-sample/pom.xml @@ -3,7 +3,7 @@ samples-parent-pom org.vaadin.spring.samples - 2.0.0-SNAPSHOT + 2.0.0.RELEASE 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index f6595469..d7d07e1c 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -1,17 +1,16 @@ - + org.springframework.boot spring-boot-starter-parent 1.5.2.RELEASE - + 4.0.0 org.vaadin.spring.samples samples-parent-pom - 2.0.0-SNAPSHOT + 2.0.0.RELEASE pom Vaadin4Spring Samples @@ -176,4 +175,8 @@ navigation-sample i18n-sample + + + v2.0.0.RELEASE + diff --git a/samples/push-sample/pom.xml b/samples/push-sample/pom.xml index bf191025..7c5bdb49 100644 --- a/samples/push-sample/pom.xml +++ b/samples/push-sample/pom.xml @@ -3,7 +3,7 @@ samples-parent-pom org.vaadin.spring.samples - 2.0.0-SNAPSHOT + 2.0.0.RELEASE 4.0.0 diff --git a/samples/security-sample-managed/pom.xml b/samples/security-sample-managed/pom.xml index e1c848bc..f2c627de 100644 --- a/samples/security-sample-managed/pom.xml +++ b/samples/security-sample-managed/pom.xml @@ -3,7 +3,7 @@ samples-parent-pom org.vaadin.spring.samples - 2.0.0-SNAPSHOT + 2.0.0.RELEASE 4.0.0 diff --git a/samples/security-sample-shared/pom.xml b/samples/security-sample-shared/pom.xml index 508904d1..a2440e57 100644 --- a/samples/security-sample-shared/pom.xml +++ b/samples/security-sample-shared/pom.xml @@ -3,7 +3,7 @@ samples-parent-pom org.vaadin.spring.samples - 2.0.0-SNAPSHOT + 2.0.0.RELEASE 4.0.0 diff --git a/samples/sidebar-sample/pom.xml b/samples/sidebar-sample/pom.xml index 59a8d073..1f912fc8 100644 --- a/samples/sidebar-sample/pom.xml +++ b/samples/sidebar-sample/pom.xml @@ -3,7 +3,7 @@ samples-parent-pom org.vaadin.spring.samples - 2.0.0-SNAPSHOT + 2.0.0.RELEASE 4.0.0