<?xml version="1.0" encoding="UTF-8"?>
<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>sitemapgen4j</artifactId>
  <version>2.1.2</version>
  <name>SitemapGen4J</name>
  <description>SitemapGen4j is an XML sitemap generator written in Java.</description>
  <url>https://github.com/gdcc/sitemapgen4j/</url>
  <organization>
    <name>Global Dataverse Community Consortium</name>
    <url>https://dataversecommunity.global</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dfabulich</id>
      <name>Dan Fabulich</name>
      <email>dan@fabulich.com</email>
      <organization>Redfin</organization>
      <organizationUrl>https://www.redfin.com/</organizationUrl>
      <timezone>-8</timezone>
    </developer>
    <developer>
      <id>poikilotherm</id>
      <name>Oliver Bertuch</name>
      <email>github@bertuch.name</email>
      <timezone>+1</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com:gdcc/sitemapgen4j.git</connection>
    <developerConnection>scm:git:git@github.com:gdcc/sitemapgen4j.git</developerConnection>
    <tag>sitemapgen4j-2.1.2</tag>
    <url>https://github.com/gdcc/sitemapgen4j/</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/gdcc/sitemapgen4j/issues</url>
  </issueManagement>
  <ciManagement>
    <system>github</system>
    <url>https://github.com/gdcc/sitemapgen4j/actions</url>
    <notifiers>
      <notifier>
        <address>dataversebot@gdcc.io</address>
      </notifier>
    </notifiers>
  </ciManagement>
  <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>
