Bump versions to 4.0.11-SNAPSHOT
[yangtools.git] / yang / yang-data-api / pom.xml
index 415be8428fcca7866cb5446030c465271dc01453..9f85235eab8e2ce89a4fe9097c0cb9d78d22fbfa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>4.0.11-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
                 <configuration>
                     <instructions>
                         <Automatic-Module-Name>org.opendaylight.yangtools.yang.data.api</Automatic-Module-Name>
-                        <Import-Package>!javax.annotation,*</Import-Package>
                     </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>