<?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>org.jresearch.gwt.time</groupId>
  <artifactId>org.jresearch.gwt.time.bom</artifactId>
  <version>2.0.8</version>
  <packaging>pom</packaging>
  <name>JRS: GWT port of JSR-310 (java.time), BOM</name>
  <description>JRS: GWT port of JSR-310 (java.time) based on ThreeTen backport project (https://www.threeten.org/threetenbp)</description>
  <url>https://github.com/foal/org.jresearch.gwt.time.bom</url>
  <licenses>
    <license>
      <name>BSD 3-clause</name>
      <url>https://raw.githubusercontent.com/ThreeTen/threetenbp/master/LICENSE.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jodastephen</id>
      <name>Stephen Colebourne</name>
      <url>https://github.com/jodastephen</url>
      <roles>
        <role>Project Lead</role>
      </roles>
      <timezone>0</timezone>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>Martin Baker</name>
      <url>https://github.com/kemokid</url>
    </contributor>
    <contributor>
      <name>Graham Borland</name>
      <url>https://github.com/GrahamBorland</url>
    </contributor>
    <contributor>
      <name>Keith Harris</name>
      <url>https://github.com/keithharris</url>
    </contributor>
    <contributor>
      <name>Ludovic Hochet</name>
      <url>https://github.com/lhochet</url>
    </contributor>
    <contributor>
      <name>Tomislav Hofman</name>
      <url>https://github.com/tomislavhofman</url>
    </contributor>
    <contributor>
      <name>Matias Irland</name>
      <url>https://github.com/matir91</url>
    </contributor>
    <contributor>
      <name>David van Leusen</name>
      <url>https://github.com/Kiskae</url>
    </contributor>
    <contributor>
      <name>Eric Li</name>
      <url>https://github.com/ericksli</url>
    </contributor>
    <contributor>
      <name>Pap Lorinc</name>
      <url>https://github.com/paplorinc</url>
    </contributor>
    <contributor>
      <name>Philippe Marschall</name>
      <url>https://github.com/marschall</url>
    </contributor>
    <contributor>
      <name>Michael Nascimento Santos</name>
      <url>https://github.com/sjmisterm</url>
    </contributor>
    <contributor>
      <name>Björn Raupach</name>
      <url>https://github.com/raupachz</url>
    </contributor>
    <contributor>
      <name>Roger Riggs</name>
      <url>https://github.com/RogerRiggs</url>
    </contributor>
    <contributor>
      <name>Siebe Schaap</name>
      <url>https://github.com/sschaap</url>
    </contributor>
    <contributor>
      <name>Sherman Shen</name>
    </contributor>
    <contributor>
      <name>Stanislav Spiridonov</name>
      <url>https://github.com/foal</url>
    </contributor>
    <contributor>
      <name>Philipp Thuerwaechter</name>
      <url>https://github.com/pithu</url>
    </contributor>
    <contributor>
      <name>Andrey Turbanov</name>
      <url>https://github.com/turbanoff</url>
    </contributor>
    <contributor>
      <name>Jake Wharton</name>
      <url>https://github.com/JakeWharton</url>
    </contributor>
  </contributors>
  <scm>
    <developerConnection>scm:git:https://github.com/foal/org.jresearch.gwt.time.bom</developerConnection>
    <tag>v2.0.8</tag>
    <url>https://github.com/foal/org.jresearch.gwt.time.bom</url>
  </scm>
  <distributionManagement>
    <snapshotRepository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.jresearch.gwt.time</groupId>
        <artifactId>org.jresearch.gwt.time</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.jresearch.gwt.time</groupId>
        <artifactId>org.jresearch.gwt.time.tzdb</artifactId>
        <version>${project.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <repositories>
    <repository>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <id>oss.sonatype.org-snapshot</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
  </repositories>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.8</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
