maven-git-versioning-extension
maven-git-versioning-extension copied to clipboard
This extension will set project version, based on current Git branch or tag.
Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.12.0 to 3.13.1. Release notes Sourced from org.apache.maven.plugins:maven-plugin-plugin's releases. 3.13.0 Release Notes - Maven Plugin Tools - Version 3.13.0 Bug [MPLUGIN-517] - GoalRenderer renderParameterDetails() renders in wrong...
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.3 to 3.26.0. Release notes Sourced from org.assertj:assertj-core's releases. v.3.26.0 :boom: Breaking Changes Core Delegate OptionalDouble value comparison to Double.compare in hasValue assertion #3411 This fixes the...
Bumps [org.apache.maven:maven-plugin-api](https://github.com/apache/maven) from 3.9.8 to 3.9.9. Release notes Sourced from org.apache.maven:maven-plugin-api's releases. 3.9.9 Release Notes - Maven - Version 3.9.9 What's Changed [MNG-8159] Fix search for topDirectory when using -f...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.4 to 3.2.5. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.5 Release Notes - Maven GPG Plugin - Version 3.2.5 [MGPG-134] - Update maven-invoker (#110) @cstamas [MGPG-130] -...
Bumps org.slf4j:slf4j-simple from 2.0.13 to 2.0.16. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.4.1 to 3.5.0. Release notes Sourced from org.apache.maven.plugins:maven-enforcer-plugin's releases. 3.5.0 🚀 New features and improvements [MENFORCER-497] - Require Maven 3.6.3+ (#317) @slawekjaranowski [MENFORCER-494] - Allow banning dynamic...
Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.9.7 to 3.9.9. Release notes Sourced from org.apache.maven:maven-core's releases. 3.9.9 Release Notes - Maven - Version 3.9.9 What's Changed [MNG-8159] Fix search for topDirectory when using -f...
Hello, I'm very interested by your extension and I like the way we can configure it, however I see some use cases I'd need to resolve, so I propose a...
I have this use case where I have branches containing a part of the version, but I need to resolve the rest of the version from the previous tags. For...
My use case is: If branch name is develop, version should be develop-SNAPSHOT. If branch name is feature/JIRA-12345, version should be \~JIRA-12345-SNAPSHOT, so it is alphabeticaly always later (newer). The...