Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump maven-git-versioning-extension from 7.4.0 to 9.1.0 #201

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2022

Bumps maven-git-versioning-extension from 7.4.0 to 9.1.0.

Release notes

Sourced from maven-git-versioning-extension's releases.

9.1.0

Features
  • add config option for <projectVersionPattern> to use special parts of the project version as placeholders e.g. ${version.environment}
  • add placeholder ${version.core} the core version component of ${version} e.g. '1.2.3'
    • ${version.release} is marked as deprecated

9.0.1

Fixes
  • handle lightweight tags
  • set ${version.minor.next} placeholders properly

9.0.0 (accidentally increased major version, D'OH )

Fixes
  • fix git describe tag selection, if multiple tags point to head
  • add missing ${version.label.prefixed} placeholder

8.0.1

Fixes
  • handle multiline config elements in maven-git-versioning-extension.xml

8.0.0

Features
  • migrate to java 11
  • placeholder
    • new
      • ${version.major.next}
      • ${version.minor.next}
      • ${version.patch.next}
      • ${describe.tag.version}
      • ${describe.tag.version.major}
      • ${describe.tag.version.major.next}
      • ${describe.tag.version.minor}
      • ${describe.tag.version.minor.next}
      • ${describe.tag.version.path}
      • ${describe.tag.version.patch.next}
    • removed
      • ${version.minor.prefixed}
      • ${version.patch.prefixed}
BREAKING CHANGES
  • drop support for java 8
Changelog

Sourced from maven-git-versioning-extension's changelog.

9.1.0

Features
  • add config option for <projectVersionPattern> to use special parts of the project version as placeholders e.g. ${version.environment}
  • add placeholder ${version.core} the core version component of ${version} e.g. '1.2.3'
    • ${version.release} is marked as deprecated

9.0.1

Fixes
  • handle lightweight tags
  • set ${version.minor.next} placeholders properly

9.0.0 (accidentally increased major version, D'OH )

Fixes
  • fix git describe tag selection, if multiple tags point to head
  • add missing ${version.label.prefixed} placeholder

8.0.1

Fixes
  • handle multiline config elements in maven-git-versioning-extension.xml

8.0.0

Features
  • migrate to java 11
  • placeholder
    • new
      • ${version.major.next}
      • ${version.minor.next}
      • ${version.patch.next}
      • ${describe.tag.version}
      • ${describe.tag.version.major}
      • ${describe.tag.version.major.next}
      • ${describe.tag.version.minor}
      • ${describe.tag.version.minor.next}
      • ${describe.tag.version.path}
      • ${describe.tag.version.patch.next}
    • removed
      • ${version.minor.prefixed}
      • ${version.patch.prefixed}
BREAKING CHANGES
  • drop support for java 8
Commits
  • 8eee590 feat: add projectVersionPattern to use for version format placholder
  • 4de2a58 doc(changelog): fix version 8.0.2 to 9.0.0
  • 2fcaa76 doc(changelog): add entry for 9.0.1
  • 02b2a22 fix: handle lightweight tags
  • 8806494 set ${version.*.next} placeholders properly (#205)
  • cbef70f build(deps): bump maven-plugin-api from 3.8.5 to 3.8.6 (#202)
  • 50e3a4a build(deps): bump maven-core from 3.8.5 to 3.8.6 (#201)
  • 50afec8 build(deps): bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13 (#188)
  • bd52ddb build(deps): bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#187)
  • d0d258e feat: add project properties again
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [maven-git-versioning-extension](https://github.com/qoomon/maven-git-versioning-extension) from 7.4.0 to 9.1.0.
- [Release notes](https://github.com/qoomon/maven-git-versioning-extension/releases)
- [Changelog](https://github.com/qoomon/maven-git-versioning-extension/blob/master/CHANGELOG.md)
- [Commits](qoomon/maven-git-versioning-extension@v7.4.0...v9.1.0)

---
updated-dependencies:
- dependency-name: me.qoomon:maven-git-versioning-extension
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 1, 2022
@blast-hardcheese blast-hardcheese merged commit 3b83661 into master Jul 1, 2022
@blast-hardcheese blast-hardcheese deleted the dependabot/maven/me.qoomon-maven-git-versioning-extension-9.1.0 branch July 1, 2022 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant