Bump versions to 7.0.5-SNAPSHOT
[netconf.git] / model / rfc6241 / pom.xml
index 63ccb904fea9e862938ddb2bfa8589bae4cd4030..d388011fb3a2a9d7e4faf976aff4b80c21bcb1cb 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.5-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
             <artifactId>rfc6991-ietf-inet-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.netconf.rfc6241</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>