Upgrade upstream versions
[yangtools.git] / yang / yang-parser-impl / pom.xml
index 39c50703aff6d51f65b2a7a716309035a19af25b..e3a03c279f4587db3e1da64df75dc57c490aa1b7 100644 (file)
             <plugin>
                 <groupId>org.antlr</groupId>
                 <artifactId>antlr4-maven-plugin</artifactId>
-                <version>4.5.1</version>
+                <version>4.5.1-1</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>antlr4</goal>
+                        </goals>
+                    </execution>
+                </executions>
                 <configuration>
                     <sourceDirectory>src/main/antlr</sourceDirectory>
                     <outputDirectory>target/generated-sources/parser/org/opendaylight/yangtools/antlrv4/code/gen</outputDirectory>