Skip to content
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

Does not work for multi-module maven project #10

Open
helislanafreitas opened this issue Nov 29, 2022 · 0 comments
Open

Does not work for multi-module maven project #10

helislanafreitas opened this issue Nov 29, 2022 · 0 comments

Comments

@helislanafreitas
Copy link

helislanafreitas commented Nov 29, 2022

Bug Report

Describe the Bug

Does not work for multi-module maven project

Steps to Reproduce

Steps to reproduce the behavior:

  1. Create an multi-module maven project
  2. Execute this action for update the project version in github
  3. See error, only the root pom is updated

Expected Behavior

Make it work for multi-module maven project by updating all related poms

User Information

  • OS: Linux
  • Browser Firefox
  • Version 107.0

Possible Solution

maven-version-bump-action/version-bump.sh
modify
git add $POMPATH/pom.xml
to
git add pom.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant