diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2020-05-13 13:05:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 13:05:39 +0300 |
commit | 502a144a2dc6b4f1606022360f09d14b9fe687ee (patch) | |
tree | 787288b9e09b84327b725cd7ceff4a194cb68d85 /test/addon-using-own-widget-set/pom.xml | |
parent | 786ca648388335540cba09de8fbd1f234c705e70 (diff) | |
download | vaadin-framework-502a144a2dc6b4f1606022360f09d14b9fe687ee.tar.gz vaadin-framework-502a144a2dc6b4f1606022360f09d14b9fe687ee.zip |
Update to 8.12-snapshot (#11995)
Diffstat (limited to 'test/addon-using-own-widget-set/pom.xml')
-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 8aa52d5ca6..1cb30c0c90 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.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-test-addon-using-own-widget-set</artifactId> <packaging>war</packaging> |