We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce the behavior:
Make it work for multi-module maven project by updating all related poms
maven-version-bump-action/version-bump.sh modify git add $POMPATH/pom.xml to git add pom.xml
git add $POMPATH/pom.xml
git add pom.xml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Describe the Bug
Does not work for multi-module maven project
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
Make it work for multi-module maven project by updating all related poms
User Information
Possible Solution
maven-version-bump-action/version-bump.sh
modify
git add $POMPATH/pom.xml
to
git add pom.xml
The text was updated successfully, but these errors were encountered: