You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/06/13 05:19:51 UTC

ant git commit: Sync version of ANTLR with libraries.properties

Repository: ant
Updated Branches:
  refs/heads/master db50cdc64 -> e9f23d52a


Sync version of ANTLR with libraries.properties

Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/e9f23d52
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/e9f23d52
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/e9f23d52

Branch: refs/heads/master
Commit: e9f23d52ad4b6a01a191468cc78ba0c87062ede4
Parents: db50cdc
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Wed Jun 13 07:19:36 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Wed Jun 13 07:19:36 2018 +0200

----------------------------------------------------------------------
 src/etc/poms/ant-antlr/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/e9f23d52/src/etc/poms/ant-antlr/pom.xml
----------------------------------------------------------------------
diff --git a/src/etc/poms/ant-antlr/pom.xml b/src/etc/poms/ant-antlr/pom.xml
index 61c5ed7..e2d2a6a 100644
--- a/src/etc/poms/ant-antlr/pom.xml
+++ b/src/etc/poms/ant-antlr/pom.xml
@@ -46,10 +46,9 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <!-- add a dependency with antlr 2.7.2 consistent with libraries.properties antlr 2.7.6 is also available on ibiblio-->
       <groupId>antlr</groupId>
       <artifactId>antlr</artifactId>
-      <version>2.7.2</version>
+      <version>2.7.7</version>
       <optional>true</optional>
       <scope>runtime</scope>
     </dependency>