diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-02-14 16:09:00 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-02-16 10:12:49 +0200 |
commit | 3e28d634a969cc080e619b4bee37e42207ca5aff (patch) | |
tree | cae67180fa05f7b71330d4be5be5d4685e39cf6f /pom.xml | |
parent | bbfd470627c3ad15d987271689e82f7e38dde59a (diff) | |
download | vaadin-framework-3e28d634a969cc080e619b4bee37e42207ca5aff.tar.gz vaadin-framework-3e28d634a969cc080e619b4bee37e42207ca5aff.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.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |