You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by mi...@apache.org on 2014/12/27 17:57:36 UTC

svn commit: r934152 - /websites/production/maven/content/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html

Author: michaelo
Date: Sat Dec 27 16:57:36 2014
New Revision: 934152

Log:
[MDEPLOY-194] Deploy SSH external: copy and paste failure in POM snippet comment

Modified:
    websites/production/maven/content/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html

Modified: websites/production/maven/content/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html
==============================================================================
--- websites/production/maven/content/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html (original)
+++ websites/production/maven/content/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html Sat Dec 27 16:57:36 2014
@@ -191,7 +191,7 @@
 
   <build>
     <extensions>
-      <!-- Enabling the use of FTP -->
+      <!-- Enabling the use of SSH -->
       <extension>
         <groupId>org.apache.maven.wagon</groupId>
          <artifactId>wagon-ssh-external</artifactId>