Move IdManager based VNI Carving to a centralized module
[genius.git] / features / odl-genius / pom.xml
index 5f5ac3bd937a687a147e49b7ece08ae095efbbaa..09db3aae79d1fcfdc8ae485dac178f7bb40e119d 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>3.1.3</version>
+    <version>4.0.2</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>odl-genius</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>feature</packaging>
   <name>OpenDaylight :: genius :: Impls</name>
 
   <!-- TODO Replace all <properties> by dependencyManagement <scope>import of respective upstream project -->
   <properties>
-    <openflowplugin.version>0.7.0-SNAPSHOT</openflowplugin.version>
-    <ovsdb.version>1.7.0-SNAPSHOT</ovsdb.version>
-    <infrautils.version>1.4.0-SNAPSHOT</infrautils.version>
-    <daexim.version>1.4.0-SNAPSHOT</daexim.version>
+    <openflowplugin.version>0.8.0-SNAPSHOT</openflowplugin.version>
+    <ovsdb.version>1.8.0-SNAPSHOT</ovsdb.version>
+    <infrautils.version>1.5.0-SNAPSHOT</infrautils.version>
+    <daexim.version>1.5.0-SNAPSHOT</daexim.version>
   </properties>
 
   <dependencyManagement>
@@ -53,7 +53,7 @@
     <dependency>
       <groupId>org.opendaylight.serviceutils</groupId>
       <artifactId>odl-serviceutils-srm</artifactId>
-      <version>0.2.0-SNAPSHOT</version>
+      <version>0.3.0-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.openflowplugin</groupId>
       <artifactId>odl-openflowplugin-southbound</artifactId>
-      <version>0.7.0-SNAPSHOT</version>
+      <version>0.8.0-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.openflowplugin</groupId>
       <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
-      <version>0.7.0-SNAPSHOT</version>
+      <version>0.8.0-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.openflowplugin</groupId>
       <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
-      <version>0.7.0-SNAPSHOT</version>
+      <version>0.8.0-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.genius</groupId>
-      <artifactId>resourcemanager-impl</artifactId>
+      <artifactId>networkutils</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <type>xml</type>
       <classifier>config</classifier>
     </dependency>
+    <dependency>
+      <!-- finalname="etc/opendaylight/datastore/initial/config/genius-network-config.xml" -->
+      <groupId>org.opendaylight.genius</groupId>
+      <artifactId>networkutils</artifactId>
+      <version>${project.version}</version>
+      <type>xml</type>
+      <classifier>config</classifier>
+    </dependency>
   </dependencies>
 </project>