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/23 13:23:08 UTC

[maven-scm] 01/01: [MNGSITE-393] remove reference to Maven 2

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-scm.git

commit 9ef8db1decfc02934a095ba32421961421b22f6e
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Wed Dec 23 13:22:59 2020 +0000

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

diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 96773b3..6b9496a 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -28,14 +28,15 @@
 
 Maven SCM
 
-  Maven SCM supports Maven 2.x plugins (e.g.
+  Maven SCM supports Maven plugins (for example
   {{{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
+  and other tools (for example, {{{http://continuum.apache.org/}Continuum}})
+  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,