Rename controller-features
[controller.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 6affa544563557d6d8ea6efb12ac364434501056..fb860984f5384f3edea53737d9ee7c81c575970c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,17 +4,18 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>4.0.5</version>
+    <version>7.0.1</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.12.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->
 
   <modules>
+    <module>artifacts</module>
 
     <!-- md-sal -->
     <module>opendaylight/md-sal</module>
@@ -35,6 +36,9 @@
 
     <!-- archetypes -->
     <module>opendaylight/archetypes</module>
+
+    <!-- documentation -->
+    <module>docs</module>
   </modules>
 
   <properties>