Bump archetype-maven-plugin to 3.1.2
[odlparent.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d9b8b4697e1c589066a8d906bafff5188cf34336..b80a210bfca8cd772c9f2a230b5ae302daad9bfa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <version>6.0.4-SNAPSHOT</version>
         <relativePath>odlparent-lite</relativePath>
     </parent>
 
         <!-- Artifacts -->
         <module>odlparent-artifacts</module>
 
+        <!-- Aggragated javadocs -->
+        <module>docs</module>
+
         <!-- Self-tests -->
         <module>odlparent-bundle-check</module>
         <module>odlparent-dependency-check</module>
+        <module>tests</module>
+
+        <!-- Third-party stuff -->
+        <module>third-party</module>
     </modules>
 
     <profiles>