git-changelog-command-line
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>se.bjurr.gitchangelog</groupId>
<artifactId>git-changelog-command-line</artifactId>
<version>4.0.8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>se.bjurr.gitchangelog</groupId>
<artifactId>git-changelog-command-line</artifactId>
<version>4.0.8</version>
<name>git-changelog-command-line</name>
<description>Command line tool that generates changelog from a GIT repository.</description>
<url>https://github.com/tomasbjerre/git-changelog-command-line</url>
<inceptionYear>2026</inceptionYear>
<scm>
<url>https://github.com/tomasbjerre/git-changelog-command-line</url>
<connection>https://github.com/tomasbjerre/git-changelog-command-line</connection>
<developerConnection>https://github.com/tomasbjerre/git-changelog-command-line</developerConnection>
</scm>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>tomasbjerre</id>
<name>Tomas Bjerre</name>
<email>tomas.bjerre85@gmail.com</email>
</developer>
</developers>
</project>