summaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
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>