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