Release mdsal
[mdsal.git] / model / ietf / rfc8776-ietf-te-types / pom.xml
index b4d89cd5b3f78f84ea770dc3062c11da0c48dab0..e147f954ff98a75e6116efe547436b91e785975a 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>11.0.7-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
             <artifactId>rfc8294-ietf-routing-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.types.rfc8776</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>