From e0e22686e6057de08e089e15fb20683621115296 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Patrik=20Lindstr=C3=B6m?= <99639133+thevaadinman@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:08:52 +0200 Subject: [PATCH] chore: Downgrade snapshot version for free version (#12635) --- all/pom.xml | 2 +- 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 +- test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml | 2 +- test/servlet-containers/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 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index a7fa29fea9..4a50a201a8 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-all vaadin-all diff --git a/bom/pom.xml b/bom/pom.xml index c919864b16..bb44bee66f 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -11,7 +11,7 @@ com.vaadin vaadin-bom pom - 8.15-SNAPSHOT + 8.14-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 0e27ed2e81..9bdd11686a 100644 --- a/client-compiled/pom.xml +++ b/client-compiled/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-SNAPSHOT com.vaadin diff --git a/client-compiler/pom.xml b/client-compiler/pom.xml index 5f5af2713b..e318d41991 100644 --- a/client-compiler/pom.xml +++ b/client-compiler/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-client-compiler vaadin-client-compiler diff --git a/client/pom.xml b/client/pom.xml index d4c9febab6..929dac138c 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-SNAPSHOT com.vaadin diff --git a/compatibility-client-compiled/pom.xml b/compatibility-client-compiled/pom.xml index 13f73df035..8eed1adbf0 100644 --- a/compatibility-client-compiled/pom.xml +++ b/compatibility-client-compiled/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-compatibility-client-compiled vaadin-compatibility-client-compiled diff --git a/compatibility-client/pom.xml b/compatibility-client/pom.xml index 47d52432b6..ae7d0f70ff 100644 --- a/compatibility-client/pom.xml +++ b/compatibility-client/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-compatibility-client vaadin-compatibility-client diff --git a/compatibility-server-gae/pom.xml b/compatibility-server-gae/pom.xml index 26e75bca98..8f6778159e 100644 --- a/compatibility-server-gae/pom.xml +++ b/compatibility-server-gae/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-compatibility-server-gae vaadin-compatibility-server-gae diff --git a/compatibility-server/pom.xml b/compatibility-server/pom.xml index eeb0aff1a6..c42d16c8e4 100644 --- a/compatibility-server/pom.xml +++ b/compatibility-server/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-compatibility-server vaadin-compatibility-server diff --git a/compatibility-shared/pom.xml b/compatibility-shared/pom.xml index 23cd221070..503415007f 100644 --- a/compatibility-shared/pom.xml +++ b/compatibility-shared/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-compatibility-shared vaadin-compatibility-shared diff --git a/compatibility-themes/pom.xml b/compatibility-themes/pom.xml index 941e9d922c..9f21327d92 100644 --- a/compatibility-themes/pom.xml +++ b/compatibility-themes/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-compatibility-themes vaadin-compatibility-themes diff --git a/liferay-integration/pom.xml b/liferay-integration/pom.xml index 9e55700b54..7a448dcd10 100644 --- a/liferay-integration/pom.xml +++ b/liferay-integration/pom.xml @@ -9,7 +9,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-SNAPSHOT diff --git a/liferay/pom.xml b/liferay/pom.xml index 43c21818ff..72daeec19f 100644 --- a/liferay/pom.xml +++ b/liferay/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-liferay vaadin-liferay diff --git a/osgi-integration/pom.xml b/osgi-integration/pom.xml index ea7136bf55..c5fc75c00d 100644 --- a/osgi-integration/pom.xml +++ b/osgi-integration/pom.xml @@ -9,7 +9,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-SNAPSHOT diff --git a/pom.xml b/pom.xml index 5fef885bdc..bcede1db0b 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ vaadin-root vaadin-root pom - 8.15-SNAPSHOT + 8.14-SNAPSHOT 3.1.0 diff --git a/push/pom.xml b/push/pom.xml index c9213b1a85..5eb112e644 100644 --- a/push/pom.xml +++ b/push/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-push vaadin-push diff --git a/server/pom.xml b/server/pom.xml index 2a7b15ee5e..94a383e1d6 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-server vaadin-server diff --git a/shared/pom.xml b/shared/pom.xml index af30d3af2a..085f94ecbc 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-root - 8.15-SNAPSHOT + 8.14-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 b9c9ee762c..8dced595f8 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.15-SNAPSHOT + 8.14-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 e3abf46e0c..1a85a11946 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.15-SNAPSHOT + 8.14-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 32862dea6d..3c7a5ebeda 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.15-SNAPSHOT + 8.14-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 0bdc84670a..1cf3aec621 100644 --- a/test/bean-api-validation/pom.xml +++ b/test/bean-api-validation/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-test - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-test-bean-api-validation jar diff --git a/test/bean-impl-validation/pom.xml b/test/bean-impl-validation/pom.xml index 9abcff256d..1eabff4a75 100644 --- a/test/bean-impl-validation/pom.xml +++ b/test/bean-impl-validation/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-test - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-test-bean-impl-validation jar diff --git a/test/cdi/pom.xml b/test/cdi/pom.xml index 596374d19d..c81341dc13 100644 --- a/test/cdi/pom.xml +++ b/test/cdi/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-test - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-test-cdi war diff --git a/test/default-widget-set/pom.xml b/test/default-widget-set/pom.xml index 347bc43838..500c1e397e 100644 --- a/test/default-widget-set/pom.xml +++ b/test/default-widget-set/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-test - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-test-default-widget-set war diff --git a/test/dependency-rewrite-addon/pom.xml b/test/dependency-rewrite-addon/pom.xml index 1440176772..321debd001 100644 --- a/test/dependency-rewrite-addon/pom.xml +++ b/test/dependency-rewrite-addon/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-test - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-test-dependency-rewrite-addon jar diff --git a/test/dependency-rewrite/pom.xml b/test/dependency-rewrite/pom.xml index 3dd6b696b6..57d062f363 100644 --- a/test/dependency-rewrite/pom.xml +++ b/test/dependency-rewrite/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-test - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-test-dependency-rewrite war diff --git a/test/own-widget-set/pom.xml b/test/own-widget-set/pom.xml index 403c1f31a0..a449fe8a87 100644 --- a/test/own-widget-set/pom.xml +++ b/test/own-widget-set/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-test - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-test-own-widget-set war diff --git a/test/pom.xml b/test/pom.xml index 8620743ace..9fa6b22168 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-test vaadin-test - 8.15-SNAPSHOT + 8.14-SNAPSHOT pom diff --git a/test/servlet-containers/generic-tests/pom.xml b/test/servlet-containers/generic-tests/pom.xml index 7a2c5c761b..cfa0700ab9 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.15-SNAPSHOT + 8.14-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 a2cd91c931..47c3c6836a 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.15-SNAPSHOT + 8.14-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 478174ec0a..9221dfddce 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.15-SNAPSHOT + 8.14-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 510e5b8f3b..7a29faf91a 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.15-SNAPSHOT + 8.14-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 46c5740e11..8409e04776 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.15-SNAPSHOT + 8.14-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 3d2d879998..4a27b57d31 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.15-SNAPSHOT + 8.14-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 6816b56f72..c704a6d4b8 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.15-SNAPSHOT + 8.14-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 ffc1ccfdad..df2ca49de9 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.15-SNAPSHOT + 8.14-SNAPSHOT 4.0.0 diff --git a/test/servlet-containers/karaf/pom.xml b/test/servlet-containers/karaf/pom.xml index b62b4e8d3b..0a2d45e9a4 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.15-SNAPSHOT + 8.14-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 e96d8ad5d1..913b4bfd16 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.15-SNAPSHOT + 8.14-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 5fac83a80b..b5a9b12ab1 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.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-karaf-bundle2 jar diff --git a/test/servlet-containers/liberty-javaee/pom.xml b/test/servlet-containers/liberty-javaee/pom.xml index 493c774397..1146c2eacb 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.15-SNAPSHOT + 8.14-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 66f7b00dd2..c6102b677d 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.15-SNAPSHOT + 8.14-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 06368b69a7..442610e26b 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.15-SNAPSHOT + 8.14-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 a82ec4a150..2a27a664b5 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.15-SNAPSHOT + 8.14-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 0447d58a06..1eb92f6415 100644 --- a/test/servlet-containers/pom.xml +++ b/test/servlet-containers/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-test - 8.15-SNAPSHOT + 8.14-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 7c84b2dacb..6951bafc75 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.15-SNAPSHOT + 8.14-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 2d6e97769e..8cdea06fcb 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.15-SNAPSHOT + 8.14-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 8b62cb4a4f..90afc6271c 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.15-SNAPSHOT + 8.14-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 4c98a92217..a8a9892c20 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.15-SNAPSHOT + 8.14-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 7ddaa9c4a5..bb4cd88bf7 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.15-SNAPSHOT + 8.14-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 7f5190e453..b57c5b30c5 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.15-SNAPSHOT + 8.14-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 b9abed0481..bd9a87532f 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.15-SNAPSHOT + 8.14-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 435376b83a..f503db3a0f 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.15-SNAPSHOT + 8.14-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 a5bb82f13a..8859798c6f 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.15-SNAPSHOT + 8.14-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 1f7918ca2c..31407847fb 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.15-SNAPSHOT + 8.14-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 3bcfdb0e16..1b24f3bafe 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.15-SNAPSHOT + 8.14-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 3ef5ade1c6..6884875cd5 100644 --- a/test/space in directory/pom.xml +++ b/test/space in directory/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-test - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-test-space-in-directory war diff --git a/test/spring-boot-subcontext/pom.xml b/test/spring-boot-subcontext/pom.xml index a0641361b4..7965f9a0b5 100644 --- a/test/spring-boot-subcontext/pom.xml +++ b/test/spring-boot-subcontext/pom.xml @@ -6,7 +6,7 @@ com.vaadin vaadin-test - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-test-spring-boot-subcontext jar diff --git a/test/spring-boot/pom.xml b/test/spring-boot/pom.xml index 225b92ec21..69f8b5aef5 100644 --- a/test/spring-boot/pom.xml +++ b/test/spring-boot/pom.xml @@ -6,7 +6,7 @@ com.vaadin vaadin-test - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-test-spring-boot jar diff --git a/test/vaadin7-widget-set/pom.xml b/test/vaadin7-widget-set/pom.xml index 45faebf241..4b03f6ef93 100644 --- a/test/vaadin7-widget-set/pom.xml +++ b/test/vaadin7-widget-set/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-test - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-test-vaadin7-widget-set war diff --git a/test/vaadinservletconfiguration-widget-set/pom.xml b/test/vaadinservletconfiguration-widget-set/pom.xml index 011ad76f37..f46a01c8fb 100644 --- a/test/vaadinservletconfiguration-widget-set/pom.xml +++ b/test/vaadinservletconfiguration-widget-set/pom.xml @@ -5,7 +5,7 @@ com.vaadin vaadin-test - 8.15-SNAPSHOT + 8.14-SNAPSHOT vaadin-test-vaadinservletconfiguration-widget-set war diff --git a/test/widget-set-testutil/pom.xml b/test/widget-set-testutil/pom.xml index 33326b7a05..5acda50e36 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.15-SNAPSHOT + 8.14-SNAPSHOT jar