Migrated models to use MD-SAL provided code.
[mdsal.git] / model / ietf / ietf-restconf / pom.xml
index 7333f2d409311213528e8bceb5f3468bbd7f7365..26aa887f2cbbb1c3ac82b1f4696300bd37c33ccd 100644 (file)
 
     <parent>
         <artifactId>model-ietf</artifactId>
-        <groupId>org.opendaylight.yangtools.model</groupId>
-        <version>0.6.2-SNAPSHOT</version>
+        <groupId>org.opendaylight.mdsal.model</groupId>
+        <version>0.8.0-SNAPSHOT</version>
     </parent>
 
+
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-restconf</artifactId>
-    <version>2013.09.04.1-SNAPSHOT</version>
+    <version>2013.10.19.8-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
@@ -31,9 +32,8 @@
         <dependency>
             <groupId>org.opendaylight.yangtools.model</groupId>
             <artifactId>ietf-yang-types-20130715</artifactId>
-            <version>2013.07.15.1-SNAPSHOT</version>
         </dependency>
-        
+
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>