<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>team.yi.tools</groupId>
  <artifactId>semantic-gitlog</artifactId>
  <version>0.7.0</version>
  <name>semantic-gitlog</name>
  <description>This is a library for generating a changelog with `Conventional Commits`.</description>
  <url>https://github.com/semantic-gitlog/semantic-gitlog</url>
  <inceptionYear>2020</inceptionYear>
  <organization>
    <name>Yi.Team</name>
    <url>https://yi.team/</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>ymind</name>
      <email>ymind@yi.team</email>
      <url>https://yi.team/</url>
      <organization>Yi.Team</organization>
      <organizationUrl>https://yi.team/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:semantic-gitlog/semantic-gitlog.git</connection>
    <developerConnection>scm:git:git@github.com:semantic-gitlog/semantic-gitlog.git</developerConnection>
    <url>https://github.com/semantic-gitlog/semantic-gitlog</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/semantic-gitlog/semantic-gitlog/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub</system>
    <url>https://github.com/semantic-gitlog/semantic-gitlog/actions</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>team.yi.tools</groupId>
      <artifactId>semantic-commit</artifactId>
      <version>0.5.13</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jgit</groupId>
      <artifactId>org.eclipse.jgit</artifactId>
      <version>5.9.0.202009080501-r</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>de.skuzzle</groupId>
      <artifactId>semantic-version</artifactId>
      <version>2.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.spullara.mustache.java</groupId>
      <artifactId>compiler</artifactId>
      <version>0.9.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.11.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
