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/03/10 13:57:58 UTC

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

brett       2004/03/10 04:57:58

  Modified:    javacc   project.xml
               javacc/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.0
  
  Revision  Changes    Path
  1.4       +9 -2      maven-plugins/javacc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/javacc/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	7 Mar 2004 23:01:25 -0000	1.3
  +++ project.xml	10 Mar 2004 12:57:58 -0000	1.4
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,13 +18,12 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-javacc-plugin</id>
     <name>Maven Javacc Plugin</name>
  -  <currentVersion>1.0-SNAPSHOT</currentVersion>
  +  <currentVersion>1.0</currentVersion>
     <description/>
     <shortDescription>Process javacc/jtree grammars</shortDescription>
     <url>http://maven.apache.org/reference/plugins/javacc/</url>
  @@ -59,4 +59,11 @@
         <version>1.0-beta-1</version>
       </dependency>
     </dependencies>
  +  <versions>
  +    <version>
  +      <id>1.0</id>
  +      <name>1.0</name>
  +      <tag>MAVEN_JAVACC_1_0</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  
  1.3       +4 -7      maven-plugins/javacc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/javacc/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml	4 Mar 2004 18:35:58 -0000	1.2
  +++ changes.xml	10 Mar 2004 12:57:58 -0000	1.3
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,13 +23,9 @@
       <title>Changes</title>
       <author email="michal.maczka@dinatics.com">Michal Maczka</author>
     </properties>
  -
     <body>
  -    <release version="1.0" date="IN CVS">
  -      <action dev="michal" type="add">
  -        Initial release
  -      </action>
  +    <release version="1.0" date="2004-03-10">
  +      <action dev="michal" type="add">Initial release</action>
       </release>
     </body>
   </document>
  -
  
  
  

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