diff options
66 files changed, 71 insertions, 78 deletions
diff --git a/all/pom.xml b/all/pom.xml index 55f784a10a..daa3f57578 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-all</artifactId> <name>vaadin-all</name> diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index b4c2ab515c..cdc1dbd015 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,20 +83,15 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <li>Added Upload button caption HTML content support</li> - <li>Added Tree#asMultiSelect() so that Tree can be used as multiselect field e.g. with Binder</li> - <li>Added methods in Binder to enable / disable binding and binder level Validators on the fly</li> - <li>Added Binder#writeBeanAsDraft method version to write all values passing conversion to the bean</li> - <li>Allow AbstractDateField to provide DST zone names over custom ranges</li> - <li>Updated hibernate dependency to newer version. Old version caused false positive warning in dependency security check.</li> + <li></li> </ul> </p> <p> - For enhancements introduced in Vaadin Framework 8.10, see the <a - href="http://vaadin.com/download/release/8.10/8.10.0/release-notes.html">Release - Notes for Vaadin Framework 8.10.0</a>. + For enhancements introduced in Vaadin Framework 8.11, see the <a + href="http://vaadin.com/download/release/8.11/8.11.0/release-notes.html">Release + Notes for Vaadin Framework 8.11.0</a>. For migrating from previous framework versions, see <a href="#incompatible">the list of incompatible changes</a> and <a href="#migrating">how to migrate to Vaadin Framework 8</a>. </p> @@ -104,12 +99,10 @@ <h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2> <ul> - <li>Changed DateField setValue() to throw exception if date is not meeting range check. This also prevents server and client state sync issue.</li> - <li>Upload is now prevented if there is no file selected</li> - <li>Determining Push transport before re-connect should improve Push stability when there is hand over e.g. from WiFi to cable and vice versa</li> + <li></li> </ul> - <h2>For incompatible or behavior-altering changes in 8.10, please see <a href="https://vaadin.com/download/release/8.10/8.10.0/release-notes.html#incompatible">8.10 release notes</a></h2> + <h2>For incompatible or behavior-altering changes in 8.11, please see <a href="https://vaadin.com/download/release/8.11/8.11.0/release-notes.html#incompatible">8.11 release notes</a></h2> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> diff --git a/bom/pom.xml b/bom/pom.xml index 35664b0b13..59f2ee638f 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -11,7 +11,7 @@ <groupId>com.vaadin</groupId> <artifactId>vaadin-bom</artifactId> <packaging>pom</packaging> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> <name>Vaadin Framework (Bill of Materials)</name> <description>Vaadin Framework (Bill of Materials)</description> <url>http://vaadin.com</url> diff --git a/client-compiled/pom.xml b/client-compiled/pom.xml index 0732f926b1..bccdc07424 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.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <!-- Needed by a plugin in release build --> <groupId>com.vaadin</groupId> diff --git a/client-compiler/pom.xml b/client-compiler/pom.xml index 30db798aec..455a7c4736 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.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-client-compiler</artifactId> <name>vaadin-client-compiler</name> diff --git a/client/pom.xml b/client/pom.xml index 9a16d9fbd7..4dd4dac700 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <!-- Needed by a plugin in release build --> <groupId>com.vaadin</groupId> diff --git a/compatibility-client-compiled/pom.xml b/compatibility-client-compiled/pom.xml index e1ed768462..33e320df32 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.11-SNAPSHOT</version> + <version>8.12-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 67ac769fdc..e423f896a1 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.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-compatibility-client</artifactId> <name>vaadin-compatibility-client</name> diff --git a/compatibility-server-gae/pom.xml b/compatibility-server-gae/pom.xml index 8098a1a655..3565da2ea6 100644 --- a/compatibility-server-gae/pom.xml +++ b/compatibility-server-gae/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-compatibility-server-gae</artifactId> <name>vaadin-compatibility-server-gae</name> diff --git a/compatibility-server/pom.xml b/compatibility-server/pom.xml index b7ece5b5c5..e7084b60f4 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.11-SNAPSHOT</version> + <version>8.12-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 5031ba8095..3f7a797c1f 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.11-SNAPSHOT</version> + <version>8.12-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 a1fdf38bf6..a5a7ed20ea 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.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-compatibility-themes</artifactId> <name>vaadin-compatibility-themes</name> diff --git a/liferay-integration/pom.xml b/liferay-integration/pom.xml index 945c759158..dabb757db6 100644 --- a/liferay-integration/pom.xml +++ b/liferay-integration/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <properties> diff --git a/liferay/pom.xml b/liferay/pom.xml index 944067306d..ca898f3743 100644 --- a/liferay/pom.xml +++ b/liferay/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-liferay</artifactId> <name>vaadin-liferay</name> diff --git a/osgi-integration/pom.xml b/osgi-integration/pom.xml index 61a1ac2d0b..42be8be39b 100644 --- a/osgi-integration/pom.xml +++ b/osgi-integration/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <properties> @@ -10,7 +10,7 @@ <artifactId>vaadin-root</artifactId> <name>vaadin-root</name> <packaging>pom</packaging> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> <prerequisites> <maven>3.1.0</maven> diff --git a/push/pom.xml b/push/pom.xml index d41252e93f..80dda2cd59 100644 --- a/push/pom.xml +++ b/push/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-push</artifactId> <name>vaadin-push</name> diff --git a/server/pom.xml b/server/pom.xml index 8a141f2b53..f978eb4bb0 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-server</artifactId> <name>vaadin-server</name> diff --git a/shared/pom.xml b/shared/pom.xml index bd3e4fab62..5204a1afdb 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-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 cf565385f4..ae54176bf5 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.11-SNAPSHOT</version> + <version>8.12-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 21a5e9ba25..18efbd56b6 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.11-SNAPSHOT</version> + <version>8.12-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 8aa52d5ca6..1cb30c0c90 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.11-SNAPSHOT</version> + <version>8.12-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 0ce7a45b20..12824a047e 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.11-SNAPSHOT</version> + <version>8.12-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 e9fa67398c..a3412776c4 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.11-SNAPSHOT</version> + <version>8.12-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 245cecee7d..d12541951b 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.11-SNAPSHOT</version> + <version>8.12-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 9153be3e49..164b108eb1 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.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-default-widget-set</artifactId> <packaging>war</packaging> diff --git a/test/dependency-rewrite-addon/pom.xml b/test/dependency-rewrite-addon/pom.xml index 8aa66ee0aa..083ba2bff3 100644 --- a/test/dependency-rewrite-addon/pom.xml +++ b/test/dependency-rewrite-addon/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-dependency-rewrite-addon</artifactId> <packaging>jar</packaging> diff --git a/test/dependency-rewrite/pom.xml b/test/dependency-rewrite/pom.xml index a5e6096954..72b1a97c15 100644 --- a/test/dependency-rewrite/pom.xml +++ b/test/dependency-rewrite/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-dependency-rewrite</artifactId> <packaging>war</packaging> diff --git a/test/own-widget-set/pom.xml b/test/own-widget-set/pom.xml index 3651263eae..e3f89cbc8e 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.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-own-widget-set</artifactId> <packaging>war</packaging> diff --git a/test/pom.xml b/test/pom.xml index 2260caaa51..4b906413d3 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.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/test/servlet-containers/generic-tests/pom.xml b/test/servlet-containers/generic-tests/pom.xml index 3a3e7098b1..012d3a9f8c 100644 --- a/test/servlet-containers/generic-tests/pom.xml +++ b/test/servlet-containers/generic-tests/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-server-tests</artifactId> <name>vaadin-test-server-tests</name> diff --git a/test/servlet-containers/generic-ui/pom.xml b/test/servlet-containers/generic-ui/pom.xml index 3d2728e4cf..6a742616bc 100644 --- a/test/servlet-containers/generic-ui/pom.xml +++ b/test/servlet-containers/generic-ui/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-server-ui</artifactId> <name>vaadin-test-server-ui</name> diff --git a/test/servlet-containers/generic/pom.xml b/test/servlet-containers/generic/pom.xml index da7aca15c9..8f9725faf8 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-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-generic-integration</artifactId> <name>vaadin-test-generic-integration</name> diff --git a/test/servlet-containers/glassfish/pom.xml b/test/servlet-containers/glassfish/pom.xml index 1434d773ec..de2996e8a7 100644 --- a/test/servlet-containers/glassfish/pom.xml +++ b/test/servlet-containers/glassfish/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-glassfish-server</artifactId> <name>Vaadin Glassfish Test</name> diff --git a/test/servlet-containers/jetty8/pom.xml b/test/servlet-containers/jetty8/pom.xml index 72c5440d9e..566daf14f7 100644 --- a/test/servlet-containers/jetty8/pom.xml +++ b/test/servlet-containers/jetty8/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-jetty8-server</artifactId> <name>Vaadin Jetty 8 Test</name> diff --git a/test/servlet-containers/jetty9/pom.xml b/test/servlet-containers/jetty9/pom.xml index 6c40e52a6f..35d433148d 100644 --- a/test/servlet-containers/jetty9/pom.xml +++ b/test/servlet-containers/jetty9/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-jetty9-server</artifactId> <name>Vaadin Jetty 9 Test</name> diff --git a/test/servlet-containers/jsp-integration/pom.xml b/test/servlet-containers/jsp-integration/pom.xml index ed861b327c..00c212984f 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-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-jsp-integration</artifactId> <name>vaadin-test-jsp-integration</name> diff --git a/test/servlet-containers/karaf/karaf-run/pom.xml b/test/servlet-containers/karaf/karaf-run/pom.xml index 47b7dd3274..b3a07b3ca3 100644 --- a/test/servlet-containers/karaf/karaf-run/pom.xml +++ b/test/servlet-containers/karaf/karaf-run/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>vaadin-test-karaf</artifactId> <groupId>com.vaadin</groupId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/test/servlet-containers/karaf/pom.xml b/test/servlet-containers/karaf/pom.xml index 7bf2817426..401fb0c21c 100644 --- a/test/servlet-containers/karaf/pom.xml +++ b/test/servlet-containers/karaf/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-karaf</artifactId> <packaging>pom</packaging> diff --git a/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml b/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml index 28fd64c7a0..f96db5a894 100644 --- a/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml +++ b/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-test-karaf</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-karaf-bundle1</artifactId> <packaging>jar</packaging> diff --git a/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml b/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml index 467fc51cf6..9f07e7930a 100644 --- a/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml +++ b/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml @@ -6,7 +6,7 @@ <parent> <artifactId>vaadin-test-karaf</artifactId> <groupId>com.vaadin</groupId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-karaf-bundle2</artifactId> <packaging>jar</packaging> diff --git a/test/servlet-containers/liberty-javaee/pom.xml b/test/servlet-containers/liberty-javaee/pom.xml index 371aec3b2e..532803c9ca 100644 --- a/test/servlet-containers/liberty-javaee/pom.xml +++ b/test/servlet-containers/liberty-javaee/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-liberty-javaee-server</artifactId> <name>Vaadin Liberty JavaEE7 Test</name> diff --git a/test/servlet-containers/liberty-microprofile/pom.xml b/test/servlet-containers/liberty-microprofile/pom.xml index fc81737426..530a19f8ad 100644 --- a/test/servlet-containers/liberty-microprofile/pom.xml +++ b/test/servlet-containers/liberty-microprofile/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-liberty-microprofile-server</artifactId> <name>Vaadin Liberty MicroProfile Test</name> diff --git a/test/servlet-containers/liberty-webprofile/pom.xml b/test/servlet-containers/liberty-webprofile/pom.xml index f3f1b63b59..4281b2a980 100644 --- a/test/servlet-containers/liberty-webprofile/pom.xml +++ b/test/servlet-containers/liberty-webprofile/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-liberty-webprofile-server</artifactId> <name>Vaadin Liberty WebProfile Test</name> diff --git a/test/servlet-containers/payara-micro/pom.xml b/test/servlet-containers/payara-micro/pom.xml index a8a0777bfb..358d6ea8c8 100644 --- a/test/servlet-containers/payara-micro/pom.xml +++ b/test/servlet-containers/payara-micro/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-payara-micro-server</artifactId> <name>Vaadin Payara Micro Test</name> diff --git a/test/servlet-containers/pom.xml b/test/servlet-containers/pom.xml index b625beee39..dad6f2ef81 100644 --- a/test/servlet-containers/pom.xml +++ b/test/servlet-containers/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-servlet-containers-test</artifactId> <name>vaadin-servlet-containers-test</name> diff --git a/test/servlet-containers/tomcat7/pom.xml b/test/servlet-containers/tomcat7/pom.xml index c4bae577c4..fd0ecd39dc 100644 --- a/test/servlet-containers/tomcat7/pom.xml +++ b/test/servlet-containers/tomcat7/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-tomcat7-server</artifactId> <name>Vaadin Tomcat 7 Test</name> diff --git a/test/servlet-containers/tomcat80/pom.xml b/test/servlet-containers/tomcat80/pom.xml index 1b6211cd27..808888cc5c 100644 --- a/test/servlet-containers/tomcat80/pom.xml +++ b/test/servlet-containers/tomcat80/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-tomcat80-server</artifactId> <name>Vaadin Tomcat 8.0 Test</name> diff --git a/test/servlet-containers/tomcat85/pom.xml b/test/servlet-containers/tomcat85/pom.xml index 76922b15bb..3ffbdfb305 100644 --- a/test/servlet-containers/tomcat85/pom.xml +++ b/test/servlet-containers/tomcat85/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-tomcat85-server</artifactId> <name>Vaadin Tomcat 8.5 Test</name> diff --git a/test/servlet-containers/tomcat9/pom.xml b/test/servlet-containers/tomcat9/pom.xml index b1635286e8..be6f637b71 100644 --- a/test/servlet-containers/tomcat9/pom.xml +++ b/test/servlet-containers/tomcat9/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-tomcat9-server</artifactId> <name>Vaadin Tomcat 9 Test</name> diff --git a/test/servlet-containers/wildfly-swarm/pom.xml b/test/servlet-containers/wildfly-swarm/pom.xml index 147e846196..aa7fdfb453 100644 --- a/test/servlet-containers/wildfly-swarm/pom.xml +++ b/test/servlet-containers/wildfly-swarm/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-wildfly-swarm-server</artifactId> <name>Vaadin Wildfly Swarm Test</name> diff --git a/test/servlet-containers/wildfly10/pom.xml b/test/servlet-containers/wildfly10/pom.xml index 195e40809b..9c6d20f35a 100644 --- a/test/servlet-containers/wildfly10/pom.xml +++ b/test/servlet-containers/wildfly10/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-wildfly10-server</artifactId> <name>Vaadin Wildfly 10 Test</name> diff --git a/test/servlet-containers/wildfly11/pom.xml b/test/servlet-containers/wildfly11/pom.xml index 961a139115..4cbec1ef97 100644 --- a/test/servlet-containers/wildfly11/pom.xml +++ b/test/servlet-containers/wildfly11/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-wildfly11-server</artifactId> <name>Vaadin Wildfly 11 Test</name> diff --git a/test/servlet-containers/wildfly12/pom.xml b/test/servlet-containers/wildfly12/pom.xml index e07d68c7e4..6b3b0bec5c 100644 --- a/test/servlet-containers/wildfly12/pom.xml +++ b/test/servlet-containers/wildfly12/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-wildfly12-server</artifactId> <name>Vaadin Wildfly 12 Test</name> diff --git a/test/servlet-containers/wildfly13/pom.xml b/test/servlet-containers/wildfly13/pom.xml index 5ffc8c2ce9..f09ae12cde 100644 --- a/test/servlet-containers/wildfly13/pom.xml +++ b/test/servlet-containers/wildfly13/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-wildfly13-server</artifactId> <name>Vaadin Wildfly 13 Test</name> diff --git a/test/servlet-containers/wildfly8/pom.xml b/test/servlet-containers/wildfly8/pom.xml index a73b6b8973..f5f22403ee 100644 --- a/test/servlet-containers/wildfly8/pom.xml +++ b/test/servlet-containers/wildfly8/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-wildfly8-server</artifactId> <name>Vaadin Wildfly 8 Test</name> diff --git a/test/servlet-containers/wildfly9/pom.xml b/test/servlet-containers/wildfly9/pom.xml index 4f385fb39a..f4b7d336ce 100644 --- a/test/servlet-containers/wildfly9/pom.xml +++ b/test/servlet-containers/wildfly9/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-servlet-containers-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-wildfly9-server</artifactId> <name>Vaadin Wildfly 9 Test</name> diff --git a/test/space in directory/pom.xml b/test/space in directory/pom.xml index af118213c8..0455da714f 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.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-space-in-directory</artifactId> <packaging>war</packaging> diff --git a/test/spring-boot-subcontext/pom.xml b/test/spring-boot-subcontext/pom.xml index fbfa9ff751..5ed83b1f56 100644 --- a/test/spring-boot-subcontext/pom.xml +++ b/test/spring-boot-subcontext/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-test</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-spring-boot-subcontext</artifactId> <packaging>jar</packaging> diff --git a/test/spring-boot/pom.xml b/test/spring-boot/pom.xml index 2479b9b11d..f172378662 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.11-SNAPSHOT</version> + <version>8.12-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 2fb0eacba6..7b5f7b17ae 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.11-SNAPSHOT</version> + <version>8.12-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 ffb573bb2e..40a1079e2c 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.11-SNAPSHOT</version> + <version>8.12-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 dd4c12fc9d..0a27f4a4b5 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.11-SNAPSHOT</version> + <version>8.12-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 670d5c6b0f..7be670a8aa 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.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-testbench-api</artifactId> <name>vaadin-testbench-api</name> diff --git a/themes/pom.xml b/themes/pom.xml index b984fbd6cb..4393ae88a7 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-themes</artifactId> <name>vaadin-themes</name> diff --git a/uitest/pom.xml b/uitest/pom.xml index 25260d08f1..c777a3e577 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-uitest</artifactId> <name>vaadin-uitest</name> |