dion        2004/08/08 18:25:47

  Modified:    scm      plugin.jelly project.xml
               scm/xdocs changes.xml
  Log:
  Fix MPSCM-25
  
  Revision  Changes    Path
  1.15      +1 -1      maven-plugins/scm/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/plugin.jelly,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- plugin.jelly      29 Jul 2004 13:35:04 -0000      1.14
  +++ plugin.jelly      9 Aug 2004 01:25:46 -0000       1.15
  @@ -356,7 +356,7 @@
     <goal name="scm:cvs-create-patch">
       <ant:delete dir="${maven.scm.cvs.patch.dir}"/>
       <ant:mkdir  dir="${maven.scm.cvs.patch.dir}"/>
  -    <cvs command="diff -u -N -R" 
output="${maven.scm.cvs.patch.dir}/${maven.scm.cvs.patch.file}"
  +    <cvs command="diff -u -w -N -R" 
output="${maven.scm.cvs.patch.dir}/${maven.scm.cvs.patch.file}"
         quiet="${maven.scm.cvs.quiet}"
         cvsRsh="${maven.scm.cvs.rsh}"
         cvsRoot="${maven.scm.cvs.root}"
  
  
  
  1.23      +1 -1      maven-plugins/scm/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/project.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- project.xml       30 Jul 2004 00:33:36 -0000      1.22
  +++ project.xml       9 Aug 2004 01:25:47 -0000       1.23
  @@ -22,7 +22,7 @@
     <extend>../plugin-parent/project.xml</extend>
     <id>maven-scm-plugin</id>
     <name>Maven Source Control Management Plug-in</name>
  -  <currentVersion>1.4.1</currentVersion>
  +  <currentVersion>1.4.2-SNAPSHOT</currentVersion>
     <description>A plugin for SCM tasks, currently CVS.</description>
     <shortDescription>SCM Plugin for Maven. Requires Maven 1.0 RC2.</shortDescription>
     <url>http://maven.apache.org/reference/plugins/scm/</url>
  
  
  
  1.19      +4 -0      maven-plugins/scm/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/xdocs/changes.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- changes.xml       30 Jul 2004 00:25:11 -0000      1.18
  +++ changes.xml       9 Aug 2004 01:25:47 -0000       1.19
  @@ -24,6 +24,10 @@
       <author email="[EMAIL PROTECTED]">Brett Porter</author>
     </properties>
     <body>
  +    <release version="1.4.2-SNAPSHOT" date="in CVS">
  +      <action dev="dion" type="fix" issue="MPSCM-25">Ignore whitespace when 
creating a patch</action>
  +    </release>
  +    
       <release version="1.4.1" date="2004-07-30">
         <action dev="dion" type="fix" issue="MPSCM-16">Trim goals after prompting 
from the user</action>
         <action dev="dion" type="add" issue="MPSCM-20">Add scm:cvs-create-patch goal 
to help in creating patches</action>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to