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 04:39:49 UTC

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

brett       2004/05/15 19:39:49

  Modified:    clean    project.xml
               clean/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.2
  
  Revision  Changes    Path
  1.14      +6 -1      maven-plugins/clean/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clean/project.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.xml	16 May 2004 01:35:46 -0000	1.13
  +++ project.xml	16 May 2004 02:39:49 -0000	1.14
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-clean-plugin</id>
     <name>Maven Clean Plugin</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</currentVersion>
     <description/>
     <shortDescription>Clean plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/clean/</url>
  @@ -38,6 +38,11 @@
         <id>1.1</id>
         <name>1.1</name>
         <tag>MAVEN_CLEAN_1_1</tag>
  +    </version>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>MAVEN_CLEAN_1_2</tag>
       </version>
     </versions>
     <developers/>
  
  
  
  1.8       +7 -18     maven-plugins/clean/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clean/xdocs/changes.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changes.xml	2 May 2004 13:37:24 -0000	1.7
  +++ changes.xml	16 May 2004 02:39:49 -0000	1.8
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,27 +23,15 @@
       <title>Changes</title>
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
  -
     <body>
  -    <release version="1.2-SNAPSHOT" 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="fix">
  -        Remove clean:classes and clean:docs goals, as they are in an inappropriate place
  -      </action>
  -      <action dev="dion" type="fix" due-to="gabriel">
  -        Apply docs patch, fix bad code in the clean:classes and clean:docs goals
  -      </action>
  +      <action dev="dion" type="fix">Remove clean:classes and clean:docs goals, as they are in an inappropriate place</action>
  +      <action dev="dion" type="fix" due-to="gabriel">Apply docs patch, fix bad code in the clean:classes and clean:docs goals</action>
       </release>
       <release version="1.0" date="Unknown">
  -      <action dev="evenisse" type="add">
  -        Add clean:classes and clean:docs goals.
  -      </action>
  -      <action dev="evenisse" type="add">
  -        Initial plugin created. Goals are moved from java plugin.
  -      </action>
  +      <action dev="evenisse" type="add">Add clean:classes and clean:docs goals.</action>
  +      <action dev="evenisse" type="add">Initial plugin created. Goals are moved from java plugin.</action>
       </release>
  -    
     </body>
   </document>
  -
  
  
  

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