<?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>io.github.jahrim.wartremover</groupId>
  <artifactId>io.github.jahrim.wartremover.gradle.plugin</artifactId>
  <version>0.1.1-dev03-0614c5e</version>
  <packaging>pom</packaging>
  <name>WartRemover Gradle Plugin</name>
  <description>A plugin for applying WartRemover code linting to scala, by means of a configuration file.</description>
  <url>https://github.com/ldss-project/wartremover-gradle-plugin</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Jahrim Gabriele Cesario</name>
      <email>jahrim.cesario2@studio.unibo.it</email>
      <url>https://jahrim.github.io/</url>
    </developer>
  </developers>
  <scm>
    <connection>property 'url'.git</connection>
    <developerConnection>scm:git:property 'url'.git</developerConnection>
    <url>https://github.com/ldss-project/wartremover-gradle-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.github.jahrim</groupId>
      <artifactId>wartremover</artifactId>
      <version>0.1.1-dev03-0614c5e</version>
    </dependency>
  </dependencies>
</project>
