<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    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>com.xenoterracide</groupId>
  <artifactId>gradle-semver</artifactId>
  <version>0.9.3</version>
  <inceptionYear>2018</inceptionYear>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>https://choosealicense.com/licenses/apache-2.0/</url>
      <distribution>repo</distribution>
      <comments>Java</comments>
    </license>
    <license>
      <name>MIT</name>
      <url>https://choosealicense.com/licenses/mit/</url>
      <distribution>repo</distribution>
      <comments>Gradle Build Files and Configuration Files</comments>
    </license>
    <license>
      <name>CC-BY-4.0</name>
      <url>https://choosealicense.com/licenses/cc-by-4.0/</url>
      <distribution>repo</distribution>
      <comments>Documentation including Javadoc</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>xenoterracide</id>
      <name>Caleb Cushing</name>
      <email>xenoterracide@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/xenoterracide/gradle-semver.git</connection>
    <developerConnection>scm:git:https://github.com/xenoterracide/gradle-semver.git</developerConnection>
    <url>https://github.com/xenoterracide/gradle-semver</url>
  </scm>
</project>
