<?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>net.mezzdev.java-formatting</groupId>
  <artifactId>net.mezzdev.java-formatting.gradle.plugin</artifactId>
  <version>0.3.0</version>
  <packaging>pom</packaging>
  <name>Mezz Java Formatting</name>
  <description>Opt-in reusable Spotless Java formatting rules for Gradle projects.</description>
  <url>https://github.com/mezz/JavaFormatting</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/license/mit/</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:https://github.com/mezz/JavaFormatting.git</connection>
    <developerConnection>scm:git:git@github.com:mezz/JavaFormatting.git</developerConnection>
    <url>https://github.com/mezz/JavaFormatting</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.mezzdev.gradle</groupId>
      <artifactId>JavaFormatting</artifactId>
      <version>0.3.0</version>
    </dependency>
  </dependencies>
</project>
