Bump versions to 13.0.1-SNAPSHOT
[mdsal.git] / model / ietf / rfc8343 / pom.xml
index cbc7db8cb48960e869d7a7a5384abe41d3d81814..9cdff7eebf57fc9d4e0d775b9f261941c4153b52 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>8.0.0-SNAPSHOT</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
     <artifactId>rfc8343</artifactId>
-    <version>8.0.0-SNAPSHOT</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>${project.artifactId}</name>
             <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.interfaces.rfc8343</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>