Refactor standard model placement
[netconf.git] / netconf / models / ietf-netconf-monitoring-extension / pom.xml
index 6a92f295f184cd86030109ce3324434ae2d7fa3f..30749d29fc82cf168bf1c055584eaca1e03d5cae 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>2.0.8-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
@@ -22,8 +22,8 @@
 
   <dependencies>
     <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>ietf-netconf-monitoring</artifactId>
+      <groupId>org.opendaylight.netconf.model</groupId>
+      <artifactId>rfc6022</artifactId>
     </dependency>
   </dependencies>
 </project>