Bump versions to 9.0.4-SNAPSHOT
[mdsal.git] / dom / mdsal-dom-inmemory-datastore / pom.xml
index 54483be60248ce85db4de88778fb718485c4962a..fa7cd2e8c702e713578805633bcc782fd22b0c36 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>8.0.1-SNAPSHOT</version>
+        <version>9.0.4-SNAPSHOT</version>
         <relativePath>../dom-parent</relativePath>
     </parent>
 
             <artifactId>yang-data-impl</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>osgi.core</artifactId>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-data-tree-ri</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-model-api</artifactId>
         </dependency>
 
         <dependency>