<?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-commit</artifactId>
  <version>0.5.7</version>
  <name>semantic-commit</name>
  <description>A toolkit for parsing or check `Conventional Commits`.</description>
  <url>https://github.com/semantic-gitlog/semantic-commit</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-commit.git</connection>
    <developerConnection>scm:git:git@github.com:semantic-gitlog/semantic-commit.git</developerConnection>
    <url>https://github.com/semantic-gitlog/semantic-commit</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/semantic-gitlog/semantic-commit/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub</system>
    <url>https://github.com/semantic-gitlog/semantic-commit/actions</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.7.30</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
