summaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-28 14:37:59 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-28 14:37:59 +0200
commitedc33028cb6c9710fe62f0e91e46eb28a1166d77 (patch)
tree6d0481c033bf0d7e0298f461a02a3c6371183b6f /hosted-tenant-base
parent253b88d85ee0405fa477c449fee14d906ad821b6 (diff)
Downgrade antrun plugin
Diffstat (limited to 'hosted-tenant-base')
-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 89622c7a8f3..e5d1eb4facd 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -333,7 +333,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>${maven-antrun-plugin.vespa.version}</version>
+ <!-- TODO: fix configuration to allow 3.x of maven-antrun-plugin -->
+ <version>1.3</version>
<executions>
<execution>
<id>attach-artifact</id>