Bump antlr4 to 4.7 42/58942/3
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 14 Jun 2017 12:05:48 +0000 (14:05 +0200)
committerRobert Varga <nite@hq.sk>
Wed, 14 Jun 2017 18:04:36 +0000 (18:04 +0000)
https://github.com/antlr/antlr4/releases/tag/4.6
https://github.com/antlr/antlr4/releases/tag/4.7

Change-Id: I0600e2fe5914a966cf0cb8528f853285de83d490
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-data-impl/pom.xml
yang/yang-parser-impl/pom.xml

index 38b50e8aa81882352924a05c36d2f17a05320044..b387098022590280fe9880459463d31b2be806f9 100644 (file)
@@ -39,7 +39,7 @@
             <plugin>
                 <groupId>org.antlr</groupId>
                 <artifactId>antlr4-maven-plugin</artifactId>
-                <version>4.5.3</version>
+                <version>4.7</version>
                 <executions>
                     <execution>
                         <goals>
         <dependency>
             <groupId>org.antlr</groupId>
             <artifactId>antlr4-runtime</artifactId>
-            <version>4.5.3</version>
+            <version>4.7</version>
         </dependency>
     </dependencies>
 
index 60fc5c4bfe0d45a096897b5594b09c8082350ef4..ee41b11f2c4f1e1571fc0b458fd800998ac149e9 100644 (file)
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>org.antlr</groupId>
             <artifactId>antlr4-runtime</artifactId>
-            <version>4.5.3</version>
+            <version>4.7</version>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
@@ -91,7 +91,7 @@
             <plugin>
                 <groupId>org.antlr</groupId>
                 <artifactId>antlr4-maven-plugin</artifactId>
-                <version>4.5.3</version>
+                <version>4.7</version>
                 <executions>
                     <execution>
                         <goals>
                 </configuration>
             </plugin>
         </plugins>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.eclipse.m2e</groupId>
-                    <artifactId>lifecycle-mapping</artifactId>
-                    <version>1.0.0</version>
-                    <configuration>
-                        <lifecycleMappingMetadata>
-                            <pluginExecutions>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>org.antlr</groupId>
-                                        <artifactId>antlr4-maven-plugin</artifactId>
-                                        <versionRange>[4.0,)</versionRange>
-                                        <goals>
-                                            <goal>antlr4</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <execute />
-                                    </action>
-                                </pluginExecution>
-                            </pluginExecutions>
-                        </lifecycleMappingMetadata>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
     </build>
 
   <!--