Refactor standard model placement
[netconf.git] / netconf / models / ietf-netconf-monitoring-extension / pom.xml
index 0e8f7f15d9330b4b22e4316f8ed530c98cc400be..30749d29fc82cf168bf1c055584eaca1e03d5cae 100644 (file)
   <parent>
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
-    <relativePath>../../netconf-parent</relativePath>
+    <version>4.0.0-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.netconf</groupId>
   <artifactId>ietf-netconf-monitoring-extension</artifactId>
-  <version>1.6.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>bundle</packaging>
 
   <dependencies>
     <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>ietf-netconf-monitoring</artifactId>
-      <version>${project.version}</version>
+      <groupId>org.opendaylight.netconf.model</groupId>
+      <artifactId>rfc6022</artifactId>
     </dependency>
   </dependencies>
 </project>