You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/05/25 21:52:02 UTC

[maven-site-plugin] branch elharo-patch-1 created (now adfe6b0)

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a change to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git.


      at adfe6b0  [MSITE-845] drop Maven 2 mention

This branch includes the following new commits:

     new adfe6b0  [MSITE-845] drop Maven 2 mention

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-site-plugin] 01/01: [MSITE-845] drop Maven 2 mention

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit adfe6b002a668e2bb6bad066158c236e17f18acd
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Mon May 25 17:51:55 2020 -0400

    [MSITE-845] drop Maven 2 mention
    
    @olamy
---
 src/site/apt/examples/adding-deploy-protocol.apt.vm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/site/apt/examples/adding-deploy-protocol.apt.vm b/src/site/apt/examples/adding-deploy-protocol.apt.vm
index c6a2731..2503faa 100644
--- a/src/site/apt/examples/adding-deploy-protocol.apt.vm
+++ b/src/site/apt/examples/adding-deploy-protocol.apt.vm
@@ -29,8 +29,7 @@
 
 Adding a Protocol to Deploy the Site
 
-  Out of the box, Maven 3 only supports <<<file:>>>, <<<http:>>> and <<<https:>>> as transport protocols.
-  Maven 2 adds <<<scp:>>> to this list.
+  Out of the box, Maven only supports <<<file:>>>, <<<http:>>>, <<<https:>>>, and <<<scp:>>> as transport protocols.
 
   If you try to deploy a site with an unsupported protocol, you'll get an error: