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>
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue