Release netconf
[netconf.git] / model / rfc8040-ietf-restconf-monitoring / pom.xml
index 83e5fcc77d66d9afef640175760d1912db54a354..9f413a7f4b9a4600794dd31edaee1cc010de5fd3 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>7.0.2</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
             <artifactId>rfc6991-ietf-yang-types</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.restconf.monitoring.rfc8040</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>