Bump versions to 13.0.2-SNAPSHOT
[mdsal.git] / model / ietf / rfc8542-ietf-dc-fabric-types / pom.xml
index a232b26f8e2320c3ae34223622f259f88b516cdc..8a6ebc3c8c7557a881c476272a14cc8750d55d2c 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.2-SNAPSHOT</version>
+        <version>13.0.2-SNAPSHOT</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
     <artifactId>rfc8542-ietf-dc-fabric-types</artifactId>
-    <version>7.0.2-SNAPSHOT</version>
+    <version>13.0.2-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>${project.artifactId}</name>
             <artifactId>rfc8345-ietf-network</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.dc.fabric.types.rfc8542</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>