Bumping versions by 0.0.1 for next dev cycle
[nemo.git] / nemo-features / pom.xml
index 44bd72b9ed24eafc202d6ef153f9788aacb6e7e9..b34fd8965aba9ca7c90edd086f0195279d0e00aa 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-features</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.5-SNAPSHOT</version>
   <name>${project.artifactId}</name>
 
   <prerequisites>
@@ -26,11 +26,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </prerequisites>
 
   <properties>
-    <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
-    <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
-    <restconf.version>1.3.0-SNAPSHOT</restconf.version>
-    <dlux.version>0.3.0-SNAPSHOT</dlux.version>
-    <openflowplugin.version>0.2.0-SNAPSHOT</openflowplugin.version>
+    <mdsal.model.version>0.8.5-SNAPSHOT</mdsal.model.version>
+    <mdsal.version>1.3.5-SNAPSHOT</mdsal.version>
+    <restconf.version>1.3.5-SNAPSHOT</restconf.version>
+    <dlux.version>0.3.5-SNAPSHOT</dlux.version>
+    <openflowplugin.version>0.2.5-SNAPSHOT</openflowplugin.version>
   </properties>
 
   <dependencyManagement>
@@ -181,6 +181,34 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <classifier>config</classifier>
       <type>xml</type>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>cli-renderer</artifactId>
+      <version>${project.version}</version>
+      <classifier>node-resource</classifier>
+      <type>json</type>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>cli-renderer</artifactId>
+      <version>${project.version}</version>
+      <classifier>host-resource</classifier>
+      <type>json</type>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>cli-renderer</artifactId>
+      <version>${project.version}</version>
+      <classifier>link-resource</classifier>
+      <type>json</type>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>cli-renderer</artifactId>
+      <version>${project.version}</version>
+      <classifier>external-resource</classifier>
+      <type>json</type>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>nemo-ui</artifactId>