Release mdsal
[mdsal.git] / model / yang-ext / pom.xml
index deb01d5578bd93fa9c015e5dbf559464b4b436af..e0ceb687cefb0cf41a476f5d891307fe4309beb0 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>13.0.1</version>
         <relativePath>../../binding/binding-parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal.model</groupId>
     <artifactId>yang-ext</artifactId>
-    <version>2013.09.07.15.0-SNAPSHOT</version>
+    <version>2013.09.07.25.1</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.mdsal.model.yang.ext</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>