PR: MPANTLR-8

Update to ANTLR 2.7.6.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@399962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2006-05-05 04:53:42 +00:00
parent a8e2d5e9d1
commit 25d06cc96c
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@
<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
<version>2.7.5</version>
<version>2.7.6</version>
<properties>
<classloader>root</classloader>
</properties>

View File

@@ -25,7 +25,7 @@
</properties>
<body>
<release version="1.2.2-SNAPSHOT" date="in SVN">
<action dev="vmassol" type="update" issue="MPANTLR-7">Update to ANTLR 2.7.5</action>
<action dev="ltheussl" type="update" issue="MPANTLR-8">Update to ANTLR 2.7.6.</action>
</release>
<release version="1.2.1" date="2004-07-10">
<action dev="brett" type="update">Update to commons-lang 2.0</action>