Refactor standard model placement
[netconf.git] / model / rfc6241 / pom.xml
similarity index 82%
rename from netconf/models/ietf-netconf/pom.xml
rename to model/rfc6241/pom.xml
index 4172b980fc516b75f225e7238e3c9ca2d03e85a5..afea66f0773a0815f8edf16a9e48f0680d392100 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</artifactId>
+    <groupId>org.opendaylight.netconf.model</groupId>
+    <artifactId>rfc6241</artifactId>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
+    <description>RFC6241 Network Configuration Protocol (NETCONF)</description>
 
     <dependencies>
         <dependency>