Refactor standard model placement
[netconf.git] / model / rfc6243 / pom.xml
similarity index 74%
rename from netconf/models/ietf-netconf-with-defaults/pom.xml
rename to model/rfc6243/pom.xml
index 48ac2a8201f0f0bd533e684ff503b0b2987c1f1a..5e28f16b02620ce93a8655b0e157c70fdbb16b85 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-with-defaults</artifactId>
+    <groupId>org.opendaylight.netconf.model</groupId>
+    <artifactId>rfc6243</artifactId>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
+    <description>RFC6243 With-defaults Capability for NETCONF</description>
 
     <dependencies>
         <dependency>
-            <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>ietf-netconf</artifactId>
+            <groupId>org.opendaylight.netconf.model</groupId>
+            <artifactId>rfc6241</artifactId>
         </dependency>
     </dependencies>
 </project>