summaryrefslogtreecommitdiffstats
path: root/tools/archetype/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/archetype/pom.xml')
-rw-r--r--tools/archetype/pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml
index 38dbcc81f..1bb56074d 100644
--- a/tools/archetype/pom.xml
+++ b/tools/archetype/pom.xml
@@ -3,16 +3,18 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <artifactId>honeycomb-tools</artifactId>
- <groupId>io.fd.honeycomb.tools</groupId>
+ <groupId>io.fd.honeycomb.common</groupId>
+ <artifactId>honeycomb-parent</artifactId>
<version>1.16.12-SNAPSHOT</version>
+ <relativePath>../../common/honeycomb-parent</relativePath>
</parent>
- <modelVersion>4.0.0</modelVersion>
<groupId>io.fd.honeycomb.tools</groupId>
<artifactId>honeycomb-plugin-archetype</artifactId>
+ <name>${project.artifactId}</name>
<version>1.16.12-SNAPSHOT</version>
<packaging>jar</packaging>
+ <modelVersion>4.0.0</modelVersion>
<properties>
<sonar.skip>true</sonar.skip>