mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 02:24:18 +00:00
Correcting SCM location for Release
This commit is contained in:
15
pom.xml
15
pom.xml
@@ -46,14 +46,15 @@
|
|||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
The Subversion repository location is used by Continuum to update against
|
||||||
|
when changes have occurred. This spawns a new build cycle and releases
|
||||||
|
snapshots into the snapshot repository below.
|
||||||
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>
|
<connection>scm:git:git@github.com:dspace/dspace-solr.git</connection>
|
||||||
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk
|
<developerConnection>scm:git:git@github.com:dspace/dspace-solr</developerConnection>
|
||||||
</connection>
|
<url>git@github.com:dspace/dspace-solr</url>
|
||||||
<developerConnection>
|
|
||||||
scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk
|
|
||||||
</developerConnection>
|
|
||||||
<url>http://svn.apache.org/viewvc/maven/pom/tags/dspace-solr-parent-3.3.0.0</url>
|
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
Reference in New Issue
Block a user