aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-02-20 07:56:20 +0100
committerGitHub <noreply@github.com>2020-02-20 07:56:20 +0100
commit31fd724f106a014e003c1ce867e1d30df5467b9c (patch)
treec4b3e8a5d38edf86179c97f055326826ffdd1c40 /tenant-base
parentc3b3a591d90effd6efa035e073e093302b58134a (diff)
Revert "Allow vespa.runtime|compile.version for those versions"
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index f925ed9796c..22e1bb0e9ca 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -253,28 +253,6 @@
</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>