diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-01-24 14:50:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-24 14:50:25 +0200 |
commit | cf0d3dcc5ad32285b91e7d998cf628ef9c83da55 (patch) | |
tree | bbefdfe8defc180facdb2fb437b69741a5a0fee6 | |
parent | 881d80fd8b658491e26125222020401d0e5a5d08 (diff) | |
download | vaadin-framework-cf0d3dcc5ad32285b91e7d998cf628ef9c83da55.tar.gz vaadin-framework-cf0d3dcc5ad32285b91e7d998cf628ef9c83da55.zip |
Upgrade minor version in the project to 8.4 (#10520)
66 files changed, 71 insertions, 75 deletions
diff --git a/all/pom.xml b/all/pom.xml index 80c646bc71..c3297d3c90 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.3-SNAPSHOT</version> + <version>8.4-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 3ea177f079..693c36f0b7 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -83,18 +83,14 @@ enhancements. Below is a list of the most notable changes:</p> <ul> - <li><tt>DateField</tt> components support setting styling for individual dates</li> - <li><tt>RadioButtonGroup</tt> and <tt>CheckBoxGroup</tt> have style name <tt>selected</tt> on selected items</li> - <li><tt>Grid</tt> supports handling events from <tt>Components</tt> in <tt>Column</tt>.</li> - <li><tt>MenuBar</tt> supports different content modes for tool-tips in <tt>MenuItems</tt></li> </ul> </p> <p> - For enhancements introduced in Vaadin Framework 8.2, see the <a - href="http://vaadin.com/download/release/8.2/8.2.0/release-notes.html">Release - Notes for Vaadin Framework 8.2.0</a>. + For enhancements introduced in Vaadin Framework 8.3, see the <a + href="http://vaadin.com/download/release/8.3/8.3.0/release-notes.html">Release + Notes for Vaadin Framework 8.3.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> @@ -103,7 +99,7 @@ <li><tt>BindingBuilder</tt> will now automatically mark bound field <i>read-only</i> when bound to a read-only property or a <tt>null</tt> setter.</li> - <h2>For incompatible or behavior-altering changes in 8.2, please see <a href="https://vaadin.com/download/release/8.2/8.2.0/release-notes.html#incompatible">8.2 release notes</a></h2> + <h2>For incompatible or behavior-altering changes in 8.3, please see <a href="https://vaadin.com/download/release/8.3/8.3.0/release-notes.html#incompatible">8.3 release notes</a></h2> <h3 id="knownissues">Known Issues and Limitations</h3> diff --git a/bom/pom.xml b/bom/pom.xml index 486609af46..71a31594e2 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.3-SNAPSHOT</version> + <version>8.4-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 0d63a070b1..c28dd68097 100644 --- a/buildhelpers/pom.xml +++ b/buildhelpers/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> </parent> <!-- Needed by a plugin in release build --> <groupId>com.vaadin</groupId> diff --git a/client-compiled/pom.xml b/client-compiled/pom.xml index 4ad39ba43b..8c089c8c26 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.3-SNAPSHOT</version> + <version>8.4-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 17c3e1eaa8..98067ebde4 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.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> </parent> <artifactId>vaadin-client-compiler</artifactId> <name>vaadin-client-compiler</name> diff --git a/client/pom.xml b/client/pom.xml index 6ad57bb070..f90861a293 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.3-SNAPSHOT</version> + <version>8.4-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 dad157f280..48dc8823f5 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.3-SNAPSHOT</version> + <version>8.4-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 5bf04c817b..479256ae58 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.3-SNAPSHOT</version> + <version>8.4-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 cc3795209c..4ebe07bae5 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.3-SNAPSHOT</version> + <version>8.4-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 861d06acf4..2448d13d9d 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.3-SNAPSHOT</version> + <version>8.4-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 17fe899262..7ee38af6e9 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.3-SNAPSHOT</version> + <version>8.4-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 bb47112b1b..27e1480bcf 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.3-SNAPSHOT</version> + <version>8.4-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 6e81b58224..5380127e86 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.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> </parent> <properties> diff --git a/liferay/pom.xml b/liferay/pom.xml index 512d46c7ef..f4eb32a1c3 100644 --- a/liferay/pom.xml +++ b/liferay/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> </parent> <artifactId>vaadin-liferay</artifactId> <name>vaadin-liferay</name> diff --git a/osgi-integration/pom.xml b/osgi-integration/pom.xml index bd101c3ce1..931831ccff 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.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> </parent> <properties> @@ -10,7 +10,7 @@ <artifactId>vaadin-root</artifactId> <name>vaadin-root</name> <packaging>pom</packaging> - <version>8.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> <prerequisites> <maven>3.1.0</maven> @@ -27,7 +27,7 @@ <liferay.portal-kernel.version>2.0.0</liferay.portal-kernel.version> <vaadin.gwt.version>2.8.2</vaadin.gwt.version> - <vaadin.plugin.version>8.2-SNAPSHOT</vaadin.plugin.version> + <vaadin.plugin.version>8.4-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 b6bb49562f..119d55663d 100644 --- a/push/pom.xml +++ b/push/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> </parent> <artifactId>vaadin-push</artifactId> <name>vaadin-push</name> diff --git a/server/pom.xml b/server/pom.xml index 4c25b3bceb..96643cb377 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> </parent> <artifactId>vaadin-server</artifactId> <name>vaadin-server</name> diff --git a/shared/pom.xml b/shared/pom.xml index e7f1659047..8ef9687d11 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.3-SNAPSHOT</version> + <version>8.4-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 4b84e487d1..715b564004 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.3-SNAPSHOT</version> + <version>8.4-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 103ebd72d9..172503cfd5 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.3-SNAPSHOT</version> + <version>8.4-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 e11ae8049c..d39c0e711a 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.3-SNAPSHOT</version> + <version>8.4-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 dfb50889ee..908ba0121b 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.3-SNAPSHOT</version> + <version>8.4-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 c47bb910d0..498d55bec4 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.3-SNAPSHOT</version> + <version>8.4-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 3462974b74..680924cfbf 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.3-SNAPSHOT</version> + <version>8.4-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 369f211e6a..d39c96a4bd 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.3-SNAPSHOT</version> + <version>8.4-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 87f9a11008..23fdba0851 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.3-SNAPSHOT</version> + <version>8.4-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 d2ac1f0b1b..b3faff874b 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.3-SNAPSHOT</version> + <version>8.4-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 ff09f5a459..d57be46895 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.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> </parent> <artifactId>vaadin-test-own-widget-set</artifactId> <packaging>war</packaging> diff --git a/test/pom.xml b/test/pom.xml index 80a0a9e4ab..3f52a63b6d 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.3-SNAPSHOT</version> + <version>8.4-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.3-SNAPSHOT</vaadin.version> + <vaadin.version>${project.version}</vaadin.version> <vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> <failOnMissingWebXml>false</failOnMissingWebXml> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/test/servlet-containers/generic-tests/pom.xml b/test/servlet-containers/generic-tests/pom.xml index e11f1933b9..06ef1a0474 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.3-SNAPSHOT</version> + <version>8.4-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 224e9cf46a..9de68ba298 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.3-SNAPSHOT</version> + <version>8.4-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 c0bbe3240c..fa86ce15cb 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.3-SNAPSHOT</version> + <version>8.4-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 4cebad71ff..d4fae743a8 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.3-SNAPSHOT</version> + <version>8.4-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 3cb5428344..34e8335597 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.3-SNAPSHOT</version> + <version>8.4-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 e1a5b56775..426b039a94 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.3-SNAPSHOT</version> + <version>8.4-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 0d54877237..8b40860340 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.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> </parent> <artifactId>vaadin-test-jsp-integration</artifactId> <name>vaadin-test-jsp-integration</name> diff --git a/test/servlet-containers/karaf/karaf-run/karaf-run-pom.xml b/test/servlet-containers/karaf/karaf-run/karaf-run-pom.xml index 56b9f84525..54d137d567 100644 --- a/test/servlet-containers/karaf/karaf-run/karaf-run-pom.xml +++ b/test/servlet-containers/karaf/karaf-run/karaf-run-pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <artifactId>karaf-runner</artifactId> <groupId>com.vaadin</groupId> - <version>8.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> <modelVersion>4.0.0</modelVersion> <build> <plugins> diff --git a/test/servlet-containers/karaf/karaf-run/pom.xml b/test/servlet-containers/karaf/karaf-run/pom.xml index 8d9e9f569a..e3aad25d46 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.3-SNAPSHOT</version> + <version>8.4-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 debd4a92b7..5b34f01aa6 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.3-SNAPSHOT</version> + <version>8.4-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 0fdd1bcdb9..9332888987 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.3-SNAPSHOT</version> + <version>8.4-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 6b7a1ad67c..b945c28adc 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.3-SNAPSHOT</version> + <version>8.4-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 3839bc9253..36137613a6 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.3-SNAPSHOT</version> + <version>8.4-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 17ca0c2c76..3cb4fcf489 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.3-SNAPSHOT</version> + <version>8.4-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 36a991783c..5595ccbaea 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.3-SNAPSHOT</version> + <version>8.4-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 5fbfccb073..eaef0ce1ac 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.3-SNAPSHOT</version> + <version>8.4-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 612c7341cc..57bb9fb9db 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.3-SNAPSHOT</version> + <version>8.4-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 ae837ae0b6..fa2bd39aaa 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.3-SNAPSHOT</version> + <version>8.4-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 ebde998c31..8198d70c23 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.3-SNAPSHOT</version> + <version>8.4-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 30ad16308b..cf68af6c73 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.3-SNAPSHOT</version> + <version>8.4-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 3d88b0959a..b30d8d60c0 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.3-SNAPSHOT</version> + <version>8.4-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 97413a899a..976386c936 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.3-SNAPSHOT</version> + <version>8.4-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 e495da573b..b06d8ef80d 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.3-SNAPSHOT</version> + <version>8.4-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 71a5992838..b857812bad 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.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> </parent> <artifactId>vaadin-test-wildfly11-server</artifactId> <name>Vaadin Wildfly 11 Test</name> diff --git a/test/servlet-containers/wildfly8/pom.xml b/test/servlet-containers/wildfly8/pom.xml index 1ca1439c20..aa1e64d24f 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.3-SNAPSHOT</version> + <version>8.4-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 7785f610ee..3c9ea4570b 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.3-SNAPSHOT</version> + <version>8.4-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 5febafc47f..0e206d5fe8 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.3-SNAPSHOT</version> + <version>8.4-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 08a5fecae3..fd71ad89e5 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.3-SNAPSHOT</version> + <version>8.4-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 d5a5b58210..88f4afc772 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.3-SNAPSHOT</version> + <version>8.4-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 645a9664f6..1badc6d408 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.3-SNAPSHOT</version> + <version>8.4-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 0ea4d276e2..2e63f46a28 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.3-SNAPSHOT</version> + <version>8.4-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 825ad86d20..bc012ac99a 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.3-SNAPSHOT</version> + <version>8.4-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 a3a74192ee..18b1efc934 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.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> </parent> <artifactId>vaadin-testbench-api</artifactId> <name>vaadin-testbench-api</name> diff --git a/themes/pom.xml b/themes/pom.xml index cd1edc7caf..9ba2e9910c 100644 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> </parent> <artifactId>vaadin-themes</artifactId> <name>vaadin-themes</name> diff --git a/uitest/pom.xml b/uitest/pom.xml index 32aa62068d..5c3c519af5 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> </parent> <artifactId>vaadin-uitest</artifactId> <name>vaadin-uitest</name> |