release plugin has an update-versions goal
https://maven.apache.org/maven-release/maven-release-plugin/update-versions-mojo.html
- Mail original -
De: "Stephane Passignat"
À: "Maven Users List"
Envoyé: Vendredi 24 Juin 2022 21:19:18
Objet: plugin to update version to patch version
Hell
Hello,
I try to optimize my maven build structure. My goal is that I can manage the
build plugins and properties globally. I have got a multi maven project with
this structure
Pom.xml
|
| service
|parent/pom.xml => has got a section to external spring-boot
|apiservice/pom.xml.
Hello,
I actually create a branch (using scm plugin) from a tag (created by
release plugin) to patch a release version of a library. After the
branching I need to change the pom version from minor (ex: 1.0.2) to
patch (ex: 1.0.2.0-SNAPSHOT).
Are there any plugin for that ?
I looked at versi