Author: dantran
Date: Tue May  9 21:39:18 2006
New Revision: 405638

URL: http://svn.apache.org/viewcvs?rev=405638&view=rev
Log:
MDEP-9: fix howto typos

Modified:
    maven/plugins/trunk/maven-dependency-plugin/pom.xml
    maven/plugins/trunk/maven-dependency-plugin/src/site/apt/howto.apt

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=405638&r1=405637&r2=405638&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Tue May  9 21:39:18 2006
@@ -86,4 +86,5 @@
     </plugins>
   </reporting>
     
+    
 </project>

Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/apt/howto.apt
URL: 
http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-dependency-plugin/src/site/apt/howto.apt?rev=405638&r1=405637&r2=405638&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/site/apt/howto.apt 
(original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/site/apt/howto.apt Tue May  
9 21:39:18 2006
@@ -67,7 +67,7 @@
                <overWriteSnapshots>true</overWriteSnapshots>
             </configuration>
           </execution>
-        </exections>
+        </executions>
       </plugin>
     </plugins>
   </build>
@@ -103,7 +103,7 @@
                <outputDirectory>some-other-place</outputDirectory>
             </configuration>
           </execution>
-        </exections>
+        </executions>
       </plugin>
     </plugins>
   </build>
@@ -166,7 +166,7 @@
               <overWriteSnapshots>true</overWriteSnapshots>
             </configuration>
           </execution>
-        </exections>
+        </executions>
       </plugin>
     </plugins>
   </build>
@@ -285,7 +285,7 @@
               <overWriteSnapshots>true</overWriteSnapshots>
             </configuration>
           </execution>
-        </exections>
+        </executions>
       </plugin>
     </plugins>
   </build>


Reply via email to