<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.autostyle</groupId>
  <artifactId>com.github.autostyle.gradle.plugin</artifactId>
  <version>3.2</version>
  <packaging>pom</packaging>
  <name>Autostyle formatting plugin</name>
  <description>Autostyle formatting plugin</description>
  <url>https://github.com/autostyle/autostyle</url>
  <inceptionYear>2019</inceptionYear>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
      <comments>A business-friendly OSS license</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>vlsi</id>
      <name>Vladimir Sitnikov</name>
      <email>sitnikov.vladimir@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/autostyle/autostyle.git</connection>
    <developerConnection>scm:git:https://github.com/autostyle/autostyle.git</developerConnection>
    <url>https://github.com/autostyle/autostyle</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/autostyle/autostyle/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.github.autostyle</groupId>
      <artifactId>autostyle-plugin-gradle</artifactId>
      <version>3.2</version>
    </dependency>
  </dependencies>
</project>
