Remove outdated NOTES.txt
[honeycomb.git] / common / pom.xml
index d50d326..3258881 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.16.12-SNAPSHOT</version>
+    <relativePath>honeycomb-parent</relativePath>
+  </parent>
+
   <artifactId>honeycomb-common-aggregator</artifactId>
   <version>1.16.12-SNAPSHOT</version>
-  <name>honeycomb-common</name>
+  <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>checkstyle</module>