maven-git-versioning-extension
maven-git-versioning-extension copied to clipboard
This extension will set project version, based on current Git branch or tag.
I have this settings: ```xml true false develop ${version} master ${version.core} feature/(.+) ${version.core}-${ref.slug}-SNAPSHOT renovate/(.+) ${version.core}-${ref.slug}-SNAPSHOT ${commit.timestamp} .*)]]> ${ref.version} ${commit} ``` I enabled the "Reproducible Builds" for only renovate branches now...
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.4 to 3.2.7. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.7 Fixes a lingering issue affecting whole 3.2.x lineage, that resulted in "bad passphrase" on Windows OS with...
This feature adds functions to modify the placeholder values. Originally I wanted to use the distance value from `distanceOrZero` from [this first PR](https://github.com/qoomon/maven-git-versioning-extension/pull/336) to increment a value from a custom...
Getting this error when running on maven [4.0.0-Beta4](https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-beta-4/apache-maven-4.0.0-beta-4-bin.zip) ``` $ ./mvnw wrapper:wrapper -Dmaven=4.0.0-beta-4 ``` ``` Exception in thread "main" java.lang.AbstractMethodError: Receiver class me.qoomon.maven.gitversioning.GitVersioningModelProcessor does not define or inherit an implementation...
Bumps [org.eclipse.jgit:org.eclipse.jgit](https://github.com/eclipse-jgit/jgit) from 6.10.0.202406032230-r to 7.3.0.202506031305-r. Commits 22e8820 JGit v7.3.0.202506031305-r afc3655 Merge branch 'master' into stable-7.3 795f4d9 Merge branch 'stable-7.2' 886849c Merge branch 'stable-7.1' into stable-7.2 6e0db83 Merge branch 'stable-7.0'...
Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) from 2.18.3 to 2.19.1. Commits 86cc1b8 [maven-release-plugin] prepare release jackson-dataformat-xml-2.19.1 1d9728f Prep for 2.19.1 fe3601b Manual pom.xml merge b2d026d Merge branch '2.18' into 2.19 c079159 Update snapshot access...
Sometimes child projects (in other repositories) which use our pom as parent may need to actually use the version of our pom for other things, such as configuring some plugin...
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.12.1 to 5.13.1. Release notes Sourced from org.junit.jupiter:junit-jupiter-engine's releases. JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.13.0...r5.13.1 JUnit...
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.12.1 to 5.13.1. Release notes Sourced from org.junit.jupiter:junit-jupiter-api's releases. JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.13.0...r5.13.1 JUnit...
Bumps org.apache.maven:maven-core from 3.9.7 to 3.9.10. [](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...