[maven-release-plugin] prepare branch dspace-async-release

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6412 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Mark Diggory
2011-06-02 08:10:13 +00:00
parent 56cb3e8124
commit 869f8c0247
32 changed files with 815 additions and 816 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<!--
@@ -22,9 +22,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace</url>
</scm>
<!--

View File

@@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>org.dspace</groupId>
<artifactId>dspace-discovery-provider</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
<name>DSpace Discovery :: Discovery Provider Library</name>
<description>
@@ -17,7 +17,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>discovery-modules</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<dependencies>
@@ -115,10 +115,10 @@
and releases snapshots into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-provider</connection>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-discovery/dspace-discovery-provider</connection>
<developerConnection>
scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-provider
scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-discovery/dspace-discovery-provider
</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-provider</url>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-discovery/dspace-discovery-provider</url>
</scm>
</project>

View File

@@ -5,13 +5,13 @@
<packaging>jar</packaging>
<groupId>org.dspace</groupId>
<artifactId>dspace-discovery-xmlui-api</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
<name>DSpace Discovery :: Discovery XMLUI API</name>
<parent>
<groupId>org.dspace</groupId>
<artifactId>discovery-modules</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<dependencies>
@@ -120,11 +120,11 @@
and releases snapshots into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-xmlui-api</connection>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-discovery/dspace-discovery-xmlui-api</connection>
<developerConnection>
scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-xmlui-api
scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-discovery/dspace-discovery-xmlui-api
</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-xmlui-api</url>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-discovery/dspace-discovery-xmlui-api</url>
</scm>
</project>

View File

@@ -21,13 +21,13 @@
<packaging>war</packaging>
<groupId>org.dspace</groupId>
<artifactId>dspace-discovery-xmlui-webapp</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
<name>DSpace Discovery :: Discovery XMLUI Webapp</name>
<parent>
<groupId>org.dspace</groupId>
<artifactId>discovery-modules</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<dependencies>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-discovery-xmlui-api</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency>
<!-- external -->
@@ -145,11 +145,11 @@
and releases snapshots into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-xmlui-webapp</connection>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-discovery/dspace-discovery-xmlui-webapp</connection>
<developerConnection>
scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-xmlui-webapp
scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-discovery/dspace-discovery-xmlui-webapp
</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery/dspace-discovery-xmlui-webapp</url>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-discovery/dspace-discovery-xmlui-webapp</url>
</scm>
</project>

View File

@@ -5,13 +5,13 @@
<packaging>pom</packaging>
<groupId>org.dspace</groupId>
<artifactId>discovery-modules</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
<name>DSpace Discovery :: Modules</name>
<parent>
<artifactId>dspace-parent</artifactId>
<groupId>org.dspace</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<modules>
@@ -52,11 +52,11 @@
and releases snapshots into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery</connection>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-discovery</connection>
<developerConnection>
scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery
scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-discovery
</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-discovery</url>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-discovery</url>
</scm>
<issueManagement>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-jspui</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<!--
@@ -23,9 +23,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-api</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-api</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-api</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-jspui/dspace-jspui-api</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-jspui/dspace-jspui-api</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-jspui/dspace-jspui-api</url>
</scm>
<dependencies>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-jspui</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<!--
@@ -23,9 +23,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-webapp</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-webapp</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-webapp</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-jspui/dspace-jspui-webapp</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-jspui/dspace-jspui-webapp</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-jspui/dspace-jspui-webapp</url>
</scm>
<build>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<!--
@@ -23,9 +23,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-jspui</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-jspui</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-jspui</url>
</scm>
<modules>

View File

@@ -12,13 +12,13 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-lni</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<scm>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-client</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-client</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-client</url>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-lni/dspace-lni-client</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-lni/dspace-lni-client</url>
</scm>
<profiles>

View File

@@ -10,13 +10,13 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-lni</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<scm>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-core</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-core</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-core</url>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-lni/dspace-lni-core</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-lni/dspace-lni-core</url>
</scm>
<dependencies>

View File

@@ -12,13 +12,13 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-lni</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<scm>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-webapp</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-webapp</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-webapp</url>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-lni/dspace-lni-webapp</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-lni/dspace-lni-webapp</url>
</scm>
<build>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<!--
@@ -21,9 +21,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-lni</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-lni</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-lni</url>
</scm>
<modules>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-oai</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<!--
@@ -23,9 +23,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-api</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-api</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-api</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-oai/dspace-oai-api</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-oai/dspace-oai-api</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-oai/dspace-oai-api</url>
</scm>
<dependencies>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-oai</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<!--
@@ -23,9 +23,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-webapp</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-webapp</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-webapp</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-oai/dspace-oai-webapp</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-oai/dspace-oai-webapp</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-oai/dspace-oai-webapp</url>
</scm>
<build>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<!--
@@ -23,9 +23,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-oai</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-oai</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-oai</url>
</scm>
<modules>

View File

@@ -3,14 +3,14 @@
<parent>
<artifactId>dspace-parent</artifactId>
<groupId>org.dspace</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.dspace</groupId>
<artifactId>dspace-stats</artifactId>
<name>DSpace Solr Statistics Logging Client Library</name>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
<description>Library of Shared UsageEvent and EventConsumer Tools for Logging to Solr.</description>
<!--
@@ -19,9 +19,9 @@
releases snapshots into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-stats</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-stats</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-stats</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-stats</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-stats</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-stats</url>
</scm>
<developers>

View File

@@ -16,7 +16,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-sword</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
@@ -26,10 +26,10 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword/dspace-sword-api</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword/dspace-sword-api
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-sword/dspace-sword-api</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-sword/dspace-sword-api
</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword/dspace-sword-api</url>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-sword/dspace-sword-api</url>
</scm>
<dependencies>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-sword</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<!--
@@ -23,9 +23,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword/dspace-sword-webapp</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword/dspace-sword-webapp</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword/dspace-sword-webapp</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-sword/dspace-sword-webapp</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-sword/dspace-sword-webapp</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-sword/dspace-sword-webapp</url>
</scm>
<build>
@@ -113,7 +113,7 @@
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-sword-api</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@@ -16,7 +16,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<repositories>
@@ -42,9 +42,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-sword</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-sword</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-sword</url>
</scm>

View File

@@ -13,14 +13,14 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-xmlui</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<scm>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-api</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-api
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-xmlui/dspace-xmlui-api
</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-api/</url>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-xmlui/dspace-xmlui-api</url>
</scm>
<dependencies>

View File

@@ -13,14 +13,14 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-xmlui</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<scm>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-webapp</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-webapp
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-xmlui/dspace-xmlui-webapp
</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-webapp</url>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-xmlui/dspace-xmlui-webapp</url>
</scm>
<build>

View File

@@ -1,5 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.dspace</groupId>
<artifactId>dspace-xmlui-wing</artifactId>
@@ -11,14 +10,14 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-xmlui</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<scm>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-wing</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-wing
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-xmlui/dspace-xmlui-wing
</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-wing</url>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-xmlui/dspace-xmlui-wing</url>
</scm>
<dependencies>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<!--
@@ -21,9 +21,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-xmlui</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-xmlui</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-xmlui</url>
</scm>
<modules>

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>modules</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<profiles>
@@ -73,9 +73,9 @@
</profiles>
<scm>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/jspui</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/jspui</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/jspui</url>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace/modules/jspui</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace/modules/jspui</url>
</scm>
<build>

View File

@@ -12,13 +12,13 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>modules</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<scm>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/lni</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/lni</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/lni</url>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace/modules/lni</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace/modules/lni</url>
</scm>
<build>

View File

@@ -16,7 +16,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>modules</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<!--
@@ -25,9 +25,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/oai</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/oai</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/oai</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace/modules/oai</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace/modules/oai</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace/modules/oai</url>
</scm>
<build>

View File

@@ -10,14 +10,14 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<scm>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules</url>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace/modules</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace/modules</url>
</scm>
<modules>

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>modules</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<!--
@@ -24,9 +24,9 @@
and releases snapshots into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace/modules/solr</connection>
<developerConnection>scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace/modules/solr</developerConnection>
<url>http://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace/modules/solr</url>
<connection>scm:svn:http://dspace.svn.sourceforge.net/svnroot/dspace/branches/dspace-async-release</connection>
<developerConnection>scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/branches/dspace-async-release</developerConnection>
<url>http://dspace.svn.sourceforge.net/svnroot/dspace/branches/dspace-async-release</url>
</scm>
<build>

View File

@@ -16,7 +16,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>modules</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<!--
@@ -25,9 +25,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/sword</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/sword</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/sword</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace/modules/sword</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace/modules/sword</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace/modules/sword</url>
</scm>
<build>

View File

@@ -13,13 +13,13 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>modules</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<scm>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/xmlui</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/xmlui</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/xmlui</url>
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace/modules/xmlui</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace/modules/xmlui</url>
</scm>
<build>
@@ -143,13 +143,13 @@
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-discovery-xmlui-api</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-discovery-xmlui-webapp</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
<type>war</type>
</dependency>

View File

@@ -16,7 +16,7 @@
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</parent>
<!--
@@ -25,9 +25,9 @@
into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace</url>
</scm>
<profiles>

38
pom.xml
View File

@@ -3,7 +3,7 @@
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<packaging>pom</packaging>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
<name>DSpace Parent Project</name>
<url>http://projects.dspace.org</url>
@@ -177,72 +177,72 @@
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-api</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-sword-api</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-sword-webapp</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-jspui-api</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-jspui-webapp</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-oai-api</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-oai-webapp</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-lni-core</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-lni-client</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-lni-webapp</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-xmlui-api</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-xmlui-webapp</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-xmlui-wing</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
@@ -262,7 +262,7 @@
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-stats</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency>
<!-- DSpace Localization Packages -->
<dependency>
@@ -279,7 +279,7 @@
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-discovery-provider</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency>
<!-- DSpace third Party Dependencies -->
@@ -884,9 +884,9 @@
snapshots into the snapshot repository below.
-->
<scm>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk</url>
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release</url>
</scm>
<reporting>