[MPJAVACC-7] Update to JavaCC 4.0. Next version will be 1.3.

Submitted by: Dion Gillard


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@600445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2007-12-03 08:32:27 +00:00
parent d5e508001f
commit 9ab2bc56ba
2 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-javacc-plugin</id>
<name>Maven Javacc Plugin</name>
<currentVersion>1.2.1-SNAPSHOT</currentVersion>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<description/>
<shortDescription>Process javacc/jtree grammars</shortDescription>
<versions>
@ -59,7 +59,7 @@
<dependency>
<groupId>javacc</groupId>
<artifactId>javacc</artifactId>
<version>3.2</version>
<version>4.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>

View File

@ -23,7 +23,8 @@
<author email="michal.maczka@dinatics.com">Michal Maczka</author>
</properties>
<body>
<release version="1.2.1-SNAPSHOT" date="in SVN">
<release version="1.3-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="update" issue="MPJAVACC-7" due-to="Dion Gillard">Update to JavaCC 4.0.</action>
<action dev="ltheussl" type="fix" issue="MPJAVACC-6" due-to="Dion Gillard">Documentation is missing for package parameters.</action>
<action dev="aheritier" type="update" issue="MAVEN-1803">Upgrade plexus-utils to version 1.0.5</action>
</release>