aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-01-20 16:29:29 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-01-20 16:29:29 +0100
commitd52f898486d3c9d76fd586554209a25ce19f8f9d (patch)
tree87fc6052415e46f7604e7f37aa4d56f59d282eeb /tenant-base
parent23f604510b693f5f74365c785bf2bb3efd90ee6a (diff)
Couple test-framework version to compile version
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index 55e98102d8c..b7f0a8324d6 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -33,7 +33,10 @@
<properties>
<vespaversion>${project.version}</vespaversion>
- <test-framework.version>${project.version}</test-framework.version>
+ <!-- when <test-framework.version> is "${project.version}", it is decoupled from the
+ compile version set with "-D vespaversion=...", and is instead the newest version.
+ When it is "${vespaversion}", it is coupled, which should be the default. -->
+ <test-framework.version>${vespaversion}</test-framework.version>
<target_jdk_version>11</target_jdk_version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>