aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-02-14 16:09:00 +0200
committerGitHub <noreply@github.com>2017-02-14 16:09:00 +0200
commit121f5c2f6aba99473f85ddc62b2a541c5a84f7a6 (patch)
treed1c216c7fe1a0c7841b6de0310195c1834234461 /pom.xml
parentc104bcebdeafa969fda772cb3d3157ff19e32c1e (diff)
downloadvaadin-framework-121f5c2f6aba99473f85ddc62b2a541c5a84f7a6.tar.gz
vaadin-framework-121f5c2f6aba99473f85ddc62b2a541c5a84f7a6.zip
Simplify setting of TestBench version (#8566)
Now, only vaadin.testbench.version needs to be set for root and BOM modules, and other modules do not need changes to upgrade TestBench.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index abd9053ab4..74f01bd272 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,9 @@
<sonar.analysis.mode>preview</sonar.analysis.mode>
<sonar.issuesReport.console.enable>true</sonar.issuesReport.console.enable>
<sonar.issuesReport.html.enable>true</sonar.issuesReport.html.enable>
+
<vaadin.icons.version>3.0.0</vaadin.icons.version>
+ <vaadin.testbench.version>5.0.0.beta5</vaadin.testbench.version>
</properties>
<!-- TODO: remove this after maven plugin has been released -->
@@ -235,7 +237,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-testbench</artifactId>
- <version>5.0.0.beta5</version>
+ <version>${vaadin.testbench.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>