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/wildfly8/pom.xml | |
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/wildfly8/pom.xml')
-rw-r--r-- | test/servlet-containers/wildfly8/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |