You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/05/16 05:06:03 UTC

cvs commit: maven-plugins/antlr/xdocs changes.xml

brett       2004/05/15 20:06:03

  Modified:    antlr    project.xml
               antlr/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.2
  
  Revision  Changes    Path
  1.33      +6 -1      maven-plugins/antlr/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/antlr/project.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- project.xml	11 May 2004 15:36:23 -0000	1.32
  +++ project.xml	16 May 2004 03:06:03 -0000	1.33
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-antlr-plugin</id>
     <name>Maven Antlr Plugin</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</currentVersion>
     <description/>
     <shortDescription>Process Antlr grammars</shortDescription>
     <url>http://maven.apache.org/reference/plugins/antlr/</url>
  @@ -39,6 +39,11 @@
         <id>1.1</id>
         <name>1.1</name>
         <tag>MAVEN_ANTLR_1_1</tag>
  +    </version>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>MAVEN_ANTLR_1_2</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.11      +8 -23     maven-plugins/antlr/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/antlr/xdocs/changes.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- changes.xml	4 Mar 2004 17:59:13 -0000	1.10
  +++ changes.xml	16 May 2004 03:06:03 -0000	1.11
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,32 +23,16 @@
       <title>Changes</title>
       <author email="dion@multitask.com.au">dIon Gillard</author>
     </properties>
  -
     <body>
  -    <release version="1.2" date="in CVS">
  -    </release>
  -
  +    <release version="1.2" date="2004-05-15"></release>
       <release version="1.1" date="2003-09-29">
  -      <action dev="dion" type="update">
  -        update to commons-lang 1.0.1
  -      </action>
  -      <action dev="vmassol" type="fix" issue="MPANTLR-1">
  -        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).
  -      </action>
  -      <action dev="dion" type="add">
  -        Added documentation for navigation, changes, properties and goals
  -      </action>
  -      <action dev="bwalding" type="update">
  -        Can now use maven.antlr.target.dir to set where generated files are placed. Defaults to ${maven.build.dir}/antlr
  -      </action>
  +      <action dev="dion" type="update">update to commons-lang 1.0.1</action>
  +      <action dev="vmassol" type="fix" issue="MPANTLR-1">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).</action>
  +      <action dev="dion" type="add">Added documentation for navigation, changes, properties and goals</action>
  +      <action dev="bwalding" type="update">Can now use maven.antlr.target.dir to set where generated files are placed. Defaults to ${maven.build.dir}/antlr</action>
       </release>
  -
       <release version="1.0" date="2002-07-16">
  -      <action dev="jvanzyl" type="add">
  -        Original release for Maven 1.0-beta6
  -      </action>
  +      <action dev="jvanzyl" type="add">Original release for Maven 1.0-beta6</action>
       </release>
     </body>
   </document>
  -
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org