Bump versions to 6.0.2-SNAPSHOT
[mdsal.git] / dom / mdsal-dom-spi / pom.xml
index 5acac6e2e5167b43f92a57bdc5c95b99824d487c..5ab464f7a9531ad7f859c1fa39384f3bc842a7f8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>6.0.2-SNAPSHOT</version>
         <relativePath>../dom-parent</relativePath>
     </parent>
 
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-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>
+                    <instructions>
+                        <Automatic-Module-Name>org.opendaylight.mdsal.dom.spi</Automatic-Module-Name>
+                    </instructions>
                 </configuration>
             </plugin>
         </plugins>