Bump versions to 7.0.6-SNAPSHOT
[netconf.git] / model / rfc7407-ietf-x509-cert-to-name / pom.xml
index 0d6d4556136ab3a6b9aa32c41e8f2f60c5f16788..10a5e0e126ceb216c2bd99ed24f2c814af773a58 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.6-SNAPSHOT</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.x509.cert.to.name.rfc7407</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>