diff --git a/antlr/project.xml b/antlr/project.xml index ac819740..c0185c43 100644 --- a/antlr/project.xml +++ b/antlr/project.xml @@ -5,7 +5,7 @@ 3 maven-antlr-plugin Maven Antlr Plugin - 1.1 + 1.1-SNAPSHOT Java Project Management Tools http://maven.apache.org/reference/plugins/antlr/ @@ -15,6 +15,15 @@ http://cvs.apache.org/viewcvs/maven/src/plugins-build/antlr/ + + Vincent Massol + vmassol + vmassol@pivolis.com + Pivolis + + Developer + + dIon Gillard dion @@ -46,7 +55,8 @@ - ant + ant + ant 1.5.1 root @@ -61,16 +71,17 @@ - commons-lang + commons-lang + commons-lang 1.0-b1.1 root.maven - antlr - 2.7.1 - antlrall-2.7.1.jar + antlr + antlr + 2.7.2 root diff --git a/antlr/xdocs/changes.xml b/antlr/xdocs/changes.xml index 8664acb6..4420400f 100644 --- a/antlr/xdocs/changes.xml +++ b/antlr/xdocs/changes.xml @@ -7,6 +7,12 @@ + + Upgraded version of Antlr used to 2.7.2, so that this plugin plays + well with the Checkstyle plugin (which requires Antlr 2.7.2). This + fixes bug + MAVEN-484. + Added documentation for navigation, changes, properties and goals