mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 02:24:18 +00:00
Fix SCM section: svn -> git, and zap outdated comment
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -130,16 +130,10 @@
|
|||||||
</contributor>
|
</contributor>
|
||||||
</contributors>
|
</contributors>
|
||||||
|
|
||||||
<!--
|
|
||||||
The Subversion repository location is used by Continuum to
|
|
||||||
update against when changes have occured, this spawns a new
|
|
||||||
build cycle and releases snapshots into the snapshot repository
|
|
||||||
below.
|
|
||||||
-->
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/modules/dspace-services/trunk</connection>
|
<connection>scm:git:git@github.com:dspace/DSpace.git</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-services/trunk</developerConnection>
|
<developerConnection>scm:git:git@github.com:dspace/dspace-services</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/trunk</url>
|
<url>git@github.com:dspace/DSpace</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user