summaryrefslogtreecommitdiffstats
path: root/test/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2018-01-24 14:50:25 +0200
committerGitHub <noreply@github.com>2018-01-24 14:50:25 +0200
commitcf0d3dcc5ad32285b91e7d998cf628ef9c83da55 (patch)
treebbefdfe8defc180facdb2fb437b69741a5a0fee6 /test/pom.xml
parent881d80fd8b658491e26125222020401d0e5a5d08 (diff)
downloadvaadin-framework-cf0d3dcc5ad32285b91e7d998cf628ef9c83da55.tar.gz
vaadin-framework-cf0d3dcc5ad32285b91e7d998cf628ef9c83da55.zip
Upgrade minor version in the project to 8.4 (#10520)
Diffstat (limited to 'test/pom.xml')
-rw-r--r--test/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pom.xml b/test/pom.xml
index 80a0a9e4ab..3f52a63b6d 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>8.3-SNAPSHOT</version>
+ <version>8.4-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -13,7 +13,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<jetty.version>9.3.7.v20160115</jetty.version>
<phantomjs.version>2.1.1</phantomjs.version>
- <vaadin.version>8.3-SNAPSHOT</vaadin.version>
+ <vaadin.version>${project.version}</vaadin.version>
<vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version>
<failOnMissingWebXml>false</failOnMissingWebXml>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>