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 /compatibility-shared | |
parent | d2443b0a82505b2d4566fbd3a7f849e50afc07d3 (diff) | |
download | vaadin-framework-04b3c7ce7ed4d6730482000244037baeb7c45df6.tar.gz vaadin-framework-04b3c7ce7ed4d6730482000244037baeb7c45df6.zip |
Update to 8.10-SNAPSHOT (#11657)
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 3ac04874cf..69fe1ecf30 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.9-SNAPSHOT</version> + <version>8.10-SNAPSHOT</version> </parent> <artifactId>vaadin-compatibility-shared</artifactId> <name>vaadin-compatibility-shared</name> |