summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2016-12-15 12:38:57 +0200
committerPekka Hyvönen <pekka@vaadin.com>2016-12-15 12:38:57 +0200
commit616e1f8ce5e544693268f54a2ac4cec2158d4a19 (patch)
tree0b1a642edcc7f6ec2f043783029544aa6c5e3eea /test
parent2984fbe70475685209d76061d1c8b9bdcf3d9a04 (diff)
downloadvaadin-framework-616e1f8ce5e544693268f54a2ac4cec2158d4a19.tar.gz
vaadin-framework-616e1f8ce5e544693268f54a2ac4cec2158d4a19.zip
Fix vaadin-test version number (#7998)
* Fix vaadin-test version number
Diffstat (limited to 'test')
-rw-r--r--test/pom.xml2
-rw-r--r--test/spring-boot/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/pom.xml b/test/pom.xml
index 6a4ce4f7ee..e59b5cf110 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -5,7 +5,7 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<name>vaadin-test</name>
- <version>1.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/test/spring-boot/pom.xml b/test/spring-boot/pom.xml
index 8cdde7ec98..a70d4da5c5 100644
--- a/test/spring-boot/pom.xml
+++ b/test/spring-boot/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>8.0-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot</artifactId>
<packaging>jar</packaging>