Bump odlparent to 5.0.2
[genius.git] / features / odl-genius / pom.xml
index 1900665d76ed138cf6450c7cf0584d2ac5beb432..5e43f0753af47b99e54abd5e433145ab451f734b 100644 (file)
@@ -6,29 +6,28 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
  -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>single-feature-parent</artifactId>
-    <version>3.0.2</version>
-    <relativePath />
+    <version>5.0.2</version>
+    <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>odl-genius</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.8.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.6.0-SNAPSHOT</openflowplugin.version>
-    <ovsdb.version>1.6.0-SNAPSHOT</ovsdb.version>
-    <infrautils.version>1.3.0-SNAPSHOT</infrautils.version>
-    <daexim.version>1.3.0-SNAPSHOT</daexim.version>
+    <openflowplugin.version>0.10.0-SNAPSHOT</openflowplugin.version>
+    <ovsdb.version>1.10.0-SNAPSHOT</ovsdb.version>
+    <infrautils.version>1.7.0-SNAPSHOT</infrautils.version>
+    <daexim.version>1.7.0-SNAPSHOT</daexim.version>
   </properties>
 
   <dependencyManagement>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.serviceutils</groupId>
+      <artifactId>odl-serviceutils-srm</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+      <type>xml</type>
+      <classifier>features</classifier>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>odl-infrautils-diagstatus</artifactId>
     <dependency>
       <groupId>org.opendaylight.openflowplugin</groupId>
       <artifactId>odl-openflowplugin-southbound</artifactId>
-      <version>${openflowplugin.version}</version>
+      <version>0.10.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.10.0-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.openflowplugin</groupId>
-      <artifactId>odl-openflowplugin-flow-services</artifactId>
-      <version>${openflowplugin.version}</version>
+      <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
       <artifactId>arputil-impl</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.genius</groupId>
+      <artifactId>ipv6util-impl</artifactId>
+      <version>${project.version}</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.genius</groupId>
       <artifactId>alivenessmonitor-impl</artifactId>
       <artifactId>interfacemanager-impl</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.genius</groupId>
+      <artifactId>cloudscaler-impl</artifactId>
+      <version>${project.version}</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.genius</groupId>
       <artifactId>interfacemanager-shell</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.genius</groupId>
-      <artifactId>resourcemanager-impl</artifactId>
+      <artifactId>networkutils</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <classifier>config</classifier>
     </dependency>
     <dependency>
+      <!-- finalname="etc/opendaylight/datastore/initial/config/genius-network-config.xml" -->
       <groupId>org.opendaylight.genius</groupId>
-      <artifactId>srm-impl</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.genius</groupId>
-      <artifactId>srm-shell</artifactId>
+      <artifactId>networkutils</artifactId>
       <version>${project.version}</version>
+      <type>xml</type>
+      <classifier>config</classifier>
     </dependency>
   </dependencies>
 </project>