You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2005/10/31 16:00:48 UTC

svn commit: r329833 - in /maven/maven-1/plugins/trunk/scm: project.xml xdocs/changes.xml

Author: aheritier
Date: Mon Oct 31 07:00:43 2005
New Revision: 329833

URL: http://svn.apache.org/viewcvs?rev=329833&view=rev
Log:
Due to changes types, the next release will be 1.6 and not 1.5.1

Modified:
    maven/maven-1/plugins/trunk/scm/project.xml
    maven/maven-1/plugins/trunk/scm/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/scm/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/project.xml?rev=329833&r1=329832&r2=329833&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/project.xml (original)
+++ maven/maven-1/plugins/trunk/scm/project.xml Mon Oct 31 07:00:43 2005
@@ -21,7 +21,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-scm-plugin</id>
   <name>Maven Source Control Management Plug-in</name>
-  <currentVersion>1.5.1-SNAPSHOT</currentVersion>
+  <currentVersion>1.6-SNAPSHOT</currentVersion>
   <description>A plugin for SCM tasks, currently CVS.</description>
   <shortDescription>SCM Plugin for Maven.</shortDescription>
   <url>http://maven.apache.org/maven-1.x/reference/plugins/scm/</url>

Modified: maven/maven-1/plugins/trunk/scm/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/xdocs/changes.xml?rev=329833&r1=329832&r2=329833&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/scm/xdocs/changes.xml Mon Oct 31 07:00:43 2005
@@ -24,10 +24,10 @@
     <author email="brett@apache.org">Brett Porter</author>
   </properties>
   <body>
-    <release version="1.5.1-SNAPSHOT" date="in SVN">
-      <action dev="aheritier" type="fix" issue="MPSCM-66">Update to released version of maven-scm.</action>
-      <action dev="brett" type="fix" issue="MPSCM-54">Need scm:checkin goal.</action>
-      <action dev="evenisse" type="fix" issue="MPSCM-56">Add Starteam support, plus scm:add, scm:status, scm:checkin.</action>
+    <release version="1.6-SNAPSHOT" date="in SVN">
+      <action dev="aheritier" type="update" issue="MPSCM-66">Update to released version of maven-scm.</action>
+      <action dev="brett" type="add" issue="MPSCM-47,MPSCM-54">New scm:checkin goal.</action>
+      <action dev="evenisse" type="add" issue="MPSCM-56">Add Starteam support, plus scm:add, scm:status, scm:checkin.</action>
     </release>
     <release version="1.5" date="2005-06-05">
       <action dev="brett" type="fix" issue="MPSCM-61">Exception while executing SCM command.</action>