diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2019-07-29 11:17:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-29 11:17:15 +0300 |
commit | 04b3c7ce7ed4d6730482000244037baeb7c45df6 (patch) | |
tree | 93b6c2269db2ea4bf63ab590a781c661b7783b94 /test/servlet-containers/liberty-microprofile/pom.xml | |
parent | d2443b0a82505b2d4566fbd3a7f849e50afc07d3 (diff) | |
download | vaadin-framework-04b3c7ce7ed4d6730482000244037baeb7c45df6.tar.gz vaadin-framework-04b3c7ce7ed4d6730482000244037baeb7c45df6.zip |
Update to 8.10-SNAPSHOT (#11657)
Diffstat (limited to 'test/servlet-containers/liberty-microprofile/pom.xml')
-rw-r--r-- | test/servlet-containers/liberty-microprofile/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/servlet-containers/liberty-microprofile/pom.xml b/test/servlet-containers/liberty-microprofile/pom.xml index 8193834eb7..5616c30b88 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.9-SNAPSHOT</version> + <version>8.10-SNAPSHOT</version> </parent> <artifactId>vaadin-test-liberty-microprofile-server</artifactId> <name>Vaadin Liberty MicroProfile Test</name> |