diff options
author | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2019-04-18 12:34:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-18 12:34:11 +0300 |
commit | e788dae27aaf99f8a6956dcde6eb95f2d1d5c38f (patch) | |
tree | 0b93129cdfe49132eeaaae2701500c4879596810 /test/servlet-containers/glassfish/pom.xml | |
parent | e080de616bcab5470bc7e2a1c8c49b17b1845b6e (diff) | |
download | vaadin-framework-e788dae27aaf99f8a6956dcde6eb95f2d1d5c38f.tar.gz vaadin-framework-e788dae27aaf99f8a6956dcde6eb95f2d1d5c38f.zip |
Update to 8.9 (#11535)
* Update to 8.9-SNAPSHOT
* update in bom module
Diffstat (limited to 'test/servlet-containers/glassfish/pom.xml')
-rw-r--r-- | test/servlet-containers/glassfish/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/servlet-containers/glassfish/pom.xml b/test/servlet-containers/glassfish/pom.xml index d35a05e793..2b253f2dcb 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.8-SNAPSHOT</version> + <version>8.9-SNAPSHOT</version> </parent> <artifactId>vaadin-test-glassfish-server</artifactId> <name>Vaadin Glassfish Test</name> |