Bump version to 1.17.07-SNAPSHOT
[honeycomb.git] / common / pom.xml
index 3a53456..2dc48a7 100644 (file)
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" 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">
 
-<groupId>io.fd.honeycomb.common</groupId>
+  <parent>
+    <groupId>io.fd.honeycomb.common</groupId>
+    <artifactId>honeycomb-parent</artifactId>
+    <version>1.17.07-SNAPSHOT</version>
+    <relativePath>honeycomb-parent</relativePath>
+  </parent>
+
   <artifactId>honeycomb-common-aggregator</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <name>honeycomb</name>
+  <version>1.17.07-SNAPSHOT</version>
+  <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
-  <prerequisites>
-    <maven>3.1.1</maven>
-  </prerequisites>
+  <description>Aggregator for common maven parents providing base configuration for Honeycomb modules</description>
+
   <modules>
+    <module>common-scripts</module>
     <module>checkstyle</module>
+    <module>honeycomb-parent</module>
     <module>api-parent</module>
     <module>impl-parent</module>
     <module>minimal-assembly-descriptor</module>
     <module>minimal-distribution-parent</module>
-
   </modules>
+
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
   <build>
     <plugins>