Refactor standard model placement
[netconf.git] / model / rfc8526 / pom.xml
similarity index 83%
rename from netconf/models/ietf-netconf-nmda/pom.xml
rename to model/rfc8526/pom.xml
index d2475fbdcce0438ebd806a607050e08c7f2347cf..bd9f0e94b2d5eb64e204b8ed835b20df45c79b7e 100644 (file)
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
         <version>4.0.0-SNAPSHOT</version>
-        <relativePath>../../../parent</relativePath>
+        <relativePath>../../parent</relativePath>
     </parent>
 
-    <artifactId>ietf-netconf-nmda</artifactId>
+    <groupId>org.opendaylight.netconf.model</groupId>
+    <artifactId>rfc8526</artifactId>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
+    <description>RFC8526 NETCONF Extensions to Support NMDA</description>
 
     <dependencies>
         <dependency>
@@ -38,8 +40,8 @@
             <artifactId>rfc8342-ietf-origin</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>ietf-netconf-with-defaults</artifactId>
+            <groupId>org.opendaylight.netconf.model</groupId>
+            <artifactId>rfc6243</artifactId>
         </dependency>
     </dependencies>
 </project>