Bump versions to 4.0.11-SNAPSHOT
[yangtools.git] / yang / yang-model-export / pom.xml
index c497b180e40e08d8a6dcfc93109ca8cf41059afe..c98143272ff7d962185f2d0fc6312e95114aac94 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>2.1.2-SNAPSHOT</version>
+        <version>4.0.11-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Import-Package>!javax.annotation,*</Import-Package>
+                        <Automatic-Module-Name>org.opendaylight.yangtools.yang.model.export</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>
         </plugins>
     </build>
 </project>