diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2020-10-07 16:39:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 16:39:18 +0300 |
commit | 9d370a760390c0b19988c05f783bee94a0c92d6c (patch) | |
tree | 39001ec45022e0deb3648360cffb771b0d4c7460 /test/servlet-containers | |
parent | 2e8b9d2b5b40652321aaa9d2bb2dba1041da7fc4 (diff) | |
download | vaadin-framework-9d370a760390c0b19988c05f783bee94a0c92d6c.tar.gz vaadin-framework-9d370a760390c0b19988c05f783bee94a0c92d6c.zip |
Update to 8.13-SNAPSHOT (#12110)
Diffstat (limited to 'test/servlet-containers')
27 files changed, 27 insertions, 27 deletions
diff --git a/test/servlet-containers/generic-tests/pom.xml b/test/servlet-containers/generic-tests/pom.xml index 012d3a9f8c..7f39631113 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.12-SNAPSHOT</version> + <version>8.13-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 6a742616bc..482beb0a8d 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.12-SNAPSHOT</version> + <version>8.13-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 8f9725faf8..c978aa1862 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.12-SNAPSHOT</version> + <version>8.13-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 de2996e8a7..6afc7a5356 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.12-SNAPSHOT</version> + <version>8.13-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 566daf14f7..4d9c129418 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.12-SNAPSHOT</version> + <version>8.13-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 35d433148d..9018a8d1c8 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.12-SNAPSHOT</version> + <version>8.13-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 00c212984f..00201d81ab 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.12-SNAPSHOT</version> + <version>8.13-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 b3a07b3ca3..d75155d0fe 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.12-SNAPSHOT</version> + <version>8.13-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 401fb0c21c..07e5e85346 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.12-SNAPSHOT</version> + <version>8.13-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 f96db5a894..0bcd8db78f 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.12-SNAPSHOT</version> + <version>8.13-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 9f07e7930a..64471a7bfd 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.12-SNAPSHOT</version> + <version>8.13-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 532803c9ca..b0ff02952a 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.12-SNAPSHOT</version> + <version>8.13-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 530a19f8ad..96f3053a3d 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.12-SNAPSHOT</version> + <version>8.13-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 4281b2a980..8ebfad4d96 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.12-SNAPSHOT</version> + <version>8.13-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 358d6ea8c8..588f0e2f40 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.12-SNAPSHOT</version> + <version>8.13-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 dad6f2ef81..89e78e9277 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.12-SNAPSHOT</version> + <version>8.13-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 fd0ecd39dc..28b2abee22 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.12-SNAPSHOT</version> + <version>8.13-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 808888cc5c..d3ee9a476c 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.12-SNAPSHOT</version> + <version>8.13-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 3ffbdfb305..e1a693a509 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.12-SNAPSHOT</version> + <version>8.13-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 be6f637b71..fde7a4bbee 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.12-SNAPSHOT</version> + <version>8.13-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 aa7fdfb453..e58b042927 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.12-SNAPSHOT</version> + <version>8.13-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 9c6d20f35a..17e9897b99 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.12-SNAPSHOT</version> + <version>8.13-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 4cbec1ef97..85a50116cc 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.12-SNAPSHOT</version> + <version>8.13-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 6b3b0bec5c..bd5d8aa12b 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.12-SNAPSHOT</version> + <version>8.13-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 f09ae12cde..3a07cd464f 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.12-SNAPSHOT</version> + <version>8.13-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 f5f22403ee..7d640276dc 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.12-SNAPSHOT</version> + <version>8.13-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 f4b7d336ce..1b024b8ed1 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.12-SNAPSHOT</version> + <version>8.13-SNAPSHOT</version> </parent> <artifactId>vaadin-test-wildfly9-server</artifactId> <name>Vaadin Wildfly 9 Test</name> |