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 /compatibility-shared | |
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 'compatibility-shared')
-rw-r--r-- | compatibility-shared/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility-shared/pom.xml b/compatibility-shared/pom.xml index 2f4c743b93..3ac04874cf 100644 --- a/compatibility-shared/pom.xml +++ b/compatibility-shared/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.8-SNAPSHOT</version> + <version>8.9-SNAPSHOT</version> </parent> <artifactId>vaadin-compatibility-shared</artifactId> <name>vaadin-compatibility-shared</name> |