mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://scm.dspace.org/svn/repo/modules/dspace-services/trunk@5783 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<url>http://www.dspace.org</url>
|
<url>http://www.dspace.org</url>
|
||||||
</organization>
|
</organization>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>2.0.2</version>
|
<version>2.0.3-SNAPSHOT</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>dspace-pom</artifactId>
|
<artifactId>dspace-pom</artifactId>
|
||||||
@@ -26,9 +26,9 @@
|
|||||||
below.
|
below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.2/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.2/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.2/api</url>
|
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/trunk/api</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
12
impl/pom.xml
12
impl/pom.xml
@@ -11,7 +11,7 @@
|
|||||||
<url>http://www.dspace.org</url>
|
<url>http://www.dspace.org</url>
|
||||||
</organization>
|
</organization>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>2.0.2</version>
|
<version>2.0.3-SNAPSHOT</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>dspace-pom</artifactId>
|
<artifactId>dspace-pom</artifactId>
|
||||||
@@ -52,10 +52,10 @@
|
|||||||
below.
|
below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.2/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.2/impl
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-services/trunk/impl
|
||||||
</developerConnection>
|
</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.2/impl</url>
|
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/trunk/impl</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -63,12 +63,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-services-api</artifactId>
|
<artifactId>dspace-services-api</artifactId>
|
||||||
<version>2.0.2</version>
|
<version>2.0.3-SNAPSHOT</version>
|
||||||
</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.2</version>
|
<version>2.0.3-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- logging -->
|
<!-- logging -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
8
pom.xml
8
pom.xml
@@ -18,7 +18,7 @@
|
|||||||
<version>6</version>
|
<version>6</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>2.0.2</version>
|
<version>2.0.3-SNAPSHOT</version>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>api</module>
|
<module>api</module>
|
||||||
@@ -77,9 +77,9 @@
|
|||||||
below.
|
below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.2</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.2</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.2</url>
|
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/trunk</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
</project>
|
</project>
|
@@ -11,7 +11,7 @@
|
|||||||
<url>http://www.dspace.org</url>
|
<url>http://www.dspace.org</url>
|
||||||
</organization>
|
</organization>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>2.0.2</version>
|
<version>2.0.3-SNAPSHOT</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>dspace-pom</artifactId>
|
<artifactId>dspace-pom</artifactId>
|
||||||
@@ -27,17 +27,17 @@
|
|||||||
below.
|
below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.2/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.2/utils
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/modules/dspace-services/trunk/utils
|
||||||
</developerConnection>
|
</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/tags/dspace-services-2.0.2/utils</url>
|
<url>http://scm.dspace.org/svn/repo/modules/dspace-services/trunk/utils</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-services-api</artifactId>
|
<artifactId>dspace-services-api</artifactId>
|
||||||
<version>2.0.2</version>
|
<version>2.0.3-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
|
Reference in New Issue
Block a user