From 616e1f8ce5e544693268f54a2ac4cec2158d4a19 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Thu, 15 Dec 2016 12:38:57 +0200 Subject: [PATCH] Fix vaadin-test version number (#7998) * Fix vaadin-test version number --- test/pom.xml | 2 +- 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 @@ com.vaadin vaadin-test vaadin-test - 1.0-SNAPSHOT + 8.0-SNAPSHOT pom 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 @@ com.vaadin vaadin-test - 1.0-SNAPSHOT + 8.0-SNAPSHOT vaadin-test-spring-boot jar -- 2.39.5