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/04/02 05:45:57 UTC

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

brett       2004/04/01 19:45:57

  Modified:    scm      plugin.jelly project.xml
               scm/xdocs changes.xml
  Log:
  improve messages given
  
  Revision  Changes    Path
  1.10      +2 -2      maven-plugins/scm/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/plugin.jelly,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- plugin.jelly	4 Mar 2004 18:38:45 -0000	1.9
  +++ plugin.jelly	2 Apr 2004 03:45:57 -0000	1.10
  @@ -290,7 +290,7 @@
         default="${tag_name}"
       />
       <log:info>Verifying valid tag name</log:info>
  -    <ant:cvs command="tag ${tag_name} project.xml"
  +    <ant:cvs command="tag -F ${tag_name} project.xml"
         noexec="true"
         quiet="${maven.scm.cvs.quiet}"
         cvsRsh="${maven.scm.cvs.rsh}"
  @@ -302,7 +302,7 @@
       <j:if test="${changesExists}">
         <c:release-version version="${version_name}" />
       </j:if>
  -    <log:info>Committing new POM</log:info>
  +    <log:info>Committing new documents: ${documents}</log:info>
       <ant:cvs command="commit -m '[maven-scm-plugin] prepare release ${version_name}' ${documents}"
         quiet="${maven.scm.cvs.quiet}"
         cvsRsh="${maven.scm.cvs.rsh}"
  
  
  
  1.12      +1 -1      maven-plugins/scm/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml	7 Mar 2004 00:36:56 -0000	1.11
  +++ project.xml	2 Apr 2004 03:45:57 -0000	1.12
  @@ -22,7 +22,7 @@
     <extend>../project.xml</extend>
     <id>maven-scm-plugin</id>
     <name>Maven Source Control Management Plug-in</name>
  -  <currentVersion>1.2</currentVersion>
  +  <currentVersion>1.3-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.9       +3 -0      maven-plugins/scm/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/xdocs/changes.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.xml	7 Mar 2004 00:36:56 -0000	1.8
  +++ changes.xml	2 Apr 2004 03:45:57 -0000	1.9
  @@ -24,6 +24,9 @@
       <author email="brett@apache.org">Brett Porter</author>
     </properties>
     <body>
  +    <release version="1.3-SNAPSHOT" date="in CVS">
  +    </release>
  +
       <release version="1.2" date="2004-03-07">
         <action dev="brett" type="fix">Don't use -C - Mac OS X doesn't recognise it</action>
         <action dev="brett" type="fix" issue="MPSCM-3">Catch exceptions to make sure files don't get moved permanently.</action>
  
  
  

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