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

View File

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