<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ The contents of this file are subject to the license and copyright
  ~ detailed in the LICENSE and NOTICE files at the root of the source
  ~ tree and available online at
  ~
  ~ http://www.dspace.org/license/
  -->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.gdcc</groupId>
  <artifactId>xoai-data-provider</artifactId>
  <version>5.1.0</version>
  <name>XOAI Data Provider</name>
  <description>OAI-PMH data provider implementation. Use it to build an OAI-PMH endpoint, providing your data records as harvestable resources.</description>
  <url>https://github.com/gdcc/xoai/xoai-data-provider</url>
  <organization>
    <name>Global Dataverse Community Consortium</name>
    <url>https://dataversecommunity.global</url>
  </organization>
  <licenses>
    <license>
      <name>DuraSpace BSD License</name>
      <url>https://raw.github.com/DSpace/DSpace/master/LICENSE</url>
      <distribution>repo</distribution>
      <comments>A BSD 3-Clause license for the DSpace codebase.</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Oliver Bertuch</name>
      <email>xoai-lib@gdcc.io</email>
      <url>https://github.com/poikilotherm</url>
      <organization>Forschungszentrum Jülich GmbH</organization>
      <organizationUrl>https://www.fz-juelich.de/en/zb</organizationUrl>
    </developer>
    <developer>
      <name>DSpace @ Lyncode</name>
      <email>dspace@lyncode.com</email>
      <organization>Lyncode</organization>
      <organizationUrl>http://www.lyncode.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:gdcc/xoai.git/xoai-data-provider</connection>
    <developerConnection>scm:git:git@github.com:gdcc/xoai.git/xoai-data-provider</developerConnection>
    <tag>xoai-5.1.0</tag>
    <url>git@github.com:gdcc/xoai.git/xoai-data-provider</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/gdcc/xoai/issues</url>
  </issueManagement>
  <ciManagement>
    <system>github</system>
    <url>https://github.com/gdcc/xoai/actions</url>
    <notifiers>
      <notifier>
        <address>dataversebot@gdcc.io</address>
      </notifier>
    </notifiers>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>io.gdcc</groupId>
      <artifactId>xoai-common</artifactId>
      <version>5.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.7</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.13</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
