Release netconf
[netconf.git] / restconf / restconf-common-models / pom.xml
index 1d7a42134e4856f10557f3fd8bf6524bc026da3f..ff1290bd4e406ced4f799b996099caf74d1029b5 100644 (file)
 
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
-    <artifactId>restconf-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
-    <relativePath>../restconf-parent</relativePath>
+    <artifactId>netconf-parent</artifactId>
+    <version>5.0.4</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.netconf</groupId>
   <artifactId>restconf-common-models</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>${project.artifactId}</name>
 
+  <dependencies>
+     <dependency>
+       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+       <artifactId>rfc6991-ietf-inet-types</artifactId>
+     </dependency>
+  </dependencies>
 </project>