summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-07-01 14:16:37 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-07-01 14:16:37 +0200
commitf044937f6a35ea3df9e40dedf3ed9d7d88dbee75 (patch)
tree8e5ef587293ecfcb0a4ea1551144717898ea86b2
parentab2997af203b9961aa841d07c7ef3ccf865dd410 (diff)
Use explicit version of maven-ant-plugin
-rw-r--r--hosted-tenant-base/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index d3339859298..cf3b040220b 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -42,7 +42,7 @@
<!-- To allow specialized base pom to include additional "test provided" dependencies -->
<bundlePluginExtraTestProvidedDependencies/>
- <!-- Must be specified by specialized base pom -->
+ <!-- Must be specified by specialized base pom. Can also be overriden by application -->
<endpoint/>
<!-- Properties that are specified by application pom -->
@@ -244,6 +244,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
+ <version>1.3</version>
<executions>
<execution>
<id>attach-artifact</id>