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:56:52 UTC

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

brett       2004/05/15 19:56:52

  Modified:    scm      project.xml
               scm/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.3
  
  Revision  Changes    Path
  1.16      +6 -1      maven-plugins/scm/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	16 May 2004 01:35:48 -0000	1.15
  +++ project.xml	16 May 2004 02:56:52 -0000	1.16
  @@ -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.3-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3</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>
  @@ -48,6 +48,11 @@
         <id>1.2</id>
         <name>1.2</name>
         <tag>MAVEN_SCM_1_2</tag>
  +    </version>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>MAVEN_SCM_1_3</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.11      +1 -3      maven-plugins/scm/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/xdocs/changes.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- changes.xml	30 Apr 2004 14:38:44 -0000	1.10
  +++ changes.xml	16 May 2004 02:56:52 -0000	1.11
  @@ -24,9 +24,7 @@
       <author email="brett@apache.org">Brett Porter</author>
     </properties>
     <body>
  -    <release version="1.3-SNAPSHOT" date="in CVS">
  -    </release>
  -
  +    <release version="1.3" date="2004-05-15"></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