mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-09 19:13:18 +00:00
Compare commits
7 Commits
rest-tutor
...
dspace-1.6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e30be69b31 | ||
![]() |
37b623235c | ||
![]() |
f1c875175b | ||
![]() |
a681a557a6 | ||
![]() |
368a189aed | ||
![]() |
08505b7280 | ||
![]() |
fe63ccecde |
43
README
43
README
@@ -1,24 +1,47 @@
|
|||||||
DSpace Version 1.5-SNAPSHOT, $Date$
|
|
||||||
|
|
||||||
Installation instructions are included in this release package under
|
Installation instructions are included in this release package under
|
||||||
|
|
||||||
dspace/docs/install.html
|
- dspace/docs/html/index.html
|
||||||
|
or
|
||||||
|
- dspace/docs/pdf/DSpace-Manual.pdf
|
||||||
|
|
||||||
|
DSpace version information can be found in this release package under
|
||||||
|
- dspace/CHANGES
|
||||||
|
|
||||||
Documentation for the most recent stable release may be viewed online at
|
Documentation for the most recent stable release may be viewed online at
|
||||||
dspace.org:
|
dspace.org:
|
||||||
|
|
||||||
http://dspace.org/technology/system-docs/
|
- http://dspace.org/current-release/latest-release/
|
||||||
|
|
||||||
|
|
||||||
Installation instructions for other version may be different, so you
|
Installation instructions for other version may be different, so you
|
||||||
are encouraged to obtain the corresponding documentation package from
|
are encouraged to obtain the corresponding documentation package from
|
||||||
SourceForge, or to download the latest documentation snapshot from SVN
|
SourceForge, or to download the latest documentation snapshot from SVN
|
||||||
|
|
||||||
Please also read the dspace/KNOWN_BUGS file.
|
To obtain files from the SVN repository and build, please see:
|
||||||
|
|
||||||
Please refer any further problems to the dspace-tech@lists.sourceforge.net
|
- https://scm.dspace.org/svn/repo/dspace/tags/
|
||||||
mailing list.
|
|
||||||
|
|
||||||
http://sourceforge.net/mail/?group_id=19984
|
|
||||||
|
|
||||||
Copyright (c) 2002-2006, Hewlett-Packard Company and Massachusetts
|
Please refer any further problems to the dspace-tech@lists.sourceforge.net
|
||||||
Institute of Technology. All rights reserved.
|
mailing list.
|
||||||
|
|
||||||
|
- http://sourceforge.net/mail/?group_id=19984
|
||||||
|
|
||||||
|
|
||||||
|
Detailed Issue Tracking for DSpace is done on our JIRA Issue Tracker
|
||||||
|
|
||||||
|
- http://jira.dspace.org/
|
||||||
|
|
||||||
|
|
||||||
|
To contribute to DSpace, please see:
|
||||||
|
|
||||||
|
- http://wiki.dspace.org/index.php/HowToContribute
|
||||||
|
|
||||||
|
|
||||||
|
For more details about DSpace, including a list of service providers,
|
||||||
|
places to seek help, news articles and lists of other users, please see:
|
||||||
|
|
||||||
|
- http://www.dspace.org/
|
||||||
|
|
||||||
|
|
||||||
|
Copyright (c) 2002-2010, DuraSpace. All rights reserved.
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-parent</artifactId>
|
<artifactId>dspace-parent</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -39,9 +39,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-jspui</artifactId>
|
<artifactId>dspace-jspui</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -40,9 +40,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-api</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-jspui/dspace-jspui-api</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-api</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-jspui/dspace-jspui-api</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-api</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-jspui/dspace-jspui-api</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-jspui</artifactId>
|
<artifactId>dspace-jspui</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -40,9 +40,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-webapp</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-jspui/dspace-jspui-webapp</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-webapp</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-jspui/dspace-jspui-webapp</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui/dspace-jspui-webapp</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-jspui/dspace-jspui-webapp</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-parent</artifactId>
|
<artifactId>dspace-parent</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -40,9 +40,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-jspui</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-jspui</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-jspui</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-lni</artifactId>
|
<artifactId>dspace-lni</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -33,9 +33,9 @@
|
|||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-client</connection>
|
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-client</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-lni/dspace-lni-client</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-client</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-lni/dspace-lni-client</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-lni</artifactId>
|
<artifactId>dspace-lni</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -31,9 +31,9 @@
|
|||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-core</connection>
|
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-core</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-lni/dspace-lni-core</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-core</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-lni/dspace-lni-core</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-lni</artifactId>
|
<artifactId>dspace-lni</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -33,9 +33,9 @@
|
|||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-webapp</connection>
|
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-webapp</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-lni/dspace-lni-webapp</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni/dspace-lni-webapp</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-lni/dspace-lni-webapp</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-parent</artifactId>
|
<artifactId>dspace-parent</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -38,9 +38,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-lni</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-lni</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-lni</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-oai</artifactId>
|
<artifactId>dspace-oai</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -40,9 +40,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-api</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-oai/dspace-oai-api</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-api</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-oai/dspace-oai-api</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-api</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-oai/dspace-oai-api</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-oai</artifactId>
|
<artifactId>dspace-oai</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -40,9 +40,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-webapp</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-oai/dspace-oai-webapp</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-webapp</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-oai/dspace-oai-webapp</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai/dspace-oai-webapp</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-oai/dspace-oai-webapp</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-parent</artifactId>
|
<artifactId>dspace-parent</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -40,9 +40,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-oai</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-oai</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-oai</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
@@ -3,14 +3,14 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>dspace-parent</artifactId>
|
<artifactId>dspace-parent</artifactId>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-stats</artifactId>
|
<artifactId>dspace-stats</artifactId>
|
||||||
<name>DSpace Solr Statistics Logging Client Library</name>
|
<name>DSpace Solr Statistics Logging Client Library</name>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
<description>Library of Shared UsageEvent and EventConsumer Tools for Logging to Solr.</description>
|
<description>Library of Shared UsageEvent and EventConsumer Tools for Logging to Solr.</description>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -36,9 +36,9 @@
|
|||||||
releases snapshots into the snapshot repository below.
|
releases snapshots into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-stats</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-stats</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-stats</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-stats</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-stats</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-stats</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-api</artifactId>
|
<artifactId>dspace-api</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace.dependencies</groupId>
|
<groupId>org.dspace.dependencies</groupId>
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-sword</artifactId>
|
<artifactId>dspace-sword</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -42,9 +42,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword/dspace-sword-api</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-sword/dspace-sword-api</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword/dspace-sword-api</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/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/tags/dspace-1.6.0/dspace-sword/dspace-sword-api</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-sword</artifactId>
|
<artifactId>dspace-sword</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -40,9 +40,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword/dspace-sword-webapp</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-sword/dspace-sword-webapp</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword/dspace-sword-webapp</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-sword/dspace-sword-webapp</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword/dspace-sword-webapp</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-sword/dspace-sword-webapp</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-sword-api</artifactId>
|
<artifactId>dspace-sword-api</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-parent</artifactId>
|
<artifactId>dspace-parent</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -42,9 +42,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-sword</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-sword</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-sword</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-parent</artifactId>
|
<artifactId>dspace-parent</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -40,9 +40,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-ui-shared</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-ui-shared</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-ui-shared</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-ui-shared</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-ui-shared</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-ui-shared</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-xmlui</artifactId>
|
<artifactId>dspace-xmlui</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -34,9 +34,9 @@
|
|||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-api</connection>
|
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-api</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/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/tags/dspace-1.6.0/dspace-xmlui/dspace-xmlui-api</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-xmlui</artifactId>
|
<artifactId>dspace-xmlui</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -34,9 +34,9 @@
|
|||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-webapp</connection>
|
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-webapp</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/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/tags/dspace-1.6.0/dspace-xmlui/dspace-xmlui-webapp</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-xmlui</artifactId>
|
<artifactId>dspace-xmlui</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -31,9 +31,9 @@
|
|||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-wing</connection>
|
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-wing</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/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/tags/dspace-1.6.0/dspace-xmlui/dspace-xmlui-wing</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-parent</artifactId>
|
<artifactId>dspace-parent</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -38,9 +38,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-xmlui</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-xmlui</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-xmlui</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
DSpace source code license:
|
DSpace source code license:
|
||||||
|
|
||||||
|
|
||||||
Copyright (c) 2002-2009, DuraSpace. All rights reserved.
|
Copyright (c) 2002-2010, DuraSpace. All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions are
|
modification, are permitted provided that the following conditions are
|
||||||
|
@@ -1,16 +1,16 @@
|
|||||||
$Date$
|
|
||||||
|
|
||||||
Installation instructions are included in this release package under
|
Installation instructions are included in this release package under
|
||||||
|
|
||||||
- html/docs/install.html
|
- docs/html/index.html
|
||||||
or
|
or
|
||||||
- pdf/DSpace-Manual.pdf
|
- docs/pdf/DSpace-Manual.pdf
|
||||||
|
|
||||||
|
DSpace version information can be found in this release package under
|
||||||
|
- CHANGES
|
||||||
|
|
||||||
Documentation for the most recent stable release may be viewed online at
|
Documentation for the most recent stable release may be viewed online at
|
||||||
dspace.org:
|
dspace.org:
|
||||||
|
|
||||||
- http://dspace.org/technology/system-docs/
|
- http://dspace.org/current-release/latest-release/
|
||||||
|
|
||||||
|
|
||||||
Installation instructions for other version may be different, so you
|
Installation instructions for other version may be different, so you
|
||||||
@@ -19,7 +19,7 @@ SourceForge, or to download the latest documentation snapshot from SVN
|
|||||||
|
|
||||||
To obtain files from the SVN repository and build, please see:
|
To obtain files from the SVN repository and build, please see:
|
||||||
|
|
||||||
- https://scm.dspace.org/svn/repo/dspace/trunk/
|
- https://scm.dspace.org/svn/repo/dspace/tags/
|
||||||
|
|
||||||
|
|
||||||
Please refer any further problems to the dspace-tech@lists.sourceforge.net
|
Please refer any further problems to the dspace-tech@lists.sourceforge.net
|
||||||
@@ -44,4 +44,4 @@ places to seek help, news articles and lists of other users, please see:
|
|||||||
- http://www.dspace.org/
|
- http://www.dspace.org/
|
||||||
|
|
||||||
|
|
||||||
Copyright (c) 2002-2009, DuraSpace. All rights reserved.
|
Copyright (c) 2002-2010, DuraSpace. All rights reserved.
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>modules</artifactId>
|
<artifactId>modules</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
@@ -89,9 +89,9 @@
|
|||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/jspui</connection>
|
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/jspui</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace/modules/jspui</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/jspui</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace/modules/jspui</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>modules</artifactId>
|
<artifactId>modules</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -32,9 +32,9 @@
|
|||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/lni</connection>
|
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/lni</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace/modules/lni</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/lni</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace/modules/lni</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>modules</artifactId>
|
<artifactId>modules</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -41,9 +41,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/oai</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace/modules/oai</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/oai</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace/modules/oai</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/oai</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace/modules/oai</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-parent</artifactId>
|
<artifactId>dspace-parent</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -30,9 +30,9 @@
|
|||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules</connection>
|
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace/modules</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace/modules</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>modules</artifactId>
|
<artifactId>modules</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -40,9 +40,9 @@
|
|||||||
and releases snapshots into the snapshot repository below.
|
and releases snapshots into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace/modules/solr</connection>
|
<connection>scm:svn:http://dspace.svn.sourceforge.net/svnroot/dspace/tags/dspace-1.6.0</connection>
|
||||||
<developerConnection>scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace/modules/solr</developerConnection>
|
<developerConnection>scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/tags/dspace-1.6.0</developerConnection>
|
||||||
<url>http://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace/modules/solr</url>
|
<url>http://dspace.svn.sourceforge.net/svnroot/dspace/tags/dspace-1.6.0</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>modules</artifactId>
|
<artifactId>modules</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -41,9 +41,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/sword</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace/modules/sword</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/sword</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace/modules/sword</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/sword</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace/modules/sword</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>modules</artifactId>
|
<artifactId>modules</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -33,9 +33,9 @@
|
|||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/xmlui</connection>
|
<connection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/xmlui</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace/modules/xmlui</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace/modules/xmlui</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace/modules/xmlui</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-parent</artifactId>
|
<artifactId>dspace-parent</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -41,9 +41,9 @@
|
|||||||
into the snapshot repository below.
|
into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk/dspace</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
38
pom.xml
38
pom.xml
@@ -3,7 +3,7 @@
|
|||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-parent</artifactId>
|
<artifactId>dspace-parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
<name>DSpace Parent Project</name>
|
<name>DSpace Parent Project</name>
|
||||||
<url>http://projects.dspace.org</url>
|
<url>http://projects.dspace.org</url>
|
||||||
|
|
||||||
@@ -215,78 +215,78 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-api</artifactId>
|
<artifactId>dspace-api</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-ui-shared</artifactId>
|
<artifactId>dspace-ui-shared</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-sword-api</artifactId>
|
<artifactId>dspace-sword-api</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-sword-webapp</artifactId>
|
<artifactId>dspace-sword-webapp</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-jspui-api</artifactId>
|
<artifactId>dspace-jspui-api</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-jspui-webapp</artifactId>
|
<artifactId>dspace-jspui-webapp</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-oai-api</artifactId>
|
<artifactId>dspace-oai-api</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-oai-webapp</artifactId>
|
<artifactId>dspace-oai-webapp</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-lni-core</artifactId>
|
<artifactId>dspace-lni-core</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-lni-client</artifactId>
|
<artifactId>dspace-lni-client</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-lni-webapp</artifactId>
|
<artifactId>dspace-lni-webapp</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-xmlui-api</artifactId>
|
<artifactId>dspace-xmlui-api</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-xmlui-webapp</artifactId>
|
<artifactId>dspace-xmlui-webapp</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-xmlui-wing</artifactId>
|
<artifactId>dspace-xmlui-wing</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
@@ -306,7 +306,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace-stats</artifactId>
|
<artifactId>dspace-stats</artifactId>
|
||||||
<version>1.6.0-SNAPSHOT</version>
|
<version>1.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- DSpace Localization Packages -->
|
<!-- DSpace Localization Packages -->
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -818,9 +818,9 @@
|
|||||||
snapshots into the snapshot repository below.
|
snapshots into the snapshot repository below.
|
||||||
-->
|
-->
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/trunk</connection>
|
<connection>scm:svn:http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0</connection>
|
||||||
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk</developerConnection>
|
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0</developerConnection>
|
||||||
<url>http://scm.dspace.org/svn/repo/dspace/trunk</url>
|
<url>http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
Reference in New Issue
Block a user