Re: plugin to update version to patch version

2022-06-25 Thread Stephane Passignat
- De: "Stephane Passignat" À: "Maven Users List" Envoyé: Vendredi 24 Juin 2022 21:19:18 Objet: plugin to update version to patch version Hello, I actually create a branch (using scm plugin) from a tag (created by release plugin) to patch a release version of a library. A

Re: plugin to update version to patch version

2022-06-25 Thread herve . boutemy
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 vers

plugin to update version to patch version

2022-06-24 Thread Stephane Passignat
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