Release netconf
[netconf.git] / model / rfc8526 / pom.xml
index 0856219ce29b99240ca26f0e63dbcb75e2e91414..35d0d86b4b2b9b9b0e3fc626b847348d227a4306 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>7.0.1</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
             <artifactId>rfc6243</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.netconf.nmda.rfc8526</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>