Update pom scm section to refer to apache git instead of apache svn now we migrated, INFRA-7768

This commit is contained in:
Michael Stack 2014-05-22 10:27:27 -07:00
parent 58818496da
commit 624e34a2a5
1 changed files with 3 additions and 3 deletions

View File

@ -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>