From 7f632bfaba1e7934815fe64ec87c975582b495f3 Mon Sep 17 00:00:00 2001
From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
Date: Tue, 31 Aug 2021 12:42:12 +0300
Subject: [PATCH] Update project to 8.15-SNAPSHOT (#12392)
---
all/pom.xml | 2 +-
all/src/main/templates/release-notes.html | 12 ++++++------
bom/pom.xml | 2 +-
client-compiled/pom.xml | 2 +-
client-compiler/pom.xml | 2 +-
client/pom.xml | 2 +-
compatibility-client-compiled/pom.xml | 2 +-
compatibility-client/pom.xml | 2 +-
compatibility-server-gae/pom.xml | 2 +-
compatibility-server/pom.xml | 2 +-
compatibility-shared/pom.xml | 2 +-
compatibility-themes/pom.xml | 2 +-
liferay-integration/pom.xml | 2 +-
liferay/pom.xml | 2 +-
osgi-integration/pom.xml | 2 +-
pom.xml | 2 +-
push/pom.xml | 2 +-
server/pom.xml | 2 +-
shared/pom.xml | 2 +-
test/addon-using-init-param-widget-set/pom.xml | 2 +-
test/addon-using-no-defined-widget-set/pom.xml | 2 +-
test/addon-using-own-widget-set/pom.xml | 2 +-
test/bean-api-validation/pom.xml | 2 +-
test/bean-impl-validation/pom.xml | 2 +-
test/cdi/pom.xml | 2 +-
test/default-widget-set/pom.xml | 2 +-
test/dependency-rewrite-addon/pom.xml | 2 +-
test/dependency-rewrite/pom.xml | 2 +-
test/own-widget-set/pom.xml | 2 +-
test/pom.xml | 2 +-
test/servlet-containers/generic-tests/pom.xml | 2 +-
test/servlet-containers/generic-ui/pom.xml | 2 +-
test/servlet-containers/generic/pom.xml | 2 +-
test/servlet-containers/glassfish/pom.xml | 2 +-
test/servlet-containers/jetty8/pom.xml | 2 +-
test/servlet-containers/jetty9/pom.xml | 2 +-
test/servlet-containers/jsp-integration/pom.xml | 2 +-
test/servlet-containers/karaf/karaf-run/pom.xml | 2 +-
test/servlet-containers/karaf/pom.xml | 2 +-
.../karaf/vaadin-karaf-bundle1/pom.xml | 2 +-
.../karaf/vaadin-karaf-bundle2/pom.xml | 2 +-
test/servlet-containers/liberty-javaee/pom.xml | 2 +-
test/servlet-containers/liberty-microprofile/pom.xml | 2 +-
test/servlet-containers/liberty-webprofile/pom.xml | 2 +-
test/servlet-containers/payara-micro/pom.xml | 2 +-
test/servlet-containers/pom.xml | 2 +-
test/servlet-containers/tomcat7/pom.xml | 2 +-
test/servlet-containers/tomcat80/pom.xml | 2 +-
test/servlet-containers/tomcat85/pom.xml | 2 +-
test/servlet-containers/tomcat9/pom.xml | 2 +-
test/servlet-containers/wildfly-swarm/pom.xml | 2 +-
test/servlet-containers/wildfly10/pom.xml | 2 +-
test/servlet-containers/wildfly11/pom.xml | 2 +-
test/servlet-containers/wildfly12/pom.xml | 2 +-
test/servlet-containers/wildfly13/pom.xml | 2 +-
test/servlet-containers/wildfly8/pom.xml | 2 +-
test/servlet-containers/wildfly9/pom.xml | 2 +-
test/space in directory/pom.xml | 2 +-
test/spring-boot-subcontext/pom.xml | 2 +-
test/spring-boot/pom.xml | 2 +-
test/vaadin7-widget-set/pom.xml | 2 +-
test/vaadinservletconfiguration-widget-set/pom.xml | 2 +-
test/widget-set-testutil/pom.xml | 2 +-
testbench-api/pom.xml | 2 +-
themes/pom.xml | 2 +-
uitest/pom.xml | 2 +-
66 files changed, 71 insertions(+), 71 deletions(-)
diff --git a/all/pom.xml b/all/pom.xml
index 4a50a201a8..a7fa29fea9 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-all
vaadin-all
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index d51532f00b..295b113be9 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -83,15 +83,15 @@
enhancements. Below is a list of the most notable changes:
- - Reworked and cleaned up client-side TabSheet and Accordion
+
- For enhancements introduced in Vaadin Framework 8.13, see the Release
- Notes for Vaadin Framework 8.13.0.
+ For enhancements introduced in Vaadin Framework 8.14, see the Release
+ Notes for Vaadin Framework 8.14.0.
For migrating from previous framework versions, see the list of incompatible changes and how to migrate
to Vaadin Framework 8.
@@ -99,10 +99,10 @@
Incompatible or Behavior-altering Changes in @version-minor@
- - Deprecating Flash component
+
- For incompatible or behavior-altering changes in 8.13, please see 8.13 release notes
+ For incompatible or behavior-altering changes in 8.14, please see 8.14 release notes
Known Issues and Limitations
diff --git a/bom/pom.xml b/bom/pom.xml
index 6f611c167e..6f6d060c1e 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -11,7 +11,7 @@
com.vaadin
vaadin-bom
pom
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
Vaadin Framework (Bill of Materials)
Vaadin Framework (Bill of Materials)
http://vaadin.com
diff --git a/client-compiled/pom.xml b/client-compiled/pom.xml
index 9bdd11686a..0e27ed2e81 100644
--- a/client-compiled/pom.xml
+++ b/client-compiled/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
com.vaadin
diff --git a/client-compiler/pom.xml b/client-compiler/pom.xml
index e318d41991..5f5af2713b 100644
--- a/client-compiler/pom.xml
+++ b/client-compiler/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-client-compiler
vaadin-client-compiler
diff --git a/client/pom.xml b/client/pom.xml
index 929dac138c..d4c9febab6 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
com.vaadin
diff --git a/compatibility-client-compiled/pom.xml b/compatibility-client-compiled/pom.xml
index 8eed1adbf0..13f73df035 100644
--- a/compatibility-client-compiled/pom.xml
+++ b/compatibility-client-compiled/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-compatibility-client-compiled
vaadin-compatibility-client-compiled
diff --git a/compatibility-client/pom.xml b/compatibility-client/pom.xml
index ae7d0f70ff..47d52432b6 100644
--- a/compatibility-client/pom.xml
+++ b/compatibility-client/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-compatibility-client
vaadin-compatibility-client
diff --git a/compatibility-server-gae/pom.xml b/compatibility-server-gae/pom.xml
index 8f6778159e..26e75bca98 100644
--- a/compatibility-server-gae/pom.xml
+++ b/compatibility-server-gae/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-compatibility-server-gae
vaadin-compatibility-server-gae
diff --git a/compatibility-server/pom.xml b/compatibility-server/pom.xml
index c42d16c8e4..eeb0aff1a6 100644
--- a/compatibility-server/pom.xml
+++ b/compatibility-server/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-compatibility-server
vaadin-compatibility-server
diff --git a/compatibility-shared/pom.xml b/compatibility-shared/pom.xml
index 503415007f..23cd221070 100644
--- a/compatibility-shared/pom.xml
+++ b/compatibility-shared/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-compatibility-shared
vaadin-compatibility-shared
diff --git a/compatibility-themes/pom.xml b/compatibility-themes/pom.xml
index 9f21327d92..941e9d922c 100644
--- a/compatibility-themes/pom.xml
+++ b/compatibility-themes/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-compatibility-themes
vaadin-compatibility-themes
diff --git a/liferay-integration/pom.xml b/liferay-integration/pom.xml
index 7a448dcd10..9e55700b54 100644
--- a/liferay-integration/pom.xml
+++ b/liferay-integration/pom.xml
@@ -9,7 +9,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
diff --git a/liferay/pom.xml b/liferay/pom.xml
index 72daeec19f..43c21818ff 100644
--- a/liferay/pom.xml
+++ b/liferay/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-liferay
vaadin-liferay
diff --git a/osgi-integration/pom.xml b/osgi-integration/pom.xml
index c5fc75c00d..ea7136bf55 100644
--- a/osgi-integration/pom.xml
+++ b/osgi-integration/pom.xml
@@ -9,7 +9,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index fda31bfc68..5cd631f9c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
vaadin-root
vaadin-root
pom
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
3.1.0
diff --git a/push/pom.xml b/push/pom.xml
index 5eb112e644..c9213b1a85 100644
--- a/push/pom.xml
+++ b/push/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-push
vaadin-push
diff --git a/server/pom.xml b/server/pom.xml
index 94a383e1d6..2a7b15ee5e 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-server
vaadin-server
diff --git a/shared/pom.xml b/shared/pom.xml
index a206b0d137..f1cc50af0f 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-root
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-shared
vaadin-shared
diff --git a/test/addon-using-init-param-widget-set/pom.xml b/test/addon-using-init-param-widget-set/pom.xml
index 8dced595f8..b9c9ee762c 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 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-addon-using-init-param-widget-set
war
diff --git a/test/addon-using-no-defined-widget-set/pom.xml b/test/addon-using-no-defined-widget-set/pom.xml
index 1a85a11946..e3abf46e0c 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 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-addon-using-no-defined-widget-set
war
diff --git a/test/addon-using-own-widget-set/pom.xml b/test/addon-using-own-widget-set/pom.xml
index 3c7a5ebeda..32862dea6d 100644
--- a/test/addon-using-own-widget-set/pom.xml
+++ b/test/addon-using-own-widget-set/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-addon-using-own-widget-set
war
diff --git a/test/bean-api-validation/pom.xml b/test/bean-api-validation/pom.xml
index 1cf3aec621..0bdc84670a 100644
--- a/test/bean-api-validation/pom.xml
+++ b/test/bean-api-validation/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-bean-api-validation
jar
diff --git a/test/bean-impl-validation/pom.xml b/test/bean-impl-validation/pom.xml
index 1eabff4a75..9abcff256d 100644
--- a/test/bean-impl-validation/pom.xml
+++ b/test/bean-impl-validation/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-bean-impl-validation
jar
diff --git a/test/cdi/pom.xml b/test/cdi/pom.xml
index c81341dc13..596374d19d 100644
--- a/test/cdi/pom.xml
+++ b/test/cdi/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-cdi
war
diff --git a/test/default-widget-set/pom.xml b/test/default-widget-set/pom.xml
index 500c1e397e..347bc43838 100644
--- a/test/default-widget-set/pom.xml
+++ b/test/default-widget-set/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-default-widget-set
war
diff --git a/test/dependency-rewrite-addon/pom.xml b/test/dependency-rewrite-addon/pom.xml
index 321debd001..1440176772 100644
--- a/test/dependency-rewrite-addon/pom.xml
+++ b/test/dependency-rewrite-addon/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-dependency-rewrite-addon
jar
diff --git a/test/dependency-rewrite/pom.xml b/test/dependency-rewrite/pom.xml
index 57d062f363..3dd6b696b6 100644
--- a/test/dependency-rewrite/pom.xml
+++ b/test/dependency-rewrite/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-dependency-rewrite
war
diff --git a/test/own-widget-set/pom.xml b/test/own-widget-set/pom.xml
index a449fe8a87..403c1f31a0 100644
--- a/test/own-widget-set/pom.xml
+++ b/test/own-widget-set/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-own-widget-set
war
diff --git a/test/pom.xml b/test/pom.xml
index a6b062838f..94b380b52c 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-test
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
pom
diff --git a/test/servlet-containers/generic-tests/pom.xml b/test/servlet-containers/generic-tests/pom.xml
index cfa0700ab9..7a2c5c761b 100644
--- a/test/servlet-containers/generic-tests/pom.xml
+++ b/test/servlet-containers/generic-tests/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-server-tests
vaadin-test-server-tests
diff --git a/test/servlet-containers/generic-ui/pom.xml b/test/servlet-containers/generic-ui/pom.xml
index 47c3c6836a..a2cd91c931 100644
--- a/test/servlet-containers/generic-ui/pom.xml
+++ b/test/servlet-containers/generic-ui/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-server-ui
vaadin-test-server-ui
diff --git a/test/servlet-containers/generic/pom.xml b/test/servlet-containers/generic/pom.xml
index 9221dfddce..478174ec0a 100644
--- a/test/servlet-containers/generic/pom.xml
+++ b/test/servlet-containers/generic/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-generic-integration
vaadin-test-generic-integration
diff --git a/test/servlet-containers/glassfish/pom.xml b/test/servlet-containers/glassfish/pom.xml
index 7a29faf91a..510e5b8f3b 100644
--- a/test/servlet-containers/glassfish/pom.xml
+++ b/test/servlet-containers/glassfish/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-glassfish-server
Vaadin Glassfish Test
diff --git a/test/servlet-containers/jetty8/pom.xml b/test/servlet-containers/jetty8/pom.xml
index 8409e04776..46c5740e11 100644
--- a/test/servlet-containers/jetty8/pom.xml
+++ b/test/servlet-containers/jetty8/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-jetty8-server
Vaadin Jetty 8 Test
diff --git a/test/servlet-containers/jetty9/pom.xml b/test/servlet-containers/jetty9/pom.xml
index a7da26ab18..3b8ccc4427 100644
--- a/test/servlet-containers/jetty9/pom.xml
+++ b/test/servlet-containers/jetty9/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-jetty9-server
Vaadin Jetty 9 Test
diff --git a/test/servlet-containers/jsp-integration/pom.xml b/test/servlet-containers/jsp-integration/pom.xml
index c704a6d4b8..6816b56f72 100644
--- a/test/servlet-containers/jsp-integration/pom.xml
+++ b/test/servlet-containers/jsp-integration/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-jsp-integration
vaadin-test-jsp-integration
diff --git a/test/servlet-containers/karaf/karaf-run/pom.xml b/test/servlet-containers/karaf/karaf-run/pom.xml
index df2ca49de9..ffc1ccfdad 100644
--- a/test/servlet-containers/karaf/karaf-run/pom.xml
+++ b/test/servlet-containers/karaf/karaf-run/pom.xml
@@ -5,7 +5,7 @@
vaadin-test-karaf
com.vaadin
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
4.0.0
diff --git a/test/servlet-containers/karaf/pom.xml b/test/servlet-containers/karaf/pom.xml
index 0a2d45e9a4..b62b4e8d3b 100644
--- a/test/servlet-containers/karaf/pom.xml
+++ b/test/servlet-containers/karaf/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-karaf
pom
diff --git a/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml b/test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml
index 1d5f28cb38..48235dcbca 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 @@
com.vaadin
vaadin-test-karaf
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-karaf-bundle1
jar
diff --git a/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml b/test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml
index a33b34be7d..f77294b452 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 @@
vaadin-test-karaf
com.vaadin
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-karaf-bundle2
jar
diff --git a/test/servlet-containers/liberty-javaee/pom.xml b/test/servlet-containers/liberty-javaee/pom.xml
index 1146c2eacb..493c774397 100644
--- a/test/servlet-containers/liberty-javaee/pom.xml
+++ b/test/servlet-containers/liberty-javaee/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-liberty-javaee-server
Vaadin Liberty JavaEE7 Test
diff --git a/test/servlet-containers/liberty-microprofile/pom.xml b/test/servlet-containers/liberty-microprofile/pom.xml
index c6102b677d..66f7b00dd2 100644
--- a/test/servlet-containers/liberty-microprofile/pom.xml
+++ b/test/servlet-containers/liberty-microprofile/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-liberty-microprofile-server
Vaadin Liberty MicroProfile Test
diff --git a/test/servlet-containers/liberty-webprofile/pom.xml b/test/servlet-containers/liberty-webprofile/pom.xml
index 442610e26b..06368b69a7 100644
--- a/test/servlet-containers/liberty-webprofile/pom.xml
+++ b/test/servlet-containers/liberty-webprofile/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-liberty-webprofile-server
Vaadin Liberty WebProfile Test
diff --git a/test/servlet-containers/payara-micro/pom.xml b/test/servlet-containers/payara-micro/pom.xml
index 2a27a664b5..a82ec4a150 100644
--- a/test/servlet-containers/payara-micro/pom.xml
+++ b/test/servlet-containers/payara-micro/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-payara-micro-server
Vaadin Payara Micro Test
diff --git a/test/servlet-containers/pom.xml b/test/servlet-containers/pom.xml
index 1eb92f6415..0447d58a06 100644
--- a/test/servlet-containers/pom.xml
+++ b/test/servlet-containers/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-servlet-containers-test
vaadin-servlet-containers-test
diff --git a/test/servlet-containers/tomcat7/pom.xml b/test/servlet-containers/tomcat7/pom.xml
index 6951bafc75..7c84b2dacb 100644
--- a/test/servlet-containers/tomcat7/pom.xml
+++ b/test/servlet-containers/tomcat7/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-tomcat7-server
Vaadin Tomcat 7 Test
diff --git a/test/servlet-containers/tomcat80/pom.xml b/test/servlet-containers/tomcat80/pom.xml
index 8cdea06fcb..2d6e97769e 100644
--- a/test/servlet-containers/tomcat80/pom.xml
+++ b/test/servlet-containers/tomcat80/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-tomcat80-server
Vaadin Tomcat 8.0 Test
diff --git a/test/servlet-containers/tomcat85/pom.xml b/test/servlet-containers/tomcat85/pom.xml
index 90afc6271c..8b62cb4a4f 100644
--- a/test/servlet-containers/tomcat85/pom.xml
+++ b/test/servlet-containers/tomcat85/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-tomcat85-server
Vaadin Tomcat 8.5 Test
diff --git a/test/servlet-containers/tomcat9/pom.xml b/test/servlet-containers/tomcat9/pom.xml
index a8a9892c20..4c98a92217 100644
--- a/test/servlet-containers/tomcat9/pom.xml
+++ b/test/servlet-containers/tomcat9/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-tomcat9-server
Vaadin Tomcat 9 Test
diff --git a/test/servlet-containers/wildfly-swarm/pom.xml b/test/servlet-containers/wildfly-swarm/pom.xml
index bb4cd88bf7..7ddaa9c4a5 100644
--- a/test/servlet-containers/wildfly-swarm/pom.xml
+++ b/test/servlet-containers/wildfly-swarm/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-wildfly-swarm-server
Vaadin Wildfly Swarm Test
diff --git a/test/servlet-containers/wildfly10/pom.xml b/test/servlet-containers/wildfly10/pom.xml
index b57c5b30c5..7f5190e453 100644
--- a/test/servlet-containers/wildfly10/pom.xml
+++ b/test/servlet-containers/wildfly10/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-wildfly10-server
Vaadin Wildfly 10 Test
diff --git a/test/servlet-containers/wildfly11/pom.xml b/test/servlet-containers/wildfly11/pom.xml
index bd9a87532f..b9abed0481 100644
--- a/test/servlet-containers/wildfly11/pom.xml
+++ b/test/servlet-containers/wildfly11/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-wildfly11-server
Vaadin Wildfly 11 Test
diff --git a/test/servlet-containers/wildfly12/pom.xml b/test/servlet-containers/wildfly12/pom.xml
index f503db3a0f..435376b83a 100644
--- a/test/servlet-containers/wildfly12/pom.xml
+++ b/test/servlet-containers/wildfly12/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-wildfly12-server
Vaadin Wildfly 12 Test
diff --git a/test/servlet-containers/wildfly13/pom.xml b/test/servlet-containers/wildfly13/pom.xml
index 8859798c6f..a5bb82f13a 100644
--- a/test/servlet-containers/wildfly13/pom.xml
+++ b/test/servlet-containers/wildfly13/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-wildfly13-server
Vaadin Wildfly 13 Test
diff --git a/test/servlet-containers/wildfly8/pom.xml b/test/servlet-containers/wildfly8/pom.xml
index 31407847fb..1f7918ca2c 100644
--- a/test/servlet-containers/wildfly8/pom.xml
+++ b/test/servlet-containers/wildfly8/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-wildfly8-server
Vaadin Wildfly 8 Test
diff --git a/test/servlet-containers/wildfly9/pom.xml b/test/servlet-containers/wildfly9/pom.xml
index 1b24f3bafe..3bcfdb0e16 100644
--- a/test/servlet-containers/wildfly9/pom.xml
+++ b/test/servlet-containers/wildfly9/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-servlet-containers-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-wildfly9-server
Vaadin Wildfly 9 Test
diff --git a/test/space in directory/pom.xml b/test/space in directory/pom.xml
index 6884875cd5..3ef5ade1c6 100644
--- a/test/space in directory/pom.xml
+++ b/test/space in directory/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-space-in-directory
war
diff --git a/test/spring-boot-subcontext/pom.xml b/test/spring-boot-subcontext/pom.xml
index 7965f9a0b5..a0641361b4 100644
--- a/test/spring-boot-subcontext/pom.xml
+++ b/test/spring-boot-subcontext/pom.xml
@@ -6,7 +6,7 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-spring-boot-subcontext
jar
diff --git a/test/spring-boot/pom.xml b/test/spring-boot/pom.xml
index 69f8b5aef5..225b92ec21 100644
--- a/test/spring-boot/pom.xml
+++ b/test/spring-boot/pom.xml
@@ -6,7 +6,7 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-spring-boot
jar
diff --git a/test/vaadin7-widget-set/pom.xml b/test/vaadin7-widget-set/pom.xml
index 4b03f6ef93..45faebf241 100644
--- a/test/vaadin7-widget-set/pom.xml
+++ b/test/vaadin7-widget-set/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-vaadin7-widget-set
war
diff --git a/test/vaadinservletconfiguration-widget-set/pom.xml b/test/vaadinservletconfiguration-widget-set/pom.xml
index f46a01c8fb..011ad76f37 100644
--- a/test/vaadinservletconfiguration-widget-set/pom.xml
+++ b/test/vaadinservletconfiguration-widget-set/pom.xml
@@ -5,7 +5,7 @@
com.vaadin
vaadin-test
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
vaadin-test-vaadinservletconfiguration-widget-set
war
diff --git a/test/widget-set-testutil/pom.xml b/test/widget-set-testutil/pom.xml
index 5acda50e36..33326b7a05 100644
--- a/test/widget-set-testutil/pom.xml
+++ b/test/widget-set-testutil/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.vaadin
vaadin-test-widget-set-testutil
- 8.14-SNAPSHOT
+ 8.15-SNAPSHOT
jar