Do not use ListenerRegistration
[mdsal.git] / model / ietf / rfc8776-ietf-te-packet-types / pom.xml
index b00ee45e585e59e93b1aa566a36f1a44a59ed564..26d9c4c577a2afa956fd38cd305bcec334ce1654 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>14.0.0-SNAPSHOT</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
     <artifactId>rfc8776-ietf-te-packet-types</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>14.0.0-SNAPSHOT</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>