diff options
author | Guille <alvarezguille@users.noreply.github.com> | 2017-11-29 11:55:10 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-11-29 11:55:10 +0200 |
commit | cd8a5dab5658e72a7326f51ffbc1f0ff3bc470f8 (patch) | |
tree | 6d24d7f7ac4b5a9898c6fa0a33f81254295d89d1 | |
parent | 7bf6967182834ea858489d7b3c08336d1b40a563 (diff) | |
download | vaadin-framework-cd8a5dab5658e72a7326f51ffbc1f0ff3bc470f8.tar.gz vaadin-framework-cd8a5dab5658e72a7326f51ffbc1f0ff3bc470f8.zip |
Update version number to 8.3-SNAPSHOT (#10390)
-rw-r--r-- | test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pom.xml b/test/pom.xml index 8dd961f785..91aedf5f04 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -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.2-SNAPSHOT</vaadin.version> + <vaadin.version>8.3-SNAPSHOT</vaadin.version> <vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> <failOnMissingWebXml>false</failOnMissingWebXml> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |