Refactor standard model placement
[netconf.git] / model / rfc8639 / pom.xml
similarity index 81%
rename from restconf/restconf-models/ietf-subscribed-notifications/pom.xml
rename to model/rfc8639/pom.xml
index 0bfb2dc70b9e73853a26655ba1af9a6b866cb65d..5e40640c40ad418ef3a348b8ebd158ba6db28f68 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-subscribed-notifications</artifactId>
+    <groupId>org.opendaylight.netconf.model</groupId>
+    <artifactId>rfc8639</artifactId>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
+    <description>RFC8639 Subscription to YANG Notifications</description>
 
     <dependencies>
         <dependency>
@@ -35,8 +37,8 @@
             <artifactId>rfc8529</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>ietf-netconf-acm</artifactId>
+            <groupId>org.opendaylight.netconf.model</groupId>
+            <artifactId>rfc8341</artifactId>
         </dependency>
     </dependencies>
 </project>