You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/20 18:42:03 UTC

svn commit: r379179 - /maven/maven-1/plugins/trunk/scm/xdocs/changes.xml

Author: ltheussl
Date: Mon Feb 20 09:41:59 2006
New Revision: 379179

URL: http://svn.apache.org/viewcvs?rev=379179&view=rev
Log:
Use new form of action element to show several fixes.

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

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=379179&r1=379178&r2=379179&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/scm/xdocs/changes.xml Mon Feb 20 09:41:59 2006
@@ -40,7 +40,11 @@
       <action dev="ltheussl" type="update" issue="MPSCM-68">Update to maven-scm 1.0-beta-2.</action>
       <action dev="ltheussl" type="fix" issue="MPSCM-65" due-to="Phil Steitz">When pom.repository.connection ends with '/' checkout fails.</action>
       <action dev="ltheussl" type="fix" issue="MPSCM-57">Re-add changes.xml file to display announcements.</action>
-      <action dev="brett" type="add" issue="MPSCM-47,MPSCM-54">New scm:checkin goal.</action>
+      <action dev="brett" type="add">
+        <description>New scm:checkin goal.</description>
+        <fixes issue="MPSCM-47"/>
+        <fixes issue="MPSCM-54"/>
+      </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">