<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.kotka.gradle</groupId>
  <artifactId>gradle-plugin</artifactId>
  <version>1.4.0</version>
  <description>A Gradle plugin to drive builds in a standard way</description>
  <url>https://bitbucket.org/kotkade/gradle-plugin</url>
  <licenses>
    <license>
      <name>The European Union Public License, Version 1.1</name>
      <url>http://opensource.org/licenses/EUPL-1.1</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>The MIT license</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>kotarak</id>
      <name>Meikel Brandmeyer</name>
      <email>mb@kotka.de</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:hg:https://bitbucket.org/kotkade/gradle-plugin</connection>
    <developerConnection>scm:hg:ssh://hg@bitbucket.org/kotkade/gradle-plugin</developerConnection>
    <url>https://bitbucket.org/kotkade/gradle-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.spockframework</groupId>
      <artifactId>spock-core</artifactId>
      <version>0.7-groovy-2.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.github.groovy-wslite</groupId>
      <artifactId>groovy-wslite</artifactId>
      <version>0.7.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
