You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/03/09 00:03:23 UTC

svn commit: r1298646 - in /maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/site/apt: index.apt usage.apt.vm

Author: hboutemy
Date: Thu Mar  8 23:03:23 2012
New Revision: 1298646

URL: http://svn.apache.org/viewvc?rev=1298646&view=rev
Log:
fixed typos

Modified:
    maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/site/apt/index.apt
    maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/site/apt/usage.apt.vm

Modified: maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/site/apt/index.apt?rev=1298646&r1=1298645&r2=1298646&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/site/apt/index.apt (original)
+++ maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/site/apt/index.apt Thu Mar  8 23:03:23 2012
@@ -46,7 +46,7 @@ ASF svnpubsub Plugin
 
     Finally, the <<publish>> goal compares the output of site:stage
     with the inventory from the <<prepare>> goal, and issues
-    appropriate SCM commands to add and deleted, followed by a
+    appropriate SCM commands to add and delete, followed by a
     checkin.
 
     The <svnpubsub.dryRun> parameter to the <<publish>> goal avoids all 
@@ -56,8 +56,4 @@ ASF svnpubsub Plugin
     The <<svnpubsub.skipCheckin>> parameter omits the final checkin.
     This allows you to visit target/svnpubsub-checkout, and validate
     its contents before submitting to Subversion.
-
-  
-
-
-    
\ No newline at end of file
+  
\ No newline at end of file

Modified: maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/site/apt/usage.apt.vm?rev=1298646&r1=1298645&r2=1298646&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/sandbox/trunk/plugins/asf-svnpubsub-plugin/src/site/apt/usage.apt.vm Thu Mar  8 23:03:23 2012
@@ -116,11 +116,11 @@ Usage
         <artifactId>maven-site-plugin</artifactId>
         <executions>
           <execution>
-        <id>stage-for-pub</id>
-        <phase>post-site</phase>
-        <goals>
-          <goal>stage</goal>
-        </goals>
+            <id>stage-for-pub</id>
+            <phase>post-site</phase>
+            <goals>
+              <goal>stage</goal>
+            </goals>
           </execution>
         </executions>
       </plugin>