Repository: cxf Updated Branches: refs/heads/master 76cbcf803 -> b6cf215ed
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/081ce021 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/081ce021 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/081ce021 Branch: refs/heads/master Commit: 081ce0211a04f3f2f910e1943fbee82d7ae89b65 Parents: 2fc62cf 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:04 2015 -0230 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/081ce021/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2964cea..b74d907 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>
