<?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>com.github.jruby-gradle.jruby-gradle-plugin</groupId>
  <artifactId>jruby-gradle-war-plugin</artifactId>
  <version>1.0.1</version>
  <name>jruby-gradle/jruby-gradle-plugin</name>
  <description>A Gradle plugin for working with JRuby projects for fun and profit. Mostly profit.</description>
  <url>http://jruby-gradle.org</url>
  <inceptionYear>2014</inceptionYear>
  <licenses>
    <license>
      <name>Other</name>
      <url></url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jruby-gradle</id>
      <name>JRuby Gradle</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/jruby-gradle/jruby-gradle-plugin.git</connection>
    <developerConnection>scm:git://github.com/jruby-gradle/jruby-gradle-plugin.git</developerConnection>
    <url>git://github.com/jruby-gradle/jruby-gradle-plugin.git</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.jruby-gradle.jruby-gradle-plugin</groupId>
      <artifactId>jruby-gradle-plugin</artifactId>
      <version>1.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.jruby-gradle</groupId>
      <artifactId>warbler-bootstrap</artifactId>
      <version>0.2.0+</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
