aboutsummaryrefslogtreecommitdiffstats
path: root/maven-plugins
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2019-09-17 14:53:38 +0200
committerHåkon Hallingstad <hakon@verizonmedia.com>2019-09-17 14:53:38 +0200
commit8d04bc4c4f42d5e8028aaf33af9c4d59c4357c3d (patch)
tree5832b94793368c531e81fecf825e86a2c91ca2f2 /maven-plugins
parentfb4b666e78d936d0f6aadcc4f74cf208e8056776 (diff)
Fix name of maven-plugin artifact
Diffstat (limited to 'maven-plugins')
-rw-r--r--maven-plugins/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index d2287506912..77a0693fb77 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -9,8 +9,8 @@
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>bundle-plugins</artifactId>
- <name>bundle-plugins</name>
+ <artifactId>maven-plugins</artifactId>
+ <name>maven-plugins</name>
<packaging>pom</packaging>
<version>7-SNAPSHOT</version>
<description>Parent artifact for Vespa maven plugins.</description>