<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>
  <groupId>io.ghostwriter</groupId>
  <artifactId>ghostwriter-api-java</artifactId>
  <version>0.6.0</version>
  <name>GhostWriter</name>
  <description>API for GhostWriter management and modules</description>
  <url>http://ghostwriter.io</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License, version 2.1</name>
      <url>
          http://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
      </url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>snorbi07</id>
      <name>Norbert Sram</name>
      <email/>
    </developer>
  </developers>
  <scm>
    <connection>http://ghostwriter.io</connection>
    <developerConnection>scm:git@github.com/GoodGrind/ghostwriter-api</developerConnection>
    <url>scm:git@github.com/GoodGrind/ghostwriter-api</url>
  </scm>
</project>
