Bump versions to 6.0.3-SNAPSHOT
[yangtools.git] / yang / yang-parser-rfc7950 / pom.xml
index 79178a250bf8a73d7a6d08d890af88728d142038..2004e47c1fa6c31dba06b758ed19c3d6a6e78517 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.1-SNAPSHOT</version>
+        <version>6.0.3-SNAPHOST</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
 
     <build>
         <plugins>
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <argLine>@{argLine}
-                        --add-opens org.opendaylight.yangtools.yang.parser.rfc7950/org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path=ALL-UNNAMED
-                    </argLine>
-                </configuration>
-            </plugin>
             <plugin>
                 <!-- FIXME: why is this needed? -->
                 <groupId>org.codehaus.mojo</groupId>