<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.sormuras</groupId>
  <artifactId>bartholdy</artifactId>
  <version>0.2.3</version>
  <name>bartholdy</name>
  <packaging>jar</packaging>
  <url>https://github.com/sormuras/bartholdy</url>
  <description>Java Tooling Framework</description>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://github.com/sormuras/bartholdy/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/sormuras/bartholdy.git</url>
  </scm>
  <issueManagement>
    <url>https://github.com/sormuras/bartholdy/issues</url>
    <system>GitHub issues</system>
  </issueManagement>
  <ciManagement>
    <url>https://travis-ci.org/sormuras/bartholdy</url>
    <system>TravisCI</system>
  </ciManagement>
  <developers>
    <developer>
      <id>sormuras</id>
      <name>Christian Stein</name>
      <roles>
        <role>Core developer</role>
      </roles>
      <url>https://github.com/sormuras</url>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>shipkit.org automated bot</name>
      <url>https://github.com/shipkit-org</url>
    </contributor>
    <contributor>
      <name>shipkit-org</name>
      <url>https://github.com/shipkit-org</url>
    </contributor>
  </contributors>
</project>
