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:33:41 UTC

git commit: use project.scm.tag variable in scm web view url

Updated Branches:
  refs/heads/master a3979843a -> 492a28f67


use project.scm.tag variable in scm web view url

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

Branch: refs/heads/master
Commit: 492a28f6728eea1ba4e47d0473f222f5a8841f11
Parents: a397984
Author: Hervé Boutemy <hb...@apache.org>
Authored: Thu Sep 19 22:33:29 2013 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Thu Sep 19 22:33:29 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/492a28f6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 626007e..00fc72b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@ under the License.
   <scm>
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-wagon.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-wagon.git</developerConnection>
-    <url>https://github.com/apache/maven-wagon/tree/master</url>
+    <url>https://github.com/apache/maven-wagon/tree/${project.scm.tag}</url>
     <tag>HEAD</tag>
   </scm>