Author: ltheussl
Date: Thu May  4 09:34:01 2006
New Revision: 399754

URL: http://svn.apache.org/viewcvs?rev=399754&view=rev
Log:
Fix documentation bug

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

Modified: maven/maven-1/plugins/trunk/site/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site/xdocs/changes.xml?rev=399754&r1=399753&r2=399754&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/site/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/site/xdocs/changes.xml Thu May  4 09:34:01 2006
@@ -26,7 +26,7 @@
       <action dev="ltheussl" type="add" issue="MPSITE-50" due-to="Shinobu 
Kawai">New property <code>maven.site.reports.ignoreErrors</code> to ignore any 
errors in all reports during site generation.</action>
       <action dev="aheritier" type="add">New property 
<code>maven.site.gunzip.options</code> can be used to set options when using 
gunzip (default value is -f).</action>
       <action dev="ltheussl" type="fix" issue="MPSITE-40">Missing 
<code>maven.ssh.args</code> in <code>site:publish</code>.</action>
-      <action dev="aheritier" type="fix" issue="MPSITE-39">Deploy site on unix 
create rights rwxr-xr-x. Group members can't override files. The default value 
for <code>maven.site.chmod.mode</code> is now <code>755</code>.</action>
+      <action dev="aheritier" type="fix" issue="MPSITE-39">Deploy site on unix 
create rights rwxr-xr-x. Group members can't override files. The default value 
for <code>maven.site.chmod.mode</code> is now <code>775</code>.</action>
       <action dev="aheritier" type="add" issue="MPSITE-34">New property 
<code>maven.site.failonerror</code> can be used to bypass remote 
errors.</action>
       <action dev="ltheussl" type="add" issue="MPSITE-31">Make 
<code>chmod</code> options in <code>site:sshdeploy</code> configurable.</action>
       <action dev="ltheussl" type="fix" issue="MPSITE-24" due-to="Julian 
Dunn">SSH arguments not used in <code>sshdeploy</code> with 'clean'.</action>

Modified: maven/maven-1/plugins/trunk/site/xdocs/properties.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site/xdocs/properties.xml?rev=399754&r1=399753&r2=399754&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/site/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/site/xdocs/properties.xml Thu May  4 09:34:01 
2006
@@ -133,7 +133,7 @@
           <td>maven.site.chmod.mode</td>
           <td>Yes</td>
           <td>
-            Specifies the mode set by the chmod executable. Default is 
'<code>g+u</code>'.
+            Specifies the mode set by the chmod executable. Default is 
'<code>775</code>'.
           </td>
         </tr>
         <tr>


Reply via email to