Bump version odlparent->6.0.0,mdsal->5.0.3
[genius.git] / features / odl-genius-fcaps-framework / pom.xml
index bac457f4d1c02c1c8844c895eee377565658ffa2..16e1bef8a6917556b45cf13a88cbd2a0914e262f 100644 (file)
@@ -6,31 +6,43 @@
  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>6.0.0</version>
+    <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>odl-genius-fcaps-framework</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>feature</packaging>
   <name>OpenDaylight :: genius :: fcapsframework</name>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.opendaylight.infrautils</groupId>
+        <artifactId>infrautils-artifacts</artifactId>
+        <version>1.7.0-SNAPSHOT</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <dependencies>
+    <!-- Upstream features -->
     <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>odl-mdsal-broker</artifactId>
-      <version>1.7.0-SNAPSHOT</version>
-      <type>xml</type>
+      <groupId>org.opendaylight.infrautils</groupId>
+      <artifactId>odl-infrautils-utils</artifactId>
       <classifier>features</classifier>
-    </dependency>
+      <type>xml</type>
+   </dependency>
+
     <!-- Bundles from this project -->
     <dependency>
       <groupId>org.opendaylight.genius</groupId>