Repository: hbase Updated Branches: refs/heads/master 58818496d -> 624e34a2a
Update pom scm section to refer to apache git instead of apache svn now we migrated, INFRA-7768 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/624e34a2 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/624e34a2 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/624e34a2 Branch: refs/heads/master Commit: 624e34a2a5a96b5c518376f725e9ffd5ae90227a Parents: 5881849 Author: Michael Stack <[email protected]> Authored: Thu May 22 10:27:27 2014 -0700 Committer: Michael Stack <[email protected]> Committed: Thu May 22 10:27:27 2014 -0700 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/624e34a2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 160a92a..e7079d3 100644 --- a/pom.xml +++ b/pom.xml @@ -63,9 +63,9 @@ <module>hbase-testing-util</module> </modules> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/hbase/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/hbase/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/hbase/trunk</url> + <connection>scm:git:git://git.apache.org/hbase.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/hbase.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=hbase.git</url> </scm> <issueManagement> <system>JIRA</system>
