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 /client-compiled | |
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 'client-compiled')
-rw-r--r-- | client-compiled/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-compiled/pom.xml b/client-compiled/pom.xml index 5935c6b799..0732f926b1 100644 --- a/client-compiled/pom.xml +++ b/client-compiled/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> <!-- Needed by a plugin in release build --> <groupId>com.vaadin</groupId> |