Release mdsal
[mdsal.git] / model / ietf / rfc8349-ietf-routing / pom.xml
index f0c2b0f7cadbebe57688cebf7851fc6217e19bfb..5603aa722571fd510bd5936a90621311e80a707d 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>13.0.1</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
     <artifactId>rfc8349-ietf-routing</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>13.0.1</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.ietf.routing.rfc8349</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>