aboutsummaryrefslogtreecommitdiffstats
path: root/container
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-19 13:07:49 +0200
committergjoranv <gv@yahooinc.com>2023-07-19 13:07:49 +0200
commit08a4ea6f90c5ba95a0a232c991ddfddeb37c537c (patch)
treeebe6bff5b0d488670ddf6419a9ca2043a4c8d932 /container
parent8044517ac82aea0c99b40bf81cca7389bb4a7589 (diff)
Use 'vespa.version' suffix for all global version properties.
Diffstat (limited to 'container')
-rw-r--r--container/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/pom.xml b/container/pom.xml
index f86f1fc3625..b4d446ae356 100644
--- a/container/pom.xml
+++ b/container/pom.xml
@@ -56,7 +56,7 @@
<manifest>
<addClasspath>true</addClasspath>
<classpathLayoutType>custom</classpathLayoutType>
- <customClasspathLayout>$${artifact.groupId}:$${artifact.artifactId}:$${artifact.version}</customClasspathLayout>
+ <customClasspathLayout>$${artifact.groupId}:$${artifact.artifactId}:$${artifact.vespa.version}</customClasspathLayout>
</manifest>
</archive>
</configuration>