<?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>com.ullink.gradle</groupId>
  <artifactId>gradle-nunit-plugin</artifactId>
  <version>2.0</version>
  <dependencies>
    <dependency>
      <groupId>de.undercouch</groupId>
      <artifactId>gradle-download-task</artifactId>
      <version>3.4.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.gpars</groupId>
      <artifactId>gpars</artifactId>
      <version>1.2.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <name>com.ullink.gradle:gradle-nunit-plugin</name>
  <description>gradle-nunit-plugin is a Gradle plugin that enables NUnit testing</description>
  <url>https://github.com/Ullink/gradle-nunit-plugin</url>
  <inceptionYear>2015</inceptionYear>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/Ullink/gradle-nunit-plugin.git</url>
  </scm>
  <developers>
    <developer>
      <id>muryoh</id>
      <name>Remy Masson</name>
      <email>muryoh@gmail.com</email>
    </developer>
  </developers>
</project>
