Skip to content

Releases: mavenplugins/unleash-scm-provider-git

v2.4.0 unleash-scm-provider-git

28 Apr 21:25
Compare
Choose a tag to compare

Release Notes - mavenplugins/unleash-scm-provider-git

2.4.0

2.4.0 Badge

Summary

  • Enhance the tag comment to prepend with scmMessagePrefix if this is set - #2
  • Leverage injection of an IGitCommandFactory to simplify customization of JGit commands - #3

Updates

  • pom.xml:

    • refer to unleash-scm-provider-api 2.11.0
  • ScmProviderGit.java:

    • method tag(TagRequest request):
      • prepend the PreTagCommitMessage with scmMessagePrefix
        if this is set.
    • add injected field IGitCommandFactory gitCommandFactory
      • get all GitCommand by this factory

v2.3.0 unleash-scm-provider-git

06 Feb 23:21
Compare
Choose a tag to compare

Release Notes - mavenplugins/unleash-scm-provider-git

2.3.0

2.3.0 Badge

Summary

  • Initial release of this artifact with new groupId io.github.mavenplugins
  • Codewise identical with com.itemis.maven.plugins:unleash-scm-provider-git:2.3.0
    No more features nor changes
  • Update Java compile version to 1.8 to comply with dependency io.github.mavenplugins:unleash-scm-provider-api:2.10.0
  • Update m2e launch config to Eclipse 2023-12
  • Released to Maven Central

Updates

  • pom.xml:

    • update parent POM reference
    • update groupId to io.github.mavenplugins
    • update version.java 1.6 -> 1.8
    • update URLs to fit with new repo location
  • README.md:

    • add URLs for build badges
  • UnleashGitMerger.java:

    • fix JavaDoc warnings
  • InMemoryIdentity.java:

    • fix deprecation warning