Minimize antlr configuration
[yangtools.git] / yang / yang-xpath-impl / pom.xml
index 3c3cb925b4400dc2d798259a975ec66db736b980..e0b6fb3d9b54e27e9e89492659d6554fc9cbadab 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>4.0.2-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-impl</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath parser</description>
 
     <properties>
-        <!-- FIXME: workaround for MJAVADOC-586 -->
-        <maven.compiler.release>8</maven.compiler.release>
-
         <!-- FIXME: antlr-generated code does not pass SB -->
         <odlparent.spotbugs.enforce>false</odlparent.spotbugs.enforce>
     </properties>
@@ -75,9 +72,6 @@
                     </execution>
                 </executions>
                 <configuration>
-                    <sourceDirectory>src/main/antlr</sourceDirectory>
-                    <outputDirectory>${project.build.directory}/generated-sources/antlr/org/opendaylight/yangtools/yang/xpath/impl</outputDirectory>
-                    <visitor>false</visitor>
                     <listener>false</listener>
                 </configuration>
             </plugin>