<?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">

    <modelVersion>4.0.0</modelVersion>
    <packaging>jar</packaging>
    <groupId>org.dspace</groupId>
    <artifactId>dspace-sword-client-api</artifactId>
    <version>1.8.2</version>
    <name>DSpace Sword Client :: Sword Client API</name>

    <parent>
        <groupId>org.dspace</groupId>
        <artifactId>dspace-sword-client</artifactId>
        <version>1.8.2</version>
      <relativePath>..</relativePath>
   </parent>
    
    <dependencies>
         <dependency>
                <groupId>org.dspace</groupId>
                <artifactId>dspace-api</artifactId>
        </dependency>
        <dependency>
                <groupId>org.dspace</groupId>
                <artifactId>dspace-sword-api</artifactId>
        </dependency>

    </dependencies>

    <!--
       The Subversion repository location is used by Continuum to update
       against when changes have occured, this spawns a new build cycle
       and releases snapshots into the snapshot repository below.
    -->
    <scm>
        <connection>scm:svn:http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</connection>
        <developerConnection>
            scm:svn:https://scm.dspace.org/svn/repo/tags/dspace-1.8.2
        </developerConnection>
        <url>http://scm.dspace.org/svn/repo/tags/dspace-1.8.2</url>
    </scm>
    
</project>
