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> <module>hbase-testing-util</module>
</modules> </modules>
<scm> <scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/hbase/trunk</connection> <connection>scm:git:git://git.apache.org/hbase.git</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/hbase/trunk</developerConnection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/hbase.git</developerConnection>
<url>http://svn.apache.org/viewvc/hbase/trunk</url> <url>https://git-wip-us.apache.org/repos/asf?p=hbase.git</url>
</scm> </scm>
<issueManagement> <issueManagement>
<system>JIRA</system> <system>JIRA</system>