Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes adf56b682 -> ce0c48bbb


Add SCM URL to root pom


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

Branch: refs/heads/3.0.x-fixes
Commit: 22c81c35d553d19ede8682ec7c81a608c7e27398
Parents: cc2bb2d
Author: Jonathan Anstey <[email protected]>
Authored: Fri Sep 4 15:13:04 2015 -0230
Committer: Jonathan Anstey <[email protected]>
Committed: Fri Sep 4 15:13:42 2015 -0230

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/22c81c35/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1ae3700..6f4be1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,8 +31,9 @@
     <scm>
         
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf.git</connection>
         
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf.git</developerConnection>
-      <tag>HEAD</tag>
-  </scm>
+        <url>https://git-wip-us.apache.org/repos/asf?p=cxf.git;a=summary</url>
+        <tag>HEAD</tag>
+    </scm>
     <issueManagement>
         <system>jira</system>
         <url>https://issues.apache.org/jira/browse/CXF</url>

Reply via email to