Bump version odlparent->6.0.0,mdsal->5.0.3
[genius.git] / features / odl-genius-fcaps-framework / pom.xml
index 25a56b0856da08becea27c745b156b4872f0e5b4..16e1bef8a6917556b45cf13a88cbd2a0914e262f 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>3.1.2</version>
+    <version>6.0.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>odl-genius-fcaps-framework</artifactId>
-  <version>0.5.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.8.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>