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:15:20 UTC

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

brett       2004/05/15 19:15:20

  Modified:    simian   project.xml
               simian/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.4
  
  Revision  Changes    Path
  1.34      +6 -1      maven-plugins/simian/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/simian/project.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- project.xml	16 May 2004 01:35:48 -0000	1.33
  +++ project.xml	16 May 2004 02:15:20 -0000	1.34
  @@ -22,7 +22,7 @@
     <extend>../plugin-parent/project.xml</extend>
     <id>maven-simian-plugin</id>
     <name>Maven Simian Plugin</name>
  -  <currentVersion>1.4-SNAPSHOT</currentVersion>
  +  <currentVersion>1.4</currentVersion>
     <description>Simian Plugin for Maven</description>
     <shortDescription>Simian Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/simian/</url>
  @@ -39,6 +39,11 @@
         <id>1.3</id>
         <name>1.3</name>
         <tag>MAVEN_SIMIAN_1_3</tag>
  +    </version>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>MAVEN_SIMIAN_1_4</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.21      +2 -5      maven-plugins/simian/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/simian/xdocs/changes.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- changes.xml	30 Apr 2004 14:38:43 -0000	1.20
  +++ changes.xml	16 May 2004 02:15:20 -0000	1.21
  @@ -25,11 +25,8 @@
       <author email="maurice@maguyane.net">Maurice Montg?nie</author>
     </properties>
     <body>
  -    <release version="1.4" date="in CVS">
  -      <action dev="vmassol" type="fix">
  -        Gracefully inform users when the plugin is executed on a project
  -        with no source.
  -      </action>
  +    <release version="1.4" date="2004-05-15">
  +      <action dev="vmassol" type="fix">Gracefully inform users when the plugin is executed on a project with no source.</action>
         <action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
       </release>
       <release version="1.3" date="2004-03-10">
  
  
  

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