This is an example for issue https://github.com/aleksandr-m/gitflow-maven-plugin/issues/345 of the Git-Flow Maven plugin.
- Java Version 8 or later (the project is build against JDK 8, 11 and 16)
Execute the following command to start the release:
mvn clean gitflow:release-start -B -DcommitDevelopmentVersionAtStart -DuseSnapshotInRelease
Execute the following command to finish the release:
mvn clean gitflow:release-finish -B -DcommitDevelopmentVersionAtStart -DuseSnapshotInRelease -DpushRemote=false
Copyright 2022 Simon Tunnat
Licensed under the Apache License, Version 2.0.