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/14 18:23:04 UTC

git commit: use project.scm.tag property in web access: release pom won't require change

Updated Branches:
  refs/heads/maven-3.0.x d5e8659a0 -> b4cdbb24a


use project.scm.tag property in web access: release pom won't require
change

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

Branch: refs/heads/maven-3.0.x
Commit: b4cdbb24adf66eebdb792f27453311f10d350cab
Parents: d5e8659
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sat Sep 14 18:23:01 2013 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sat Sep 14 18:23:01 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/maven/blob/b4cdbb24/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8b43478..64e852a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,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://github.com/apache/maven/tree/maven-3.0.x</url>
+    <url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
     <tag>maven-3.0.x</tag>
   </scm>
   <issueManagement>