Bump Honeycomb version to 1.18.07-SNAPSHOT
[honeycomb.git] / tools / archetype / pom.xml
index e49e031..e71d7c2 100644 (file)
@@ -3,15 +3,20 @@
          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>
-        <version>1.0.0-SNAPSHOT</version>
+        <groupId>io.fd.honeycomb.common</groupId>
+        <artifactId>honeycomb-parent</artifactId>
+        <version>1.18.07-SNAPSHOT</version>
+        <relativePath>../../common/honeycomb-parent</relativePath>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.tools</groupId>
     <artifactId>honeycomb-plugin-archetype</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <name>${project.artifactId}</name>
+    <version>1.18.07-SNAPSHOT</version>
     <packaging>jar</packaging>
+    <modelVersion>4.0.0</modelVersion>
 
+    <properties>
+        <sonar.skip>true</sonar.skip>
+    </properties>
 </project>
\ No newline at end of file