Bump versions to 2.0.1-SNAPSHOT
[netconf.git] / restconf / restconf-models / ietf-restconf / pom.xml
index b51dbb591b18aab51d148ab3df728e3017f30309..1f1dde63a2eada12616bbc0ef680828d9e49368c 100644 (file)
 
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>restconf-parent</artifactId>
-        <version>1.12.0-SNAPSHOT</version>
-        <relativePath>../../restconf-parent</relativePath>
+        <artifactId>netconf-parent</artifactId>
+        <version>2.0.1-SNAPSHOT</version>
+        <relativePath>../../../parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.netconf</groupId>
     <artifactId>ietf-restconf</artifactId>
-    <version>1.12.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991</artifactId>
-        </dependency>
-    </dependencies>
 </project>