diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2020-10-07 16:39:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 16:39:18 +0300 |
commit | 9d370a760390c0b19988c05f783bee94a0c92d6c (patch) | |
tree | 39001ec45022e0deb3648360cffb771b0d4c7460 /test/addon-using-own-widget-set | |
parent | 2e8b9d2b5b40652321aaa9d2bb2dba1041da7fc4 (diff) | |
download | vaadin-framework-9d370a760390c0b19988c05f783bee94a0c92d6c.tar.gz vaadin-framework-9d370a760390c0b19988c05f783bee94a0c92d6c.zip |
Update to 8.13-SNAPSHOT (#12110)
Diffstat (limited to 'test/addon-using-own-widget-set')
-rw-r--r-- | test/addon-using-own-widget-set/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/addon-using-own-widget-set/pom.xml b/test/addon-using-own-widget-set/pom.xml index 1cb30c0c90..64b76cbe5e 100644 --- a/test/addon-using-own-widget-set/pom.xml +++ b/test/addon-using-own-widget-set/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-test</artifactId> - <version>8.12-SNAPSHOT</version> + <version>8.13-SNAPSHOT</version> </parent> <artifactId>vaadin-test-addon-using-own-widget-set</artifactId> <packaging>war</packaging> |