Bump versions to 6.0.13-SNAPSHOT
[yangtools.git] / yang / yang-parser-reactor / pom.xml
index 7e65d40b7295a869d3f95d061466f81f3571e671..aefae5f1d1741aa3a87ad0f3a68a2349dbb6454d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>6.0.13-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
             <artifactId>yang-model-util</artifactId>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <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>
-        </plugins>
-    </build>
-
 </project>