Release mdsal
[mdsal.git] / model / ietf / rfc8776-ietf-te-packet-types / pom.xml
index 4fa7b5eba413ea60ac0773e469dae0ba97c7c5de..3b154ca7d67081ce66ab39650e14e9a776098833 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>9.0.3-SNAPSHOT</version>
+        <version>13.0.1</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
     <artifactId>rfc8776-ietf-te-packet-types</artifactId>
-    <version>9.0.3-SNAPSHOT</version>
+    <version>13.0.1</version>
     <packaging>bundle</packaging>
 
     <name>${project.artifactId}</name>
             <artifactId>rfc8776-ietf-te-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.te.packet.types.rfc8776</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>