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/04/23 07:08:13 UTC

svn commit: r396215 - in /maven/maven-1/plugins/trunk/cruisecontrol: plugin.properties xdocs/changes.xml xdocs/properties.xml

Author: ltheussl
Date: Sat Apr 22 22:08:11 2006
New Revision: 396215

URL: http://svn.apache.org/viewcvs?rev=396215&view=rev
Log:
PR: MPCRUISECONTROL-33
Property maven.cruisecontrol.goals contains deprecated scm:update-project.

Modified:
    maven/maven-1/plugins/trunk/cruisecontrol/plugin.properties
    maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml
    maven/maven-1/plugins/trunk/cruisecontrol/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/cruisecontrol/plugin.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/cruisecontrol/plugin.properties?rev=396215&r1=396214&r2=396215&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/cruisecontrol/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/cruisecontrol/plugin.properties Sat Apr 22 22:08:11 2006
@@ -47,8 +47,7 @@
 
 maven.cruisecontrol.currentbuildstatus.filename=status.txt
 
-# TODO: Once the SCM plugin 1.5 is released, modify the first goal to be scm:update
-maven.cruisecontrol.goals=scm:update-project|clean test|site:deploy
+maven.cruisecontrol.goals=scm:update|clean test|site:deploy
 
 maven.cruisecontrol.template=${plugin.resources}/cruisecontrol.jsl
 maven.cruisecontrol.trigger.projects=

Modified: maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml?rev=396215&r1=396214&r2=396215&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/cruisecontrol/xdocs/changes.xml Sat Apr 22 22:08:11 2006
@@ -26,6 +26,7 @@
   </properties>
   <body>
     <release version="1.8-SNAPSHOT" date="In SVN">
+      <action dev="ltheussl" type="fix" issue="MPCRUISECONTROL-33">Property <code>maven.cruisecontrol.goals</code> contains deprecated <code>scm:update-project</code>.</action>
       <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : 
         <ul>
           <li>commons-jelly-tags-xml v1.0 -> v1.1</li>

Modified: maven/maven-1/plugins/trunk/cruisecontrol/xdocs/properties.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/cruisecontrol/xdocs/properties.xml?rev=396215&r1=396214&r2=396215&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/cruisecontrol/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/cruisecontrol/xdocs/properties.xml Sat Apr 22 22:08:11 2006
@@ -130,7 +130,7 @@
           <td>Yes</td>
           <td>
             Default value is
-            <code>scm:update-project|clean test|site:deploy</code>.
+            <code>scm:update|clean test|site:deploy</code>.
           </td>
         </tr>
         <tr>