
<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>

    <groupId>com.googlecode.redbox-mint</groupId>
    <artifactId>fcrepo-client</artifactId>
    <version>2.2.4</version>
    <packaging>jar</packaging>

    <name>Fedora Client 2.2.4</name>
    <url>http://www.fedora-commons.org/software/repository/v_2_2_4</url>
    <description>The Fedora Client is a Java Library that allows API access to a Fedora Repository. The client is typically one part of a full Fedora installation.</description>

    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
        </license>
    </licenses>

    <scm>
        <url>https://github.com/fcrepo/fcrepo</url>
        <connection>scm:git:https://github.com/fcrepo/fcrepo</connection>
    </scm>

    <developers>
        <developer>
            <name>Various</name>
            <url>https://wiki.duraspace.org/display/FCREPO/Fedora+Contributors</url>
            <roles>
                <role>Admin</role>
                <role>Developer</role>
            </roles>
        </developer>
    </developers>

    <reporting>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <configuration>
                    <links>
                        <value>http://java.sun.com/javase/6/docs/api/</value>
                    </links>
                </configuration>
            </plugin>
        </plugins>
    </reporting>

</project>
