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/19 22:53:31 UTC

git commit: point scm web access url to GitHub mirror to benefit from navigation

Updated Branches:
  refs/heads/master 8d5137727 -> 8fb4f7f42


point scm web access url to GitHub mirror to benefit from navigation

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

Branch: refs/heads/master
Commit: 8fb4f7f42dc443fc22abe2c780cf11017f8f71cf
Parents: 8d51377
Author: Hervé Boutemy <hb...@apache.org>
Authored: Thu Sep 19 22:53:28 2013 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Thu Sep 19 22:53:28 2013 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/8fb4f7f4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 112a5ee..5e0abcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,8 @@
   <scm>
     <connection>${maven.surefire.scm.devConnection}</connection>
     <developerConnection>${maven.surefire.scm.devConnection}</developerConnection>
-    <url>${maven.surefire.scm.url}</url>
+    <url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -117,7 +118,6 @@
     <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
 
     <maven.surefire.scm.devConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-surefire.git</maven.surefire.scm.devConnection>
-    <maven.surefire.scm.url>https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git</maven.surefire.scm.url>
 
     <maven.site.cache>${user.home}/maven-sites</maven.site.cache>
     <maven.surefire.siteFilePath>${maven.site.cache}/surefire-${project.version}</maven.surefire.siteFilePath>