<?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>com.eygraber.conventions.settings</groupId>
  <artifactId>com.eygraber.conventions.settings.gradle.plugin</artifactId>
  <version>unspecified</version>
  <packaging>pom</packaging>
  <name>Gradle Conventions</name>
  <description>A library of helpful conventions for working with Gradle</description>
  <url>https://github.com/eygraber/gradle-conventions/</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/mit-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>eygraber</id>
      <name>Eliezer Graber</name>
      <url>https://github.com/eygraber</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/eygraber/gradle-conventions.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/eygraber/gradle-conventions.git</developerConnection>
    <url>https://github.com/eygraber/gradle-conventions/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.eygraber</groupId>
      <artifactId>gradle-conventions</artifactId>
      <version>unspecified</version>
    </dependency>
  </dependencies>
</project>
