Do not hard-code dependency plugin version
[nemo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7d36a7e1af82e7ab2225410755aa4dcd9c9be0ef..57e55f00593eac8f1c744daea0b7e65f1add124b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo.project</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>nemo</name>
   <description>OpenDaylight NEMO</description>
@@ -35,6 +35,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <module>nemo-features</module>
     <module>nemo-karaf</module>
     <module>nemo-renderers</module>
+    <module>nemo-tools</module>
   </modules>
 
   <url>https://wiki.opendaylight.org/view/NEMO:Main</url>