Bump Honeycomb version to 17.04
[honeycomb.git] / tools / pom.xml
index 41c8c11..da98153 100644 (file)
@@ -3,16 +3,24 @@
          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-aggregator</artifactId>
-        <groupId>io.fd.honeycomb</groupId>
-        <version>1.16.12-SNAPSHOT</version>
+        <groupId>io.fd.honeycomb.common</groupId>
+        <artifactId>honeycomb-parent</artifactId>
+        <version>1.17.04-SNAPSHOT</version>
+        <relativePath>../common/honeycomb-parent</relativePath>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.tools</groupId>
     <artifactId>honeycomb-tools</artifactId>
+    <name>${project.artifactId}</name>
     <packaging>pom</packaging>
-    <version>1.16.12-SNAPSHOT</version>
+    <version>1.17.04-SNAPSHOT</version>
+    <modelVersion>4.0.0</modelVersion>
+    <description>Aggregator for various Honeycomb tools</description>
+
+    <properties>
+        <sonar.skip>true</sonar.skip>
+    </properties>
+
     <modules>
         <module>archetype</module>
     </modules>