mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://scm.dspace.org/svn/repo/modules/dspace-services/trunk@4554 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<parent>
|
||||
<artifactId>dspace-services</artifactId>
|
||||
<groupId>org.dspace</groupId>
|
||||
<version>2.0.0</version><!--dspace2.version-->
|
||||
<version>2.0.1-SNAPSHOT</version><!--dspace2.version-->
|
||||
</parent>
|
||||
|
||||
<!--
|
||||
@@ -25,9 +25,9 @@
|
||||
below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.0/api</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.0/api</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.0/api</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/modules/dspace-services/trunk/api</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-services/trunk/api</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/trunk/api</url>
|
||||
</scm>
|
||||
|
||||
<repositories>
|
||||
|
@@ -15,7 +15,7 @@
|
||||
<parent>
|
||||
<artifactId>dspace-services</artifactId>
|
||||
<groupId>org.dspace</groupId>
|
||||
<version>2.0.0</version><!--dspace2.version-->
|
||||
<version>2.0.1-SNAPSHOT</version><!--dspace2.version-->
|
||||
</parent>
|
||||
|
||||
<developers>
|
||||
@@ -51,9 +51,9 @@
|
||||
below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.0/impl</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.0/impl</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.0/impl</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/modules/dspace-services/trunk/impl</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-services/trunk/impl</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/trunk/impl</url>
|
||||
</scm>
|
||||
|
||||
<repositories>
|
||||
|
14
pom.xml
14
pom.xml
@@ -18,7 +18,7 @@
|
||||
<version>3</version>
|
||||
</parent>
|
||||
|
||||
<version>2.0.0</version>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
|
||||
<modules>
|
||||
<module>api</module>
|
||||
@@ -66,19 +66,19 @@
|
||||
<dependency>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-services-api</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-services-impl</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-services-utils</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>2.0.1-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<!-- external -->
|
||||
@@ -216,9 +216,9 @@
|
||||
below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.0</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.0</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.0</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/modules/dspace-services/trunk</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-services/trunk</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/trunk</url>
|
||||
</scm>
|
||||
<!--
|
||||
Distribution Management is currently used by the Continuum
|
||||
|
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<artifactId>dspace-services</artifactId>
|
||||
<groupId>org.dspace</groupId>
|
||||
<version>2.0.0</version><!--dspace2.version-->
|
||||
<version>2.0.1-SNAPSHOT</version><!--dspace2.version-->
|
||||
</parent>
|
||||
<organization>
|
||||
<name>The DSpace Foundation</name>
|
||||
@@ -24,9 +24,9 @@
|
||||
below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.0/utils</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.0/utils</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.0/utils</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/modules/dspace-services/trunk/utils</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-services/trunk/utils</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/trunk/utils</url>
|
||||
</scm>
|
||||
|
||||
<repositories>
|
||||
|
Reference in New Issue
Block a user