summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--all/pom.xml2
-rw-r--r--bom/pom.xml2
-rw-r--r--buildhelpers/pom.xml2
-rw-r--r--client-compiled/pom.xml2
-rw-r--r--client-compiler/pom.xml2
-rw-r--r--client/pom.xml2
-rw-r--r--compatibility-client-compiled/pom.xml2
-rw-r--r--compatibility-client/pom.xml2
-rw-r--r--compatibility-server/pom.xml2
-rw-r--r--compatibility-shared/pom.xml2
-rw-r--r--compatibility-themes/pom.xml2
-rw-r--r--liferay/pom.xml2
-rw-r--r--pom.xml4
-rw-r--r--push/pom.xml2
-rw-r--r--server/pom.xml2
-rw-r--r--shared/pom.xml2
-rw-r--r--test/addon-using-init-param-widget-set/pom.xml2
-rw-r--r--test/addon-using-no-defined-widget-set/pom.xml2
-rw-r--r--test/addon-using-own-widget-set/pom.xml2
-rw-r--r--test/bean-api-validation/pom.xml2
-rw-r--r--test/bean-impl-validation/pom.xml2
-rw-r--r--test/cdi/pom.xml2
-rw-r--r--test/default-widget-set/pom.xml2
-rw-r--r--test/own-widget-set/pom.xml2
-rw-r--r--test/pom.xml4
-rw-r--r--test/servlet-containers/generic/build.properties2
-rw-r--r--test/servlet-containers/generic/build.xml2
-rw-r--r--test/servlet-containers/generic/pom.xml2
-rw-r--r--test/servlet-containers/jsp-integration/pom.xml2
-rw-r--r--test/space in directory/pom.xml2
-rw-r--r--test/spring-boot/pom.xml2
-rw-r--r--test/vaadin7-widget-set/pom.xml2
-rw-r--r--test/vaadinservletconfiguration-widget-set/pom.xml2
-rw-r--r--test/widget-set-testutil/pom.xml2
-rw-r--r--testbench-api/pom.xml2
-rw-r--r--themes/pom.xml2
-rw-r--r--uitest/pom.xml2
37 files changed, 39 insertions, 39 deletions
diff --git a/all/pom.xml b/all/pom.xml
index 101ff84cde..9b517b2a3b 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-all</artifactId>
<name>vaadin-all</name>
diff --git a/bom/pom.xml b/bom/pom.xml
index 57ba49bf41..a9d3157652 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -10,7 +10,7 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-bom</artifactId>
<packaging>pom</packaging>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
<name>Vaadin Framework (Bill of Materials)</name>
<description>Vaadin Framework (Bill of Materials)</description>
<url>http://vaadin.com</url>
diff --git a/buildhelpers/pom.xml b/buildhelpers/pom.xml
index 3ddd27917b..4462d944f7 100644
--- a/buildhelpers/pom.xml
+++ b/buildhelpers/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-buildhelpers</artifactId>
diff --git a/client-compiled/pom.xml b/client-compiled/pom.xml
index 33f28c3661..708f87e11f 100644
--- a/client-compiled/pom.xml
+++ b/client-compiled/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-client-compiled</artifactId>
diff --git a/client-compiler/pom.xml b/client-compiler/pom.xml
index b9aa8188ef..c8b623e836 100644
--- a/client-compiler/pom.xml
+++ b/client-compiler/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-client-compiler</artifactId>
<name>vaadin-client-compiler</name>
diff --git a/client/pom.xml b/client/pom.xml
index e687aee36e..9662772769 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-client</artifactId>
diff --git a/compatibility-client-compiled/pom.xml b/compatibility-client-compiled/pom.xml
index 4bdf8c1fd6..9f09cede62 100644
--- a/compatibility-client-compiled/pom.xml
+++ b/compatibility-client-compiled/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-compatibility-client-compiled</artifactId>
<name>vaadin-compatibility-client-compiled</name>
diff --git a/compatibility-client/pom.xml b/compatibility-client/pom.xml
index 76c06a3755..76271795cc 100644
--- a/compatibility-client/pom.xml
+++ b/compatibility-client/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-compatibility-client</artifactId>
<name>vaadin-compatibility-client</name>
diff --git a/compatibility-server/pom.xml b/compatibility-server/pom.xml
index 12e14eed38..8599d352ff 100644
--- a/compatibility-server/pom.xml
+++ b/compatibility-server/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-compatibility-server</artifactId>
<name>vaadin-compatibility-server</name>
diff --git a/compatibility-shared/pom.xml b/compatibility-shared/pom.xml
index abdc1ca849..00f92ec9c5 100644
--- a/compatibility-shared/pom.xml
+++ b/compatibility-shared/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-compatibility-shared</artifactId>
<name>vaadin-compatibility-shared</name>
diff --git a/compatibility-themes/pom.xml b/compatibility-themes/pom.xml
index d373cee9ac..d510c9c262 100644
--- a/compatibility-themes/pom.xml
+++ b/compatibility-themes/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-compatibility-themes</artifactId>
<name>vaadin-compatibility-themes</name>
diff --git a/liferay/pom.xml b/liferay/pom.xml
index 5491260197..22b66c2fee 100644
--- a/liferay/pom.xml
+++ b/liferay/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-liferay</artifactId>
<name>vaadin-liferay</name>
diff --git a/pom.xml b/pom.xml
index 1fb004f984..7df38c30ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<artifactId>vaadin-root</artifactId>
<name>vaadin-root</name>
<packaging>pom</packaging>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
<prerequisites>
<maven>3.1.0</maven>
@@ -26,7 +26,7 @@
<liferay.portal-service.version>6.2.5</liferay.portal-service.version>
<vaadin.gwt.version>2.8.0</vaadin.gwt.version>
- <vaadin.plugin.version>8.0-SNAPSHOT</vaadin.plugin.version>
+ <vaadin.plugin.version>8.1-SNAPSHOT</vaadin.plugin.version>
<!-- Used in OSGi manifests -->
<javax.validation.version>1.0.0.GA</javax.validation.version>
diff --git a/push/pom.xml b/push/pom.xml
index f0ad9d7e39..af51026084 100644
--- a/push/pom.xml
+++ b/push/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-push</artifactId>
<name>vaadin-push</name>
diff --git a/server/pom.xml b/server/pom.xml
index 4a31cd47eb..d890a25462 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-server</artifactId>
<name>vaadin-server</name>
diff --git a/shared/pom.xml b/shared/pom.xml
index 6956e6c490..1cb9ed07dc 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-shared</artifactId>
<name>vaadin-shared</name>
diff --git a/test/addon-using-init-param-widget-set/pom.xml b/test/addon-using-init-param-widget-set/pom.xml
index 325329ac72..0eace2202a 100644
--- a/test/addon-using-init-param-widget-set/pom.xml
+++ b/test/addon-using-init-param-widget-set/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-addon-using-init-param-widget-set</artifactId>
<packaging>war</packaging>
diff --git a/test/addon-using-no-defined-widget-set/pom.xml b/test/addon-using-no-defined-widget-set/pom.xml
index 54b637e2df..77bc99f573 100644
--- a/test/addon-using-no-defined-widget-set/pom.xml
+++ b/test/addon-using-no-defined-widget-set/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-addon-using-no-defined-widget-set</artifactId>
<packaging>war</packaging>
diff --git a/test/addon-using-own-widget-set/pom.xml b/test/addon-using-own-widget-set/pom.xml
index 3f1dfd2e38..42589855ad 100644
--- a/test/addon-using-own-widget-set/pom.xml
+++ b/test/addon-using-own-widget-set/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-addon-using-own-widget-set</artifactId>
<packaging>war</packaging>
diff --git a/test/bean-api-validation/pom.xml b/test/bean-api-validation/pom.xml
index 39f5ec2afe..6b56e35e06 100644
--- a/test/bean-api-validation/pom.xml
+++ b/test/bean-api-validation/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-bean-api-validation</artifactId>
<packaging>jar</packaging>
diff --git a/test/bean-impl-validation/pom.xml b/test/bean-impl-validation/pom.xml
index 1e76c87a7a..1cd819acc6 100644
--- a/test/bean-impl-validation/pom.xml
+++ b/test/bean-impl-validation/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-bean-impl-validation</artifactId>
<packaging>jar</packaging>
diff --git a/test/cdi/pom.xml b/test/cdi/pom.xml
index 30398c656e..852f674c0e 100644
--- a/test/cdi/pom.xml
+++ b/test/cdi/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-cdi</artifactId>
<packaging>war</packaging>
diff --git a/test/default-widget-set/pom.xml b/test/default-widget-set/pom.xml
index 3006ea78b0..001b529721 100644
--- a/test/default-widget-set/pom.xml
+++ b/test/default-widget-set/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-default-widget-set</artifactId>
<packaging>war</packaging>
diff --git a/test/own-widget-set/pom.xml b/test/own-widget-set/pom.xml
index cf3d272f3c..ff7bcbdc1e 100644
--- a/test/own-widget-set/pom.xml
+++ b/test/own-widget-set/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-own-widget-set</artifactId>
<packaging>war</packaging>
diff --git a/test/pom.xml b/test/pom.xml
index 885da9e7a5..9987f99082 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -5,7 +5,7 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<name>vaadin-test</name>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -13,7 +13,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<jetty.version>9.3.7.v20160115</jetty.version>
<phantomjs.version>2.1.1</phantomjs.version>
- <vaadin.version>8.0-SNAPSHOT</vaadin.version>
+ <vaadin.version>8.1-SNAPSHOT</vaadin.version>
<vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version>
<failOnMissingWebXml>false</failOnMissingWebXml>
<contextmenu.version>2.0-SNAPSHOT</contextmenu.version>
diff --git a/test/servlet-containers/generic/build.properties b/test/servlet-containers/generic/build.properties
index 1c2293f06a..9094a2b652 100644
--- a/test/servlet-containers/generic/build.properties
+++ b/test/servlet-containers/generic/build.properties
@@ -2,7 +2,7 @@ ivy.organisation=com.vaadin
vaadin.vendor=Vaadin Ltd
vaadin.url=http://vaadin.com
vaadin.java.version=1.6
-vaadin.version=8.0-SNAPSHOT
+vaadin.version=8.1-SNAPSHOT
vaadin.sass.version=0.9.13
gwt.version=2.7.0.vaadin3
commons-io.version=2.4
diff --git a/test/servlet-containers/generic/build.xml b/test/servlet-containers/generic/build.xml
index da6731ea0d..f4f322c7dc 100644
--- a/test/servlet-containers/generic/build.xml
+++ b/test/servlet-containers/generic/build.xml
@@ -15,7 +15,7 @@
location="${uitest.dir}/target/${module.name}-${vaadin.version}.war" />
<!--todo automate version number -->
<property name="result.jboss6.war"
- location="${uitest.dir}/target/${module.name}-8.0-SNAPSHOT-jboss6.war" />
+ location="${uitest.dir}/target/${module.name}-8.1-SNAPSHOT-jboss6.war" />
<!-- Need to give a default value to keep Ivy happy -->
<property name="vaadin.build.repository" value="http://maven.vaadin.com/vaadin-prereleases"/>
diff --git a/test/servlet-containers/generic/pom.xml b/test/servlet-containers/generic/pom.xml
index e68e6be2fa..052887ba31 100644
--- a/test/servlet-containers/generic/pom.xml
+++ b/test/servlet-containers/generic/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>vaadin-test-generic-integration</artifactId>
diff --git a/test/servlet-containers/jsp-integration/pom.xml b/test/servlet-containers/jsp-integration/pom.xml
index 5bb5fd9959..61427f3c7c 100644
--- a/test/servlet-containers/jsp-integration/pom.xml
+++ b/test/servlet-containers/jsp-integration/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>vaadin-test-jsp-integration</artifactId>
diff --git a/test/space in directory/pom.xml b/test/space in directory/pom.xml
index 90090b930f..114f3e80f7 100644
--- a/test/space in directory/pom.xml
+++ b/test/space in directory/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-space-in-directory</artifactId>
<packaging>war</packaging>
diff --git a/test/spring-boot/pom.xml b/test/spring-boot/pom.xml
index 88d0354f41..987eec34b1 100644
--- a/test/spring-boot/pom.xml
+++ b/test/spring-boot/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot</artifactId>
<packaging>jar</packaging>
diff --git a/test/vaadin7-widget-set/pom.xml b/test/vaadin7-widget-set/pom.xml
index 17f73402c1..e0e48a5fa4 100644
--- a/test/vaadin7-widget-set/pom.xml
+++ b/test/vaadin7-widget-set/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-vaadin7-widget-set</artifactId>
<packaging>war</packaging>
diff --git a/test/vaadinservletconfiguration-widget-set/pom.xml b/test/vaadinservletconfiguration-widget-set/pom.xml
index c98951df1a..b40de7a221 100644
--- a/test/vaadinservletconfiguration-widget-set/pom.xml
+++ b/test/vaadinservletconfiguration-widget-set/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-vaadinservletconfiguration-widget-set</artifactId>
<packaging>war</packaging>
diff --git a/test/widget-set-testutil/pom.xml b/test/widget-set-testutil/pom.xml
index 7c62be7925..4247c1b999 100644
--- a/test/widget-set-testutil/pom.xml
+++ b/test/widget-set-testutil/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test-widget-set-testutil</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
<packaging>jar</packaging>
<!--
This module does not inherit the vaadin-test on purpose. It is done
diff --git a/testbench-api/pom.xml b/testbench-api/pom.xml
index 525bc0252a..d8180afccd 100644
--- a/testbench-api/pom.xml
+++ b/testbench-api/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-testbench-api</artifactId>
<name>vaadin-testbench-api</name>
diff --git a/themes/pom.xml b/themes/pom.xml
index 502dcf7b4d..d7c8ae333e 100644
--- a/themes/pom.xml
+++ b/themes/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-themes</artifactId>
<name>vaadin-themes</name>
diff --git a/uitest/pom.xml b/uitest/pom.xml
index 640d6f9150..993be0c397 100644
--- a/uitest/pom.xml
+++ b/uitest/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
- <version>8.0-SNAPSHOT</version>
+ <version>8.1-SNAPSHOT</version>
</parent>
<artifactId>vaadin-uitest</artifactId>
<name>vaadin-uitest</name>