<?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.11.5</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>
  <dependencies>
    <dependency>
      <groupId>io.vavr</groupId>
      <artifactId>vavr</artifactId>
      <version>0.10.4</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-nop</artifactId>
        </exclusion>
        <exclusion>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
        </exclusion>
        <exclusion>
          <groupId>commons-codec</groupId>
          <artifactId>commons-codec</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.googlecode.javaewah</groupId>
          <artifactId>JavaEWAH</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.semver4j</groupId>
      <artifactId>semver4j</artifactId>
      <version>5.4.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-nop</artifactId>
        </exclusion>
        <exclusion>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
        </exclusion>
        <exclusion>
          <groupId>commons-codec</groupId>
          <artifactId>commons-codec</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.googlecode.javaewah</groupId>
          <artifactId>JavaEWAH</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
