<?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.danilopianini.gradle-pre-commit-git-hooks</groupId>
  <artifactId>org.danilopianini.gradle-pre-commit-git-hooks.gradle.plugin</artifactId>
  <version>1.1.9</version>
  <packaging>pom</packaging>
  <name>Gradle pre-commit Git Hooks</name>
  <description>A Gradle plugin enforcing pre-commit and commit-msg Git hooks configuration. Conventional-commits-ready.</description>
  <url>https://github.com/DanySK/gradle-pre-commit-git-hooks</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Danilo Pianini</name>
      <email>danilo.pianini@gmail.com</email>
      <url>http://www.danilopianini.org/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/DanySK/gradle-pre-commit-git-hooks.git</connection>
    <developerConnection>scm:git:https://github.com/DanySK/gradle-pre-commit-git-hooks.git</developerConnection>
    <url>https://github.com/DanySK/gradle-pre-commit-git-hooks</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.danilopianini</groupId>
      <artifactId>gradle-pre-commit-git-hooks</artifactId>
      <version>1.1.9</version>
    </dependency>
  </dependencies>
</project>
