aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-02-20 08:28:15 +0100
committerJon Marius Venstad <venstad@gmail.com>2020-02-20 08:28:15 +0100
commit1afbd5fdd45b864bc5adfcea90ba90a2cc66dc95 (patch)
treeba18cb923dbae713b6f1e3e474f1401cd7738e4e /tenant-base
parentea477f649d3f790cf1d4f7f83b1bf8450ba45c3c (diff)
Revert "Merge pull request #12272 from vespa-engine/revert-12268-jvenstad/alias-vespaversion-and-vespaVersion-with-better-names"
This reverts commit ea477f649d3f790cf1d4f7f83b1bf8450ba45c3c, reversing changes made to 358e0bc623418aca1afc42ae98c02bdac7bef0ab.
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index 22e1bb0e9ca..f925ed9796c 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -253,6 +253,28 @@
</plugins>
</build>
</profile>
+
+ <profile> <!-- Alias vespaversion with a more descriptive vespa.compile.version -->
+ <activation>
+ <property>
+ <name>vespa.compile.version</name>
+ </property>
+ </activation>
+ <properties>
+ <vespaversion>${vespa.compile.version}</vespaversion>
+ </properties>
+ </profile>
+
+ <profile> <!-- Alias vespaVersion with a more descriptive vespa.runtime.version -->
+ <activation>
+ <property>
+ <name>vespa.runtime.version</name>
+ </property>
+ </activation>
+ <properties>
+ <vespaVersion>${vespa.runtime.version}</vespaVersion>
+ </properties>
+ </profile>
</profiles>
<build>