Bump odlparent 2.0.4 to 2.0.5
[controller.git] / features / mdsal / odl-mdsal-distributed-datastore / pom.xml
index 9ff7adf0435c3630da96d94c5470720f2ad19507..3cef85713449960ed1b03f6d0247bff4542e0cfd 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>2.0.5</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>odl-mdsal-distributed-datastore</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <dependencyManagement>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>1.5.0-SNAPSHOT</version>
+                <version>1.7.0-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>cds-access-client</artifactId>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>cds-dom-api</artifactId>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>sal-distributed-datastore</artifactId>
@@ -69,4 +73,4 @@
             <artifactId>sal-cluster-admin-impl</artifactId>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>