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 /test/widget-set-testutil | |
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 'test/widget-set-testutil')
-rw-r--r-- | test/widget-set-testutil/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/widget-set-testutil/pom.xml b/test/widget-set-testutil/pom.xml index 1325364f15..dd4c12fc9d 100644 --- a/test/widget-set-testutil/pom.xml +++ b/test/widget-set-testutil/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.vaadin</groupId> <artifactId>vaadin-test-widget-set-testutil</artifactId> - <version>8.10-SNAPSHOT</version> + <version>8.11-SNAPSHOT</version> <packaging>jar</packaging> <!-- This module does not inherit the vaadin-test on purpose. It is done |