<?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.github.adrianbk</groupId>
  <artifactId>gradle-travisci-trigger-plugin</artifactId>
  <version>1.0.0</version>
  <dependencies>
    <dependency>
      <groupId>org.codehaus.groovy.modules.http-builder</groupId>
      <artifactId>http-builder</artifactId>
      <version>0.7.2</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>groovy</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <name>gradle-travisci-trigger-plugin</name>
  <description>A Gradle plugin to trigger parametrized Travis CI builds belonging to other GitHub repositories.</description>
  <url>https://github.com/adrianbk/gradle-travisci-trigger-plugin</url>
  <inceptionYear>2014</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/adrianbk/gradle-travisci-trigger-plugin.git</url>
  </scm>
  <developers>
    <developer>
      <id>adrianbk</id>
      <name>Adrian Kelly</name>
      <email>adrianbkelly+gplugin@gmail.com</email>
    </developer>
  </developers>
</project>
