Bumping versions by 0.0.1 for next dev cycle
[nemo.git] / nemo-artifacts / pom.xml
index a78d80de0891c6ad72dea0fafdb66ca884d529b0..d313b744d68a9234d2e371617c6de7a949992f74 100644 (file)
@@ -9,9 +9,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
+  <parent>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.6.2-SNAPSHOT</version>
+    <relativePath />
+  </parent>
+
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-artifacts</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
@@ -32,6 +39,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <artifactId>openflow-renderer</artifactId>
         <version>${project.version}</version>
       </dependency>
+      <dependency>
+        <groupId>${project.groupId}</groupId>
+        <artifactId>cli-renderer</artifactId>
+        <version>${project.version}</version>
+      </dependency>
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>nemo-ui</artifactId>