aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-02-20 08:29:45 +0100
committerJon Marius Venstad <venstad@gmail.com>2020-02-20 08:29:45 +0100
commit711c2d3ec8e28f4ccb37b294c8c4bf9095386fd4 (patch)
treeddf7de60498fe0821ebe7303d05806b6040cd5e9 /tenant-base
parent1afbd5fdd45b864bc5adfcea90ba90a2cc66dc95 (diff)
Specify unique names for new profiles
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index f925ed9796c..a3fac22a93d 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -255,6 +255,7 @@
</profile>
<profile> <!-- Alias vespaversion with a more descriptive vespa.compile.version -->
+ <id>set-vespa-compile-version</id>
<activation>
<property>
<name>vespa.compile.version</name>
@@ -266,6 +267,7 @@
</profile>
<profile> <!-- Alias vespaVersion with a more descriptive vespa.runtime.version -->
+ <id>set-vespa-runtime-version</id>
<activation>
<property>
<name>vespa.runtime.version</name>