Refactor standard model placement
[netconf.git] / model / rfc5277 / pom.xml
similarity index 72%
rename from netconf/models/ietf-netconf-notifications/pom.xml
rename to model/rfc5277/pom.xml
index 9164b6d370b6e401489b8f0a0ef0b7c1a83fe318..cb0b6026be2295668ed12ac7dac8a1b0634b7d2d 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-notifications</artifactId>
+  <groupId>org.opendaylight.netconf.model</groupId>
+  <artifactId>rfc5277</artifactId>
   <name>${project.artifactId}</name>
   <packaging>bundle</packaging>
+  <description>RFC5277 NETCONF Event Notifications</description>
 
   <dependencies>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>ietf-netconf</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-      <artifactId>rfc6991-ietf-inet-types</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc6991-ietf-yang-types</artifactId>