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/12/24 00:18:10 UTC

[maven-scm] branch master updated: [MNGSITE-393] remove reference to Maven 2 (#116)

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

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm.git


The following commit(s) were added to refs/heads/master by this push:
     new 0199c99  [MNGSITE-393] remove reference to Maven 2 (#116)
0199c99 is described below

commit 0199c992fc44eb93f1580a89a0e2738410ebc37c
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Thu Dec 24 00:18:02 2020 +0000

    [MNGSITE-393] remove reference to Maven 2 (#116)
    
    * [MNGSITE-393] remove reference to Maven 2
    
    @hboutemy
    
    * remove continuum
---
 src/site/apt/index.apt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 96773b3..f2c9c11 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -28,14 +28,14 @@
 
 Maven SCM
 
-  Maven SCM supports Maven 2.x plugins (e.g.
-  {{{http://maven.apache.org/plugins/maven-release-plugin/}maven-release-plugin}})
-  and other tools (e.g. {{{http://continuum.apache.org/}Continuum}})
-  by providing them with {{{./maven-scm-api/apidocs}a common API}} for doing SCM operations. You can look at
+  Maven SCM supports Maven plugins (for example
+  {{{https://maven.apache.org/plugins/maven-release-plugin/}maven-release-plugin}})
+  and other tools by providing them with {{{./maven-scm-api/apidocs}a common API}} for
+  source code management operations. You can look at
   {{{./scms-overview.html}the list of SCMs}} for more information on using
   Maven SCM with your favorite SCM tool.
 
-  In addition, Maven SCM provides 2 tools to directly use it:
+  In addition, Maven SCM provides two tools to directly use it:
 
   * {{{./maven-scm-plugin}<<<maven-scm-plugin>>>}}: a Maven plugin, where each SCM command is implemented as a plugin goal,