Release mdsal
[mdsal.git] / binding / yang-binding / pom.xml
index b82408bdd518c21303cd9ec060e8a78b5e5edc1e..9dcc83c04387ee72e7b15543e23221ea0924a365 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>5.0.3-SNAPSHOT</version>
+        <version>6.0.10</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
     <artifactId>yang-binding</artifactId>
-    <version>3.0.3-SNAPSHOT</version>
+    <version>6.0.10</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>Java binding for YANG</description>
             <artifactId>guava</artifactId>
         </dependency>
     </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.binding</Automatic-Module-Name>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>