Release mdsal
[mdsal.git] / model / ietf / rfc8345-ietf-network-topology-state / pom.xml
index 097426ef84d10f22856be5cf8f89293f3df14828..75061ed3d3aaa4d1be59b5ad749c89cc6cdef4d8 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>5.0.6-SNAPSHOT</version>
+        <version>13.0.1</version>
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
     <artifactId>rfc8345-ietf-network-topology-state</artifactId>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>13.0.1</version>
     <packaging>bundle</packaging>
 
     <name>${project.artifactId}</name>
     <description>RFC8345 ietf-network-topology for non-NMDA</description>
 
     <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8345-ietf-network</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8345-ietf-network-state</artifactId>
             <artifactId>rfc8345-ietf-network-topology</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.network.topology.state.rfc8345</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>