Bump versions to 5.0.5-SNAPSHOT
[netconf.git] / restconf / restconf-common-models / pom.xml
index a5b1317ebc51fea49ecffacc72f17c1fd8064423..35d9ff52c7863056e5b04ba57cf277aad2b4c298 100644 (file)
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.mdsal</groupId>
-    <artifactId>binding-parent</artifactId>
-    <version>0.13.0-SNAPSHOT</version>
-    <relativePath/>
+    <groupId>org.opendaylight.netconf</groupId>
+    <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.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>