You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/09/07 16:41:05 UTC

git commit: change scm view url to GitHub mirror: automatic url of modules does not work with Apache's GitWeb but is ok with GitHub

Updated Branches:
  refs/heads/master 07f0fce32 -> 02d124230


change scm view url to GitHub mirror: automatic url of modules does not
work with Apache's GitWeb but is ok with GitHub

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

Branch: refs/heads/master
Commit: 02d12423060361d5444817083c64adf276c3953e
Parents: 07f0fce
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sat Sep 7 16:40:56 2013 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sat Sep 7 16:40:56 2013 +0200

----------------------------------------------------------------------
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/02d12423/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bd60af7..7036ff5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,8 +86,7 @@
   <scm>
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf?p=maven.git</url>
-    <tag>HEAD</tag>
+    <url>https://github.com/apache/maven/tree/master</url>
   </scm>
   <issueManagement>
     <system>jira</system>