Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@TheSnoozer TheSnoozer released this 21 May 20:28
· 1 commit to master since this release

Version 6.0.0 is finally there and includes various bug-fixes and improvements.

The change set is based on the comparison since the last release candidate version 6.0.0-rc.9

New Features / Bug-Fixes:

The main key-aspects that have been improved or being worked on are the following:

  • main changes

    • #228: Added support for build number in Github Actions (thanks @rand0m86!)
  • update several dependencies

    • bump org.eclipse.jgit:org.eclipse.jgit from 6.7.0.202309050840-r to 6.10.0.202406032230-r
    • bump joda-time:joda-time from 2.12.7 to 2.14.0
    • bump org.eclipse.parsson:parsson from 1.1.6 to 1.1.7
    • bump org.yaml:snakeyaml from 2.2 to 2.4
    • bump org.junit.jupiter:* from 5.10.2 to 5.12.2
    • bump org.mockito:mockito-core from 5.12.0 to 5.17.0
    • bump org.assertj:assertj-core from 3.26.0 to 3.27.3
    • bump commons-io:commons-io from 2.16.1 to 2.19.0 (scope test)
    • bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.17 (scope test)
  • update several maven plugins

    • bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.1
    • bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1
    • bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0
    • bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7
    • bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.1
    • bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2
    • bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.5.3
    • bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.4
    • bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.4
    • bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.21.0
    • bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.11.2

Getting the latest release

The plugin is available from Maven Central (see here), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency:

<dependency>
    <groupId>io.github.git-commit-id</groupId>
    <artifactId>git-commit-id-plugin-core</artifactId>
    <version>6.0.0</version>
</dependency>

Getting the latest snapshot (build automatically)

If you can't wait for the next release, you can also get the latest snapshot version from sonatype, that is being deployed automatically by github actions:

<pluginRepositories>
    <pluginRepository>
        <id>sonatype-snapshots</id>
        <name>Sonatype Snapshots</name>
        <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
    </pluginRepository>
</pluginRepositories>

Even though the github actions will only deploy a new snapshot once all tests have finished, it is recommended to rely on the released and more stable version.

Known Issues / Limitations:

  • N/A

Reporting Problems

If you find any problem with this plugin, feel free to report it here

Full Changelog: