Release mdsal
[mdsal.git] / model / iana / iana-if-type / pom.xml
index ab183b4b3351c7dd85b1d383bc40b625a195b70f..8941f4bc498f46f5c304ba2d990b36201a2f12cf 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
     <artifactId>iana-if-type</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>bundle</packaging>
 
     <name>${project.artifactId}</name>
             <artifactId>rfc8343</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.iana._if.type</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>