-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*-start goals don't update version of child modules #48
Comments
See pull request #49 |
Do you have different group id for the module projects? Can you show relevant parts of your projects pom xmls? Or create a MCVE? |
@arikkfir ^ ping! |
One thing to note - gitflow-maven-plugin/src/main/java/com/amashchenko/maven/plugin/gitflow/AbstractGitFlowMojo.java Line 48 in 228ef8a
Exposing that behavior via the gitflow might be a simpler solution. |
When running a "-start" goal on a multi-module project (at the root), only the root's version is updated to the new release's version.
The text was updated successfully, but these errors were encountered: