<?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>tech.skot.app</groupId>
  <artifactId>tech.skot.app.gradle.plugin</artifactId>
  <version>1.1.21</version>
  <packaging>pom</packaging>
  <name>plugin</name>
  <description>plugin description</description>
  <url>https://github.com/skot-framework/skot</url>
  <licenses>
    <license>
      <name>Apache 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>MathieuScotet</id>
      <name>Mathieu Scotet</name>
      <email>mscotet.lmit@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/skot-framework/skot.git</connection>
    <developerConnection>scm:git:ssh://github.com/skot-framework/skot.git</developerConnection>
    <url>https://github.com/skot-framework/skot/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>tech.skot</groupId>
      <artifactId>plugin</artifactId>
      <version>1.1.21</version>
    </dependency>
  </dependencies>
</project>
