MPANTLR-7: Update to ANTLR 2.7.5

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@159771 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2005-04-02 14:06:34 +00:00
parent 713f50a963
commit 24fced0eb6
2 changed files with 5 additions and 2 deletions

View File

@ -21,7 +21,7 @@
<pomVersion>3</pomVersion>
<id>maven-antlr-plugin</id>
<name>Maven Antlr Plugin</name>
<currentVersion>1.2.1</currentVersion>
<currentVersion>1.2.2-SNAPSHOT</currentVersion>
<description/>
<shortDescription>Process Antlr grammars</shortDescription>
<url>http://maven.apache.org/reference/plugins/antlr/</url>
@ -93,7 +93,7 @@
<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
<version>2.7.2</version>
<version>2.7.5</version>
<properties>
<classloader>root</classloader>
</properties>

View File

@ -24,6 +24,9 @@
<author email="dion@multitask.com.au">dIon Gillard</author>
</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>
</release>
<release version="1.2.1" date="2004-07-10">
<action dev="brett" type="update">Update to commons-lang 2.0</action>
</release>