<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.dfki.mary</groupId>
  <artifactId>gradle-marytts-component-plugin</artifactId>
  <version>0.2.2</version>
  <name>MaryTTS Component Plugin</name>
  <description>A base plugin for every component developed for MaryTTS</description>
  <url>https://github.com/marytts/gradle-marytts-component-plugin</url>
  <inceptionYear>2017</inceptionYear>
  <organization>
    <name>DFKI GmbH</name>
    <url>https://dfki.de/</url>
  </organization>
  <licenses>
    <license>
      <name>GNU Lesser General Public License v3.0</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Sébastien Le Maguer</name>
      <url>https://github.com/seblemaguer</url>
    </developer>
    <developer>
      <name>Ingmar Steiner</name>
      <url>https://github.com/psibre</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/marytts/gradle-marytts-component-plugin.git</connection>
    <developerConnection>scm:git:git@github.com/marytts/gradle-marytts-component-plugin.git</developerConnection>
    <url>https://github.com/marytts/gradle-marytts-component-plugin</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/marytts/gradle-marytts-component-plugin/issues</url>
  </issueManagement>
  <ciManagement>
    <system>Travis CI</system>
    <url>https://travis-ci.com/github/marytts/gradle-marytts-component-plugin</url>
  </ciManagement>
  <distributionManagement>
    <downloadUrl>https://bintray.com/marytts/gradle-marytts-component-plugin/marytts</downloadUrl>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.yaml</groupId>
      <artifactId>snakeyaml</artifactId>
      <version>1.26</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
