Release mdsal
[mdsal.git] / binding / yang-binding / pom.xml
index 04cbec11e658cf082bc726cb6aac0c5016302482..9dcc83c04387ee72e7b15543e23221ea0924a365 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>4.0.4-SNAPSHOT</version>
+        <version>6.0.10</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
     <artifactId>yang-binding</artifactId>
-    <version>2.0.4-SNAPSHOT</version>
+    <version>6.0.10</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>Java binding for YANG</description>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Import-Package>!javax.annotation,*</Import-Package>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.binding</Automatic-Module-Name>
                     </instructions>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>com.github.spotbugs</groupId>
-                <artifactId>spotbugs-maven-plugin</artifactId>
-                <configuration>
-                    <failOnError>true</failOnError>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
 </project>