diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2020-01-16 14:14:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 14:14:32 +0200 |
commit | 2aa2de52f0c532f4a6f400b16eb08c340fc80f02 (patch) | |
tree | 04c5074eb1ca00fd63df86ad56ff670bd40a1beb /compatibility-server | |
parent | 1076cb016206553aa017b5e479d5679107b14409 (diff) | |
download | vaadin-framework-2aa2de52f0c532f4a6f400b16eb08c340fc80f02.tar.gz vaadin-framework-2aa2de52f0c532f4a6f400b16eb08c340fc80f02.zip |
Update to 8.11 snapshot (#11874)
* Update to 8.11-SNAPSHOT
Diffstat (limited to 'compatibility-server')
-rw-r--r-- | compatibility-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility-server/pom.xml b/compatibility-server/pom.xml index aaf45b4978..b7ece5b5c5 100644 --- a/compatibility-server/pom.xml +++ b/compatibility-server/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.10-SNAPSHOT</version> + <version>8.11-SNAPSHOT</version> </parent> <artifactId>vaadin-compatibility-server</artifactId> <name>vaadin-compatibility-server</name> |