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

Update trigger workflow with version handling #152

Merged
merged 2 commits into from
Oct 4, 2021

Commits on Oct 4, 2021

  1. Update trigger workflow the version handling

    The root pom (build) is not the parent pom, this means using versions:set
    won't work as expected. Instead we must
    1. set the version on parent/pom.xml
    2. update all children poms
    3. commit changes
    aalmiray committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    429c51a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a0f6c4 View commit details
    Browse the repository at this point in the history