Fix SCM section: svn -> git, and zap outdated comment

This commit is contained in:
Mark H. Wood
2012-09-04 11:43:41 -04:00
parent cc8d060a3c
commit db04ea2286

12
pom.xml
View File

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