Release netconf
[netconf.git] / restconf / restconf-models / ietf-restconf-monitoring / pom.xml
index 0c2eda0d66139d9f445a964629af4ae83f93ba81..91a9cc58d4d63e1db937a5e7a783502c9ea43fab 100644 (file)
 
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>restconf-parent</artifactId>
-        <version>1.13.3-SNAPSHOT</version>
-        <relativePath>../../restconf-parent</relativePath>
+        <artifactId>netconf-parent</artifactId>
+        <version>3.0.7</version>
+        <relativePath>../../../parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.netconf</groupId>
     <artifactId>ietf-restconf-monitoring</artifactId>
-    <version>1.13.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
 
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991</artifactId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-yang-types</artifactId>
         </dependency>
     </dependencies>
 </project>