Update pom scm section to refer to apache git instead of apache svn now we migrated, INFRA-7768
This commit is contained in:
parent
58818496da
commit
624e34a2a5
6
pom.xml
6
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>
|
||||
|
|
Loading…
Reference in New Issue