[DS-2865] Upgrade xoai dependency version & groupId

This commit is contained in:
Andrea Schweer
2015-11-02 22:55:07 +13:00
parent ade2f08ed2
commit a819b6c071

View File

@@ -16,7 +16,7 @@
<!-- This is the path to the root [dspace-src] directory. --> <!-- This is the path to the root [dspace-src] directory. -->
<root.basedir>${basedir}/..</root.basedir> <root.basedir>${basedir}/..</root.basedir>
<spring.version>3.2.5.RELEASE</spring.version> <spring.version>3.2.5.RELEASE</spring.version>
<xoai.version>3.2.9</xoai.version> <xoai.version>3.2.10</xoai.version>
<jtwig.version>2.0.1</jtwig.version> <jtwig.version>2.0.1</jtwig.version>
</properties> </properties>
@@ -77,7 +77,7 @@
<dependencies> <dependencies>
<!-- OAI Data Provider Framework --> <!-- OAI Data Provider Framework -->
<dependency> <dependency>
<groupId>com.lyncode</groupId> <groupId>org.dspace</groupId>
<artifactId>xoai</artifactId> <artifactId>xoai</artifactId>
<version>${xoai.version}</version> <version>${xoai.version}</version>
</dependency> </dependency>