<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  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">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>io.annot8</groupId>
    <artifactId>annot8-parent</artifactId>
    <version>0.1.0</version>
    <relativePath>../annot8-parent</relativePath>
  </parent>

  <artifactId>annot8-core</artifactId>
  <name>Annot8 Core</name>
  <description>Core interfaces for the Annot8 project</description>
  <version>0.1.0</version>

  <issueManagement>
    <url>https://github.com/annot8/core/issues</url>
    <system>GitHub Issues</system>
  </issueManagement>

  <scm>
    <url>https://github.com/annot8/core/</url>
    <connection>scm:git:git://github.com/annot8/core.git</connection>
    <developerConnection>scm:git:git@github.com/annot8/core.git</developerConnection>
  </scm>

</project>