summaryrefslogtreecommitdiffstats
path: root/bundle-plugin
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-19 13:07:49 +0200
committergjoranv <gv@yahooinc.com>2023-07-24 10:36:13 +0200
commit062c49c778ea99f8c56ff36899a0f78fbd783048 (patch)
treea3129bfea9b7e8a7f918906f33b8c430d4277c1d /bundle-plugin
parent76144c5e3e99ff09bf2c495943807962ed25f0d1 (diff)
Use 'vespa.version' suffix for all global version properties.
Diffstat (limited to 'bundle-plugin')
-rw-r--r--bundle-plugin/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle-plugin/pom.xml b/bundle-plugin/pom.xml
index d1119327f0e..6b106ee19b5 100644
--- a/bundle-plugin/pom.xml
+++ b/bundle-plugin/pom.xml
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>${maven-shade-plugin.version}</version>
+ <version>${maven-shade-plugin.vespa.version}</version>
<scope>compile</scope>
</dependency>
<dependency>