summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-02-10 16:19:16 +0200
committerGitHub <noreply@github.com>2017-02-10 16:19:16 +0200
commit17d613ef81c9f0dd2fcfd19c046d99c96fa8028e (patch)
tree980db7d0ce3dc0ea8d4d92fd6494ec31060ed5a1
parent6cc8e72c472cba569e5dc1f326fa9c2ef8d44d90 (diff)
downloadvaadin-framework-17d613ef81c9f0dd2fcfd19c046d99c96fa8028e.tar.gz
vaadin-framework-17d613ef81c9f0dd2fcfd19c046d99c96fa8028e.zip
Use specific version numbers for addons (#8541)
-rw-r--r--bom/pom.xml4
-rw-r--r--test/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/bom/pom.xml b/bom/pom.xml
index b6387da3f4..57eec7d3b9 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -16,9 +16,9 @@
<url>http://vaadin.com</url>
<properties>
- <vaadin.spring.version>2.0-SNAPSHOT</vaadin.spring.version>
+ <vaadin.spring.version>2.0.0.rc1</vaadin.spring.version>
<vaadin.testbench.version>5.0.0.alpha2</vaadin.testbench.version>
- <vaadin.cdi.version>2.0-SNAPSHOT</vaadin.cdi.version>
+ <vaadin.cdi.version>2.0.0.rc1</vaadin.cdi.version>
</properties>
<repositories>
diff --git a/test/pom.xml b/test/pom.xml
index f8cefa468c..a04bce945b 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -16,7 +16,7 @@
<vaadin.version>8.0-SNAPSHOT</vaadin.version>
<vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version>
<failOnMissingWebXml>false</failOnMissingWebXml>
- <contextmenu.version>2.0-SNAPSHOT</contextmenu.version>
+ <contextmenu.version>2.0.0.rc1</contextmenu.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Don't care about coding style for tests -->