<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.openprojectx.bigdata-test</groupId>
  <artifactId>org.openprojectx.bigdata-test.gradle.plugin</artifactId>
  <version>0.1.21</version>
  <packaging>pom</packaging>
  <name>gradle-plugin</name>
  <description>Gradle plugin that manages bigdata-test containers outside the application runtime</description>
  <url>https://github.com/OpenProjectX/bigdata-test</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>OpenProjectX</id>
      <name>OpenProjectX</name>
      <email>admin@openprojectx.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/OpenProjectX/bigdata-test.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:OpenProjectX/bigdata-test.git</developerConnection>
    <url>https://github.com/OpenProjectX/bigdata-test</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.openprojectx.bigdata.test.core</groupId>
      <artifactId>gradle-plugin</artifactId>
      <version>0.1.21</version>
    </dependency>
  </dependencies>
</project>
