You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2013/01/12 23:19:53 UTC

git commit: [SCM-636] Provide documentation about connection and developerConnection

Updated Branches:
  refs/heads/master 70ddecd64 -> fd487ab97


[SCM-636] Provide documentation about connection and developerConnection


Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/fd487ab9
Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/fd487ab9
Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/fd487ab9

Branch: refs/heads/master
Commit: fd487ab9728fd46566a41304a8f505df0c0411ca
Parents: 70ddecd
Author: rfscholte <rf...@apache.org>
Authored: Sat Jan 12 23:19:30 2013 +0100
Committer: rfscholte <rf...@apache.org>
Committed: Sat Jan 12 23:19:30 2013 +0100

----------------------------------------------------------------------
 maven-scm-plugin/src/site/apt/usage.apt.vm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/fd487ab9/maven-scm-plugin/src/site/apt/usage.apt.vm
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/site/apt/usage.apt.vm b/maven-scm-plugin/src/site/apt/usage.apt.vm
index 7b43e42..a1ff0e4 100644
--- a/maven-scm-plugin/src/site/apt/usage.apt.vm
+++ b/maven-scm-plugin/src/site/apt/usage.apt.vm
@@ -43,7 +43,7 @@ Configuring SCM
  simplified by providing a uniform way to do this by letting maven handle the command line translation to perform
  the scm task.
 
- To configure the scm support for maven you need the scm configuration in your <<<pom.xml>>>.
+ To configure the scm support for maven you need the {{{http://maven.apache.org/pom.html#SCM}scm}} configuration in your <<<pom.xml>>>.
 
 +---------+
 <project>