[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> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId> <artifactId>dspace-parent</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<!-- <!--
@@ -22,9 +22,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/branches/dspace-async-release/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/branches/dspace-async-release/dspace</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace</url> <url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace</url>
</scm> </scm>
<!-- <!--

View File

@@ -1,124 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<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> <modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging> <packaging>jar</packaging>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-discovery-provider</artifactId> <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> <name>DSpace Discovery :: Discovery Provider Library</name>
<description> <description>
Build Information Build Information
$Id: pom.xml 5367 2010-09-30 00:30:11Z mdiggory $ $Id: pom.xml 5367 2010-09-30 00:30:11Z mdiggory $
$URL: https://scm.dspace.org/svn/repo/modules/dspace-discovery/trunk/provider/pom.xml $ $URL: https://scm.dspace.org/svn/repo/modules/dspace-discovery/trunk/provider/pom.xml $
</description> </description>
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>discovery-modules</artifactId> <artifactId>discovery-modules</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-api</artifactId> <artifactId>dspace-api</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-httpclient</groupId> <groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId> <artifactId>commons-httpclient</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId> <artifactId>servlet-api</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.solr</groupId> <groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId> <artifactId>solr-solrj</artifactId>
<version>1.4.1</version> <version>1.4.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.cocoon</groupId> <groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-maven-plugin</artifactId> <artifactId>cocoon-maven-plugin</artifactId>
<version>1.0.0-M2</version> <version>1.0.0-M2</version>
<executions> <executions>
<execution> <execution>
<id>prepare</id> <id>prepare</id>
<phase>compile</phase> <phase>compile</phase>
<goals> <goals>
<goal>prepare</goal> <goal>prepare</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.mortbay.jetty</groupId> <groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId> <artifactId>maven-jetty-plugin</artifactId>
<version>6.1.7</version> <version>6.1.7</version>
<configuration> <configuration>
<connectors> <connectors>
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector"> <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<port>8888</port> <port>8888</port>
<maxIdleTime>30000</maxIdleTime> <maxIdleTime>30000</maxIdleTime>
</connector> </connector>
</connectors> </connectors>
<webAppSourceDirectory>${project.build.directory}/rcl/webapp</webAppSourceDirectory> <webAppSourceDirectory>${project.build.directory}/rcl/webapp</webAppSourceDirectory>
<contextPath>/</contextPath> <contextPath>/</contextPath>
<systemProperties> <systemProperties>
<systemProperty> <systemProperty>
<name>org.apache.cocoon.mode</name> <name>org.apache.cocoon.mode</name>
<value>dev</value> <value>dev</value>
</systemProperty> </systemProperty>
</systemProperties> </systemProperties>
</configuration> </configuration>
</plugin> </plugin>
<!-- <!--
<plugin> <plugin>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>2.1</version> <version>2.1</version>
<configuration> <configuration>
<archive> <archive>
<manifestEntries> <manifestEntries>
<Cocoon-Block-Name>${pom.artifactId}</Cocoon-Block-Name> <Cocoon-Block-Name>${pom.artifactId}</Cocoon-Block-Name>
</manifestEntries> </manifestEntries>
</archive> </archive>
</configuration> </configuration>
</plugin> </plugin>
--> -->
<plugin> <plugin>
<artifactId>maven-eclipse-plugin</artifactId> <artifactId>maven-eclipse-plugin</artifactId>
<version>2.5</version> <version>2.5</version>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<!-- <!--
The Subversion repository location is used by Continuum to update The Subversion repository location is used by Continuum to update
against when changes have occured, this spawns a new build cycle against when changes have occured, this spawns a new build cycle
and releases snapshots into the snapshot repository below. and releases snapshots into the snapshot repository below.
--> -->
<scm> <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> <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> </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> </scm>
</project> </project>

View File

@@ -1,130 +1,130 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<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> <modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging> <packaging>jar</packaging>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-discovery-xmlui-api</artifactId> <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> <name>DSpace Discovery :: Discovery XMLUI API</name>
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>discovery-modules</artifactId> <artifactId>discovery-modules</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-xmlui-api</artifactId> <artifactId>dspace-xmlui-api</artifactId>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>solr-solrj</artifactId> <artifactId>solr-solrj</artifactId>
<groupId>org.apache.solr</groupId> <groupId>org.apache.solr</groupId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<!-- external --> <!-- external -->
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId> <artifactId>servlet-api</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-discovery-provider</artifactId> <artifactId>dspace-discovery-provider</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.cocoon</groupId> <groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-maven-plugin</artifactId> <artifactId>cocoon-maven-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<id>prepare</id> <id>prepare</id>
<phase>compile</phase> <phase>compile</phase>
<goals> <goals>
<goal>prepare</goal> <goal>prepare</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<!-- <!--
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId> <artifactId>maven-war-plugin</artifactId>
<configuration> <configuration>
<archiveClasses>false</archiveClasses> <archiveClasses>false</archiveClasses>
<attachClasses>true</attachClasses> <attachClasses>true</attachClasses>
<classesClassifier>classes</classesClassifier> <classesClassifier>classes</classesClassifier>
<failOnMissingWebXml>false</failOnMissingWebXml> <failOnMissingWebXml>false</failOnMissingWebXml>
<packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes> <packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes>
<warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes> <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<phase>prepare-package</phase> <phase>prepare-package</phase>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
--> -->
<plugin> <plugin>
<groupId>org.mortbay.jetty</groupId> <groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId> <artifactId>maven-jetty-plugin</artifactId>
<version>6.1.7</version> <version>6.1.7</version>
<configuration> <configuration>
<connectors> <connectors>
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector"> <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<port>8888</port> <port>8888</port>
<maxIdleTime>30000</maxIdleTime> <maxIdleTime>30000</maxIdleTime>
</connector> </connector>
</connectors> </connectors>
<webAppSourceDirectory>${project.build.directory}/rcl/webapp</webAppSourceDirectory> <webAppSourceDirectory>${project.build.directory}/rcl/webapp</webAppSourceDirectory>
<contextPath>/</contextPath> <contextPath>/</contextPath>
<systemProperties> <systemProperties>
<systemProperty> <systemProperty>
<name>org.apache.cocoon.mode</name> <name>org.apache.cocoon.mode</name>
<value>dev</value> <value>dev</value>
</systemProperty> </systemProperty>
</systemProperties> </systemProperties>
</configuration> </configuration>
</plugin> </plugin>
<!-- <!--
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<configuration> <configuration>
<archive> <archive>
<index>true</index> <index>true</index>
<manifestEntries> <manifestEntries>
<Cocoon-Block-Name>discovery-xmlui-block</Cocoon-Block-Name> <Cocoon-Block-Name>discovery-xmlui-block</Cocoon-Block-Name>
</manifestEntries> </manifestEntries>
</archive> </archive>
</configuration> </configuration>
</plugin> </plugin>
--> -->
</plugins> </plugins>
</build> </build>
<!-- <!--
The Subversion repository location is used by Continuum to update The Subversion repository location is used by Continuum to update
against when changes have occured, this spawns a new build cycle against when changes have occured, this spawns a new build cycle
and releases snapshots into the snapshot repository below. and releases snapshots into the snapshot repository below.
--> -->
<scm> <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> <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> </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> </scm>
</project> </project>

View File

@@ -1,155 +1,155 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Licensed to the Apache Software Foundation (ASF) under one or more Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership. this work for additional information regarding copyright ownership.
The ASF licenses this file to you under the Apache License, Version The ASF licenses this file to you under the Apache License, Version
2.0 (the "License"); you may not use this file except in compliance 2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 Unless required by http://www.apache.org/licenses/LICENSE-2.0 Unless required by
applicable law or agreed to in writing, software distributed under the applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for CONDITIONS OF ANY KIND, either express or implied. See the License for
the specific language governing permissions and limitations under the the specific language governing permissions and limitations under the
License. License.
--> -->
<!-- $Id: pom.xml 4739 2010-02-04 16:53:55Z benbosman $ --> <!-- $Id: pom.xml 4739 2010-02-04 16:53:55Z benbosman $ -->
<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> <modelVersion>4.0.0</modelVersion>
<packaging>war</packaging> <packaging>war</packaging>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-discovery-xmlui-webapp</artifactId> <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> <name>DSpace Discovery :: Discovery XMLUI Webapp</name>
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>discovery-modules</artifactId> <artifactId>discovery-modules</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-xmlui-api</artifactId> <artifactId>dspace-xmlui-api</artifactId>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>solr-solrj</artifactId> <artifactId>solr-solrj</artifactId>
<groupId>org.apache.solr</groupId> <groupId>org.apache.solr</groupId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-discovery-xmlui-api</artifactId> <artifactId>dspace-discovery-xmlui-api</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency> </dependency>
<!-- external --> <!-- external -->
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId> <artifactId>servlet-api</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.cocoon</groupId> <groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-maven-plugin</artifactId> <artifactId>cocoon-maven-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<id>prepare</id> <id>prepare</id>
<phase>compile</phase> <phase>compile</phase>
<goals> <goals>
<goal>prepare</goal> <goal>prepare</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId> <artifactId>maven-war-plugin</artifactId>
<configuration> <configuration>
<archiveClasses>false</archiveClasses> <archiveClasses>false</archiveClasses>
<attachClasses>true</attachClasses> <attachClasses>true</attachClasses>
<classesClassifier>classes</classesClassifier> <classesClassifier>classes</classesClassifier>
<failOnMissingWebXml>false</failOnMissingWebXml> <failOnMissingWebXml>false</failOnMissingWebXml>
<packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes> <packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes>
<warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes> <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
<webResources> <webResources>
<resource> <resource>
<filtering>true</filtering> <filtering>true</filtering>
<directory>${basedir}/src/main/webapp</directory> <directory>${basedir}/src/main/webapp</directory>
<includes> <includes>
<include>WEB-INF/web.xml</include> <include>WEB-INF/web.xml</include>
</includes> </includes>
</resource> </resource>
</webResources> </webResources>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<phase>prepare-package</phase> <phase>prepare-package</phase>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.mortbay.jetty</groupId> <groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId> <artifactId>maven-jetty-plugin</artifactId>
<version>6.1.7</version> <version>6.1.7</version>
<configuration> <configuration>
<connectors> <connectors>
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector"> <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<port>8888</port> <port>8888</port>
<maxIdleTime>30000</maxIdleTime> <maxIdleTime>30000</maxIdleTime>
</connector> </connector>
</connectors> </connectors>
<webAppSourceDirectory>${project.build.directory}/rcl/webapp</webAppSourceDirectory> <webAppSourceDirectory>${project.build.directory}/rcl/webapp</webAppSourceDirectory>
<contextPath>/</contextPath> <contextPath>/</contextPath>
<systemProperties> <systemProperties>
<systemProperty> <systemProperty>
<name>org.apache.cocoon.mode</name> <name>org.apache.cocoon.mode</name>
<value>dev</value> <value>dev</value>
</systemProperty> </systemProperty>
</systemProperties> </systemProperties>
</configuration> </configuration>
</plugin> </plugin>
<!-- <!--
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<configuration> <configuration>
<archive> <archive>
<index>true</index> <index>true</index>
<manifestEntries> <manifestEntries>
<Cocoon-Block-Name>discovery-xmlui-block</Cocoon-Block-Name> <Cocoon-Block-Name>discovery-xmlui-block</Cocoon-Block-Name>
</manifestEntries> </manifestEntries>
</archive> </archive>
</configuration> </configuration>
</plugin> </plugin>
--> -->
</plugins> </plugins>
</build> </build>
<!-- <!--
The Subversion repository location is used by Continuum to update The Subversion repository location is used by Continuum to update
against when changes have occured, this spawns a new build cycle against when changes have occured, this spawns a new build cycle
and releases snapshots into the snapshot repository below. and releases snapshots into the snapshot repository below.
--> -->
<scm> <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> <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> </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> </scm>
</project> </project>

View File

@@ -1,67 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<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> <modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging> <packaging>pom</packaging>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>discovery-modules</artifactId> <artifactId>discovery-modules</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
<name>DSpace Discovery :: Modules</name> <name>DSpace Discovery :: Modules</name>
<parent> <parent>
<artifactId>dspace-parent</artifactId> <artifactId>dspace-parent</artifactId>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<modules> <modules>
<module>dspace-discovery-provider</module> <module>dspace-discovery-provider</module>
<module>dspace-discovery-xmlui-api</module> <module>dspace-discovery-xmlui-api</module>
<module>dspace-discovery-xmlui-webapp</module> <module>dspace-discovery-xmlui-webapp</module>
</modules> </modules>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.mortbay.jetty</groupId> <groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId> <artifactId>maven-jetty-plugin</artifactId>
<version>6.1.7</version> <version>6.1.7</version>
<configuration> <configuration>
<connectors> <connectors>
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector"> <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<port>8888</port> <port>8888</port>
<maxIdleTime>30000</maxIdleTime> <maxIdleTime>30000</maxIdleTime>
</connector> </connector>
</connectors> </connectors>
<webAppSourceDirectory>${project.build.directory}/rcl/webapp</webAppSourceDirectory> <webAppSourceDirectory>${project.build.directory}/rcl/webapp</webAppSourceDirectory>
<contextPath>/</contextPath> <contextPath>/</contextPath>
<systemProperties> <systemProperties>
<systemProperty> <systemProperty>
<name>org.apache.cocoon.mode</name> <name>org.apache.cocoon.mode</name>
<value>dev</value> <value>dev</value>
</systemProperty> </systemProperty>
</systemProperties> </systemProperties>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<!-- <!--
The Subversion repository location is used by Continuum to update The Subversion repository location is used by Continuum to update
against when changes have occured, this spawns a new build cycle against when changes have occured, this spawns a new build cycle
and releases snapshots into the snapshot repository below. and releases snapshots into the snapshot repository below.
--> -->
<scm> <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> <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> </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> </scm>
<issueManagement> <issueManagement>
<system>JIRA</system> <system>JIRA</system>
<url>http://jira.dspace.org/jira/browse/DISCOVERY</url> <url>http://jira.dspace.org/jira/browse/DISCOVERY</url>
</issueManagement> </issueManagement>
</project> </project>

View File

@@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-jspui</artifactId> <artifactId>dspace-jspui</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<!-- <!--
@@ -23,9 +23,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/branches/dspace-async-release/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/branches/dspace-async-release/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/branches/dspace-async-release/dspace-jspui/dspace-jspui-api</url>
</scm> </scm>
<dependencies> <dependencies>

View File

@@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-jspui</artifactId> <artifactId>dspace-jspui</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<!-- <!--
@@ -23,9 +23,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/branches/dspace-async-release/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/branches/dspace-async-release/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/branches/dspace-async-release/dspace-jspui/dspace-jspui-webapp</url>
</scm> </scm>
<build> <build>

View File

@@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId> <artifactId>dspace-parent</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<!-- <!--
@@ -23,9 +23,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/branches/dspace-async-release/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/branches/dspace-async-release/dspace-jspui</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-jspui</url> <url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-jspui</url>
</scm> </scm>
<modules> <modules>

View File

@@ -12,13 +12,13 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-lni</artifactId> <artifactId>dspace-lni</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<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/branches/dspace-async-release</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/branches/dspace-async-release/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/branches/dspace-async-release/dspace-lni/dspace-lni-client</url>
</scm> </scm>
<profiles> <profiles>

View File

@@ -10,13 +10,13 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-lni</artifactId> <artifactId>dspace-lni</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<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/branches/dspace-async-release</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/branches/dspace-async-release/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/branches/dspace-async-release/dspace-lni/dspace-lni-core</url>
</scm> </scm>
<dependencies> <dependencies>

View File

@@ -12,13 +12,13 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-lni</artifactId> <artifactId>dspace-lni</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<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/branches/dspace-async-release</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/branches/dspace-async-release/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/branches/dspace-async-release/dspace-lni/dspace-lni-webapp</url>
</scm> </scm>
<build> <build>

View File

@@ -12,7 +12,7 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId> <artifactId>dspace-parent</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<!-- <!--
@@ -21,9 +21,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/branches/dspace-async-release/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/branches/dspace-async-release/dspace-lni</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-lni</url> <url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-lni</url>
</scm> </scm>
<modules> <modules>

View File

@@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-oai</artifactId> <artifactId>dspace-oai</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<!-- <!--
@@ -23,9 +23,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/branches/dspace-async-release/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/branches/dspace-async-release/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/branches/dspace-async-release/dspace-oai/dspace-oai-api</url>
</scm> </scm>
<dependencies> <dependencies>

View File

@@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-oai</artifactId> <artifactId>dspace-oai</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<!-- <!--
@@ -23,9 +23,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/branches/dspace-async-release/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/branches/dspace-async-release/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/branches/dspace-async-release/dspace-oai/dspace-oai-webapp</url>
</scm> </scm>
<build> <build>

View File

@@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId> <artifactId>dspace-parent</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<!-- <!--
@@ -23,9 +23,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/branches/dspace-async-release/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/branches/dspace-async-release/dspace-oai</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-oai</url> <url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-oai</url>
</scm> </scm>
<modules> <modules>

View File

@@ -1,135 +1,135 @@
<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">
<parent> <parent>
<artifactId>dspace-parent</artifactId> <artifactId>dspace-parent</artifactId>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</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.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</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>
<!-- <!--
The Subversion repository location is used by Continuum to update The Subversion repository location is used by Continuum to update
against when changes have occured, this spawns a new build cycle and against when changes have occured, this spawns a new build cycle and
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/branches/dspace-async-release/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/branches/dspace-async-release/dspace-stats</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-stats</url> <url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-stats</url>
</scm> </scm>
<developers> <developers>
<developer> <developer>
<name>Ben Bosman</name> <name>Ben Bosman</name>
<email>ben at atmire.com</email> <email>ben at atmire.com</email>
<url>http://www.atmire.com</url> <url>http://www.atmire.com</url>
<organization>@MIRE</organization> <organization>@MIRE</organization>
<organizationUrl>http://www.atmire.com</organizationUrl> <organizationUrl>http://www.atmire.com</organizationUrl>
<timezone>+1</timezone> <timezone>+1</timezone>
</developer> </developer>
<developer> <developer>
<name>Mark Diggory</name> <name>Mark Diggory</name>
<email>mdiggory at atmire.com</email> <email>mdiggory at atmire.com</email>
<url>http://www.atmire.com</url> <url>http://www.atmire.com</url>
<organization>@MIRE</organization> <organization>@MIRE</organization>
<organizationUrl>http://www.atmire.com</organizationUrl> <organizationUrl>http://www.atmire.com</organizationUrl>
<timezone>-5</timezone> <timezone>-5</timezone>
</developer> </developer>
<developer> <developer>
<name>Lieven Droogmans</name> <name>Lieven Droogmans</name>
<email>lieven at atmire.com</email> <email>lieven at atmire.com</email>
<url>http://www.atmire.com</url> <url>http://www.atmire.com</url>
<organization>@MIRE</organization> <organization>@MIRE</organization>
<organizationUrl>http://www.atmire.com</organizationUrl> <organizationUrl>http://www.atmire.com</organizationUrl>
<timezone>+1</timezone> <timezone>+1</timezone>
</developer> </developer>
<developer> <developer>
<name>Art Lowel</name> <name>Art Lowel</name>
<email>art at atmire.com</email> <email>art at atmire.com</email>
<url>http://www.atmire.com</url> <url>http://www.atmire.com</url>
<organization>@MIRE</organization> <organization>@MIRE</organization>
<organizationUrl>http://www.atmire.com</organizationUrl> <organizationUrl>http://www.atmire.com</organizationUrl>
<timezone>+1</timezone> <timezone>+1</timezone>
</developer> </developer>
<developer> <developer>
<name>Kevin Van de velde</name> <name>Kevin Van de velde</name>
<email>kevin at atmire.com</email> <email>kevin at atmire.com</email>
<url>http://www.atmire.com</url> <url>http://www.atmire.com</url>
<organization>@MIRE</organization> <organization>@MIRE</organization>
<organizationUrl>http://www.atmire.com</organizationUrl> <organizationUrl>http://www.atmire.com</organizationUrl>
<timezone>+1</timezone> <timezone>+1</timezone>
</developer> </developer>
</developers> </developers>
<contributors /> <contributors />
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-services-api</artifactId> <artifactId>dspace-services-api</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-api</artifactId> <artifactId>dspace-api</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.solr</groupId> <groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId> <artifactId>solr-solrj</artifactId>
<version>1.4.1</version> <version>1.4.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.dspace.dependencies</groupId> <groupId>org.dspace.dependencies</groupId>
<artifactId>dspace-geoip</artifactId> <artifactId>dspace-geoip</artifactId>
<version>1.2.3</version> <version>1.2.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId> <artifactId>ant</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.dspace.dnsjava</groupId> <groupId>org.dspace.dnsjava</groupId>
<artifactId>dnsjava</artifactId> <artifactId>dnsjava</artifactId>
<version>2.0.6</version> <version>2.0.6</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId> <artifactId>servlet-api</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.ostermiller</groupId> <groupId>org.ostermiller</groupId>
<artifactId>utils</artifactId> <artifactId>utils</artifactId>
<version>1.07.00</version> <version>1.07.00</version>
</dependency> </dependency>
</dependencies> </dependencies>
<reporting> <reporting>
<excludeDefaults>false</excludeDefaults> <excludeDefaults>false</excludeDefaults>
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<configuration> <configuration>
<minmemory>128m</minmemory> <minmemory>128m</minmemory>
<maxmemory>1g</maxmemory> <maxmemory>1g</maxmemory>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-jxr-plugin</artifactId> <artifactId>maven-jxr-plugin</artifactId>
<configuration> <configuration>
<aggregate>true</aggregate> <aggregate>true</aggregate>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-site-plugin</artifactId> <artifactId>maven-site-plugin</artifactId>
</plugin> </plugin>
</plugins> </plugins>
</reporting> </reporting>
</project> </project>

View File

@@ -16,7 +16,7 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-sword</artifactId> <artifactId>dspace-sword</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
@@ -26,10 +26,10 @@
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/branches/dspace-async-release/dspace-sword/dspace-sword-api</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword/dspace-sword-api <developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-sword/dspace-sword-api
</developerConnection> </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> </scm>
<dependencies> <dependencies>

View File

@@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-sword</artifactId> <artifactId>dspace-sword</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<!-- <!--
@@ -23,9 +23,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/branches/dspace-async-release/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/branches/dspace-async-release/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/branches/dspace-async-release/dspace-sword/dspace-sword-webapp</url>
</scm> </scm>
<build> <build>
@@ -113,7 +113,7 @@
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-sword-api</artifactId> <artifactId>dspace-sword-api</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@@ -16,7 +16,7 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId> <artifactId>dspace-parent</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</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/branches/dspace-async-release/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/branches/dspace-async-release/dspace-sword</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-sword</url> <url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-sword</url>
</scm> </scm>

View File

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

View File

@@ -13,14 +13,14 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-xmlui</artifactId> <artifactId>dspace-xmlui</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<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/branches/dspace-async-release</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-webapp <developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-xmlui/dspace-xmlui-webapp
</developerConnection> </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> </scm>
<build> <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" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-xmlui-wing</artifactId> <artifactId>dspace-xmlui-wing</artifactId>
@@ -11,14 +10,14 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-xmlui</artifactId> <artifactId>dspace-xmlui</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<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/branches/dspace-async-release</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui/dspace-xmlui-wing <developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-xmlui/dspace-xmlui-wing
</developerConnection> </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> </scm>
<dependencies> <dependencies>

View File

@@ -12,7 +12,7 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId> <artifactId>dspace-parent</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<!-- <!--
@@ -21,9 +21,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/branches/dspace-async-release/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/branches/dspace-async-release/dspace-xmlui</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace-xmlui</url> <url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace-xmlui</url>
</scm> </scm>
<modules> <modules>

View File

@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>modules</artifactId> <artifactId>modules</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<profiles> <profiles>
@@ -73,9 +73,9 @@
</profiles> </profiles>
<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/branches/dspace-async-release</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/branches/dspace-async-release/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/branches/dspace-async-release/dspace/modules/jspui</url>
</scm> </scm>
<build> <build>

View File

@@ -12,13 +12,13 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>modules</artifactId> <artifactId>modules</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<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/branches/dspace-async-release</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/branches/dspace-async-release/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/branches/dspace-async-release/dspace/modules/lni</url>
</scm> </scm>
<build> <build>

View File

@@ -16,7 +16,7 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>modules</artifactId> <artifactId>modules</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<!-- <!--
@@ -25,9 +25,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/branches/dspace-async-release/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/branches/dspace-async-release/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/branches/dspace-async-release/dspace/modules/oai</url>
</scm> </scm>
<build> <build>

View File

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

View File

@@ -1,84 +1,84 @@
<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> <modelVersion>4.0.0</modelVersion>
<groupId>org.dspace.modules</groupId> <groupId>org.dspace.modules</groupId>
<artifactId>solr</artifactId> <artifactId>solr</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>DSpace SOLR :: Web Application</name> <name>DSpace SOLR :: Web Application</name>
<description> <description>
DSpace SOLR Service Provider Web Application DSpace SOLR Service Provider Web Application
</description> </description>
<!-- <!--
A Parent POM that Maven inherits DSpace Default A Parent POM that Maven inherits DSpace Default
POM atrributes from. POM atrributes from.
--> -->
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>modules</artifactId> <artifactId>modules</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<!-- <!--
The Subversion repository location is used by Continuum to update The Subversion repository location is used by Continuum to update
against when changes have occured, this spawns a new build cycle against when changes have occured, this spawns a new build cycle
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/branches/dspace-async-release</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/branches/dspace-async-release</developerConnection>
<url>http://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace/modules/solr</url> <url>http://dspace.svn.sourceforge.net/svnroot/dspace/branches/dspace-async-release</url>
</scm> </scm>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId> <artifactId>maven-war-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<phase>prepare-package</phase> <phase>prepare-package</phase>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-solr</artifactId> <artifactId>dspace-solr</artifactId>
<version>1.4.1.0</version> <version>1.4.1.0</version>
<classifier>skinny</classifier> <classifier>skinny</classifier>
<type>war</type> <type>war</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-solr</artifactId> <artifactId>dspace-solr</artifactId>
<version>1.4.1.0</version> <version>1.4.1.0</version>
<classifier>classes</classifier> <classifier>classes</classifier>
<type>jar</type> <type>jar</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
<version>1.5.6</version> <version>1.5.6</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId> <artifactId>slf4j-jdk14</artifactId>
<version>1.5.6</version> <version>1.5.6</version>
</dependency> </dependency>
<!-- support odd cases where JAXP cannot be found in JVM --> <!-- support odd cases where JAXP cannot be found in JVM -->
<dependency> <dependency>
<groupId>xalan</groupId> <groupId>xalan</groupId>
<artifactId>xalan</artifactId> <artifactId>xalan</artifactId>
<version>2.7.0</version> <version>2.7.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@@ -16,7 +16,7 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>modules</artifactId> <artifactId>modules</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<!-- <!--
@@ -25,9 +25,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/branches/dspace-async-release/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/branches/dspace-async-release/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/branches/dspace-async-release/dspace/modules/sword</url>
</scm> </scm>
<build> <build>

View File

@@ -13,13 +13,13 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>modules</artifactId> <artifactId>modules</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<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/branches/dspace-async-release</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/branches/dspace-async-release/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/branches/dspace-async-release/dspace/modules/xmlui</url>
</scm> </scm>
<build> <build>
@@ -143,13 +143,13 @@
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-discovery-xmlui-api</artifactId> <artifactId>dspace-discovery-xmlui-api</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-discovery-xmlui-webapp</artifactId> <artifactId>dspace-discovery-xmlui-webapp</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
<type>war</type> <type>war</type>
</dependency> </dependency>

View File

@@ -16,7 +16,7 @@
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId> <artifactId>dspace-parent</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</parent> </parent>
<!-- <!--
@@ -25,9 +25,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/branches/dspace-async-release/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/branches/dspace-async-release/dspace</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk/dspace</url> <url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release/dspace</url>
</scm> </scm>
<profiles> <profiles>

38
pom.xml
View File

@@ -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.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
<name>DSpace Parent Project</name> <name>DSpace Parent Project</name>
<url>http://projects.dspace.org</url> <url>http://projects.dspace.org</url>
@@ -177,72 +177,72 @@
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-api</artifactId> <artifactId>dspace-api</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-sword-api</artifactId> <artifactId>dspace-sword-api</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</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.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</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.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</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.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</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.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</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.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</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.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</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.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</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.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</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.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</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.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</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.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
@@ -262,7 +262,7 @@
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-stats</artifactId> <artifactId>dspace-stats</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency> </dependency>
<!-- DSpace Localization Packages --> <!-- DSpace Localization Packages -->
<dependency> <dependency>
@@ -279,7 +279,7 @@
<dependency> <dependency>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-discovery-provider</artifactId> <artifactId>dspace-discovery-provider</artifactId>
<version>1.8.0-SNAPSHOT</version> <version>1.8.0.ASYNC-SNAPSHOT</version>
</dependency> </dependency>
<!-- DSpace third Party Dependencies --> <!-- DSpace third Party Dependencies -->
@@ -884,9 +884,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/branches/dspace-async-release</connection>
<developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/trunk</developerConnection> <developerConnection>scm:svn:https://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release</developerConnection>
<url>http://scm.dspace.org/svn/repo/dspace/trunk</url> <url>http://scm.dspace.org/svn/repo/dspace/branches/dspace-async-release</url>
</scm> </scm>
<reporting> <reporting>