Bump versions to 7.0.2-SNAPSHOT
[netconf.git] / model / rfc8639 / pom.xml
index ef5267897c6aa6c88286596b367ac232847a9937..2b1977f08728af1d0506dfdaaa9ca24ca7e6082e 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.2-SNAPSHOT</version>
+        <version>7.0.2-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
     <description>RFC8639 Subscription to YANG Notifications</description>
 
     <dependencies>
+        <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>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8040</artifactId>
             <artifactId>rfc8341</artifactId>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.yang.gen.ietf.subscribed.notifications.rfc8639</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>