diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-01-24 14:50:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-24 14:50:25 +0200 |
commit | cf0d3dcc5ad32285b91e7d998cf628ef9c83da55 (patch) | |
tree | bbefdfe8defc180facdb2fb437b69741a5a0fee6 /test/widget-set-testutil | |
parent | 881d80fd8b658491e26125222020401d0e5a5d08 (diff) | |
download | vaadin-framework-cf0d3dcc5ad32285b91e7d998cf628ef9c83da55.tar.gz vaadin-framework-cf0d3dcc5ad32285b91e7d998cf628ef9c83da55.zip |
Upgrade minor version in the project to 8.4 (#10520)
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 825ad86d20..bc012ac99a 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.3-SNAPSHOT</version> + <version>8.4-SNAPSHOT</version> <packaging>jar</packaging> <!-- This module does not inherit the vaadin-test on purpose. It is done |