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/dspace/branches/dspace-1_8_x@6956 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-parent</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace</url>
|
||||
</scm>
|
||||
|
||||
<!--
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<packaging>jar</packaging>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-discovery-provider</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<name>DSpace Discovery :: Discovery Provider Library</name>
|
||||
<description>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-discovery</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -104,10 +104,10 @@
|
||||
and releases snapshots into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-provider</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2
|
||||
scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-provider
|
||||
</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-provider</url>
|
||||
</scm>
|
||||
</project>
|
||||
|
@@ -4,13 +4,13 @@
|
||||
<packaging>jar</packaging>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-discovery-solr</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<name>DSpace Discovery :: Discovery Solr Implementation</name>
|
||||
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-discovery</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -52,10 +52,10 @@
|
||||
and releases snapshots into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-solr</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2
|
||||
scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-solr
|
||||
</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-solr</url>
|
||||
</scm>
|
||||
</project>
|
||||
|
@@ -5,13 +5,13 @@
|
||||
<packaging>jar</packaging>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-discovery-xmlui-api</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<name>DSpace Discovery :: Discovery XMLUI API</name>
|
||||
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-discovery</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -122,11 +122,11 @@
|
||||
and releases snapshots into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-api</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2
|
||||
scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-api
|
||||
</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-api</url>
|
||||
</scm>
|
||||
|
||||
</project>
|
||||
|
@@ -5,13 +5,13 @@
|
||||
<packaging>war</packaging>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-discovery-xmlui-webapp</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<name>DSpace Discovery :: Discovery XMLUI Webapp</name>
|
||||
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-discovery</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<dependency>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-discovery-xmlui-api</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<!-- external -->
|
||||
@@ -142,11 +142,11 @@
|
||||
and releases snapshots into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-webapp</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2
|
||||
scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-webapp
|
||||
</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery/dspace-discovery-xmlui-webapp</url>
|
||||
</scm>
|
||||
|
||||
</project>
|
||||
|
@@ -5,13 +5,13 @@
|
||||
<packaging>pom</packaging>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-discovery</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<name>DSpace Discovery :: Modules</name>
|
||||
|
||||
<parent>
|
||||
<artifactId>dspace-parent</artifactId>
|
||||
<groupId>org.dspace</groupId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -54,11 +54,11 @@
|
||||
and releases snapshots into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2
|
||||
scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery
|
||||
</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-discovery</url>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-jspui</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-jspui/dspace-jspui-api</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-jspui/dspace-jspui-api</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-jspui/dspace-jspui-api</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-jspui</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-jspui/dspace-jspui-webapp</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-jspui/dspace-jspui-webapp</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-jspui/dspace-jspui-webapp</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-parent</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-jspui</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-jspui</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-jspui</url>
|
||||
</scm>
|
||||
|
||||
<modules>
|
||||
|
@@ -12,14 +12,14 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-lni</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-lni/dspace-lni-client</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-lni/dspace-lni-client</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-lni/dspace-lni-client</url>
|
||||
</scm>
|
||||
|
||||
<profiles>
|
||||
|
@@ -10,14 +10,14 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-lni</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-lni/dspace-lni-core</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-lni/dspace-lni-core</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-lni/dspace-lni-core</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
|
@@ -12,14 +12,14 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-lni</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-lni/dspace-lni-webapp</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-lni/dspace-lni-webapp</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-lni/dspace-lni-webapp</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
@@ -12,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-parent</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-lni</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-lni</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-lni</url>
|
||||
</scm>
|
||||
|
||||
<modules>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-oai</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-oai/dspace-oai-api</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-oai/dspace-oai-api</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-oai/dspace-oai-api</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-oai</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-oai/dspace-oai-webapp</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-oai/dspace-oai-webapp</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-oai/dspace-oai-webapp</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-parent</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-oai</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-oai</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-oai</url>
|
||||
</scm>
|
||||
|
||||
<modules>
|
||||
|
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<artifactId>dspace-parent</artifactId>
|
||||
<groupId>org.dspace</groupId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-stats</artifactId>
|
||||
<name>DSpace Solr Statistics Logging Client Library</name>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<description>Library of Shared UsageEvent and EventConsumer Tools for Logging to Solr.</description>
|
||||
|
||||
<!--
|
||||
@@ -20,9 +20,9 @@
|
||||
releases snapshots into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-stats</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-stats</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-stats</url>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
|
@@ -5,13 +5,13 @@
|
||||
<packaging>jar</packaging>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-sword-client-api</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<name>DSpace Sword Client :: Sword Client API</name>
|
||||
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-sword-client</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -33,11 +33,11 @@
|
||||
and releases snapshots into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-api</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2
|
||||
scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-api
|
||||
</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-api</url>
|
||||
</scm>
|
||||
|
||||
</project>
|
||||
|
@@ -5,13 +5,13 @@
|
||||
<packaging>jar</packaging>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-sword-client-xmlui-api</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<name>DSpace Sword Client :: Sword Client XMLUI API</name>
|
||||
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-sword-client</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -48,12 +48,12 @@
|
||||
and releases snapshots into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-api
|
||||
</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2
|
||||
scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-api
|
||||
</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-api</url>
|
||||
</scm>
|
||||
|
||||
</project>
|
||||
|
@@ -4,13 +4,13 @@
|
||||
<packaging>war</packaging>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-sword-client-xmlui-webapp</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<name>DSpace Sword Client :: Sword Client XMLUI Webapp</name>
|
||||
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-sword-client</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -82,12 +82,12 @@
|
||||
-->
|
||||
<scm>
|
||||
<connection>
|
||||
scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2
|
||||
scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-webapp
|
||||
</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2
|
||||
scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-webapp
|
||||
</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client/dspace-sword-client-xmlui-webapp</url>
|
||||
</scm>
|
||||
|
||||
</project>
|
||||
|
@@ -4,13 +4,13 @@
|
||||
<packaging>pom</packaging>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-sword-client</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<name>DSpace Sword Client</name>
|
||||
|
||||
<parent>
|
||||
<artifactId>dspace-parent</artifactId>
|
||||
<groupId>org.dspace</groupId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -26,11 +26,11 @@
|
||||
and releases snapshots into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2
|
||||
scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client
|
||||
</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword-client</url>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
|
@@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-sword</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -27,10 +27,10 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword/dspace-sword-api</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword/dspace-sword-api
|
||||
</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword/dspace-sword-api</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-sword</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword/dspace-sword-webapp</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword/dspace-sword-webapp</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword/dspace-sword-webapp</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
@@ -114,7 +114,7 @@
|
||||
<dependency>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-sword-api</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-parent</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -26,9 +26,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-sword</url>
|
||||
</scm>
|
||||
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-parent</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-swordv2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-swordv2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-swordv2</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
@@ -13,15 +13,15 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-xmlui</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-xmlui/dspace-xmlui-api</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-xmlui/dspace-xmlui-api
|
||||
</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-xmlui/dspace-xmlui-api/</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
|
@@ -13,15 +13,15 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-xmlui</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-xmlui/dspace-xmlui-webapp</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-xmlui/dspace-xmlui-webapp
|
||||
</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-xmlui/dspace-xmlui-webapp</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
@@ -10,15 +10,15 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-xmlui</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-xmlui/dspace-xmlui-wing</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-xmlui/dspace-xmlui-wing
|
||||
</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-xmlui/dspace-xmlui-wing</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
|
@@ -12,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-parent</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-xmlui</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-xmlui</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace-xmlui</url>
|
||||
</scm>
|
||||
|
||||
<modules>
|
||||
|
@@ -10,7 +10,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>modules</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -75,9 +75,9 @@
|
||||
</profiles>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/jspui</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/jspui</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/jspui</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
@@ -12,14 +12,14 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>modules</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/lni</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/lni</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/lni</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
@@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>modules</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -26,9 +26,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/oai</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/oai</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/oai</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
@@ -10,14 +10,14 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-parent</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules</url>
|
||||
</scm>
|
||||
|
||||
<!--
|
||||
|
@@ -2,7 +2,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.dspace.modules</groupId>
|
||||
<artifactId>solr</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
<name>DSpace SOLR :: Web Application</name>
|
||||
<description>
|
||||
@@ -26,9 +26,9 @@
|
||||
and releases snapshots into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://dspace.svn.sourceforge.net/svnroot/dspace/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://dspace.svn.sourceforge.net/svnroot/dspace/tags/dspace-1.8.2</url>
|
||||
<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>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
@@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>modules</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -26,9 +26,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/sword</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/sword</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/sword</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
@@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>modules</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -26,9 +26,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/swordv2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/swordv2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/swordv2</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
@@ -13,14 +13,14 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>modules</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/xmlui</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/xmlui</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace/modules/xmlui</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
@@ -145,32 +145,32 @@
|
||||
<dependency>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-discovery-solr</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-discovery-xmlui-api</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-discovery-xmlui-webapp</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-sword-client-xmlui-api</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-sword-client-xmlui-webapp</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-parent</artifactId>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -26,9 +26,9 @@
|
||||
into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/branches/dspace-1_8_x/dspace</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
|
8
pom.xml
8
pom.xml
@@ -3,7 +3,7 @@
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.8.2</version>
|
||||
<version>1.8.3-SNAPSHOT</version>
|
||||
<name>DSpace Parent Project</name>
|
||||
<url>http://projects.dspace.org</url>
|
||||
|
||||
@@ -1066,9 +1066,9 @@
|
||||
snapshots into the snapshot repository below.
|
||||
-->
|
||||
<scm>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.8.2</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.8.2</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.8.2</url>
|
||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/branches/dspace-1_8_x</connection>
|
||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-1_8_x</developerConnection>
|
||||
<url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-1_8_x</url>
|
||||
</scm>
|
||||
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user