You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2011/12/28 03:47:01 UTC

svn commit: r1225072 - /maven/ant-tasks/trunk/src/site/apt/examples/install-deploy.apt

Author: brett
Date: Wed Dec 28 02:47:00 2011
New Revision: 1225072

URL: http://svn.apache.org/viewvc?rev=1225072&view=rev
Log:
remove outdated versions and point to wagon site instead

Modified:
    maven/ant-tasks/trunk/src/site/apt/examples/install-deploy.apt

Modified: maven/ant-tasks/trunk/src/site/apt/examples/install-deploy.apt
URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/site/apt/examples/install-deploy.apt?rev=1225072&r1=1225071&r2=1225072&view=diff
==============================================================================
--- maven/ant-tasks/trunk/src/site/apt/examples/install-deploy.apt (original)
+++ maven/ant-tasks/trunk/src/site/apt/examples/install-deploy.apt Wed Dec 28 02:47:00 2011
@@ -93,18 +93,22 @@ Deployment Protocols
 
   ~~ TODO: Explain more thoroughly when you need to register a provider
 
-  Maven Ant Tasks contain <<<wagon-file>>> and <<<wagon-http-lightweight>>> providers. The other available providers are:
+  Maven Ant Tasks contain <<<wagon-file>>> and <<<wagon-http-lightweight>>>
+  providers. Some other available providers are:
 
-*--------------+--------------------------+-------------------+
-| Protocol     | Artifact ID              | Version           |
-*--------------+--------------------------+-------------------+
-| <<<http>>>   | <<<wagon-http>>>         | <<<1.0-beta-2>>>  |
-*--------------+--------------------------+-------------------+
-| <<<scp>>>    | <<<wagon-ssh>>>          | <<<1.0-beta-2>>>  |
-*--------------+--------------------------+-------------------+
-| <<<scpexe>>> | <<<wagon-ssh-external>>> | <<<1.0-beta-2>>>  |
-*--------------+--------------------------+-------------------+
-| <<<ftp>>>    | <<<wagon-ftp>>>          | <<<1.0-beta-2>>>  |
-*--------------+--------------------------+-------------------+
-| <<<webdav>>> | <<<wagon-webdav>>>       | <<<1.0-beta-2>>>  |
-*--------------+--------------------------+-------------------+
+*--------------+--------------------------+
+| Protocol     | Artifact ID              |
+*--------------+--------------------------+
+| <<<http>>>   | <<<wagon-http>>>         |
+*--------------+--------------------------+
+| <<<scp>>>    | <<<wagon-ssh>>>          |
+*--------------+--------------------------+
+| <<<scpexe>>> | <<<wagon-ssh-external>>> |
+*--------------+--------------------------+
+| <<<ftp>>>    | <<<wagon-ftp>>>          |
+*--------------+--------------------------+
+| <<<webdav>>> | <<<wagon-webdav>>>       |
+*--------------+--------------------------+
+
+  Other providers and the current versions of each can be found at
+  {{http://maven.apache.org/wagon/}}