diff options
-rw-r--r-- | test/pom.xml | 2 | ||||
-rw-r--r-- | test/spring-boot/pom.xml | 2 |
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> |