Bump versions to 5.0.5-SNAPSHOT
[netconf.git] / restconf / restconf-common-models / pom.xml
index e258495daf3943dec411330235c2e2834015a67c..35d9ff52c7863056e5b04ba57cf277aad2b4c298 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>5.0.5-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.netconf</groupId>
   <artifactId>restconf-common-models</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-ietf-inet-types</artifactId>
+     </dependency>
+  </dependencies>
 </project>