semantic-gitlog
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>team.yi.tools</groupId>
<artifactId>semantic-gitlog</artifactId>
<version>0.8.20</version>
</dependency><?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>team.yi.tools</groupId>
<artifactId>semantic-gitlog</artifactId>
<version>0.8.20</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.27</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>6.8.0.202311291450-r</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>