Bump odlparent to 7.0.2
[serviceutils.git] / upgrade / pom.xml
index 735c8de16fcea6721c547478b391c47af70c9755..513a8fee8d3cacd67753186de135240033ddf673 100644 (file)
@@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.serviceutils</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <relativePath>../commons/binding-parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.serviceutils</groupId>
   <artifactId>upgrade</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.9.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
@@ -35,8 +35,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>yang-binding</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>sal-binding-api</artifactId>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-dom-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-binding-api</artifactId>
+      <version>8.0.5</version>
+      <scope>compile</scope>
     </dependency>
   </dependencies>
   <build>