<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.andreabrighi</groupId>
  <artifactId>android-git-sensitive-semantic-versioning-gradle-plugin</artifactId>
  <version>5.0.6</version>
  <name>Gradle Git-Sensitive Semantic Versioning Plugin for Android</name>
  <description>A Gradle plugin that forces semantic versioning in an Android project (version name and version code) and relies on git to detect the project state, based on Git-Sensitive Semantic Versioning Plugin by Danilo Pianini.</description>
  <url>https://github.com/AndreaBrighi/Gradle-Git-Sensitive-Semantic-Versioning-Plugin-for-Android</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Andrea Brighi</name>
      <email>andrea.brighi8@studio.unibo.it</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/AndreaBrighi/android-git-sensitive-semantic-versioning-gradle-plugin</connection>
    <developerConnection>scm:git:https://github.com/AndreaBrighi/android-git-sensitive-semantic-versioning-gradle-plugin</developerConnection>
    <url>https://github.com/AndreaBrighi/Gradle-Git-Sensitive-Semantic-Versioning-Plugin-for-Android</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-stdlib</artifactId>
        <version>2.3.0</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.danilopianini</groupId>
      <artifactId>git-sensitive-semantic-versioning-gradle-plugin</artifactId>
      <version>7.0.8</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
