Skip to content

Commit

Permalink
chore(merge): 9.0.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
bonita-ci committed May 22, 2024
2 parents 2d78314 + a5d4e2f commit 82345db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_reusable_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: git checkout -B release/${{ inputs.version }}

- name: Change Version
run: ./mvnw versions:set -DnewVersion=${{ inputs.version }}
run: ./mvnw versions:set -DnewVersion=${{ inputs.version }} -DprocessAllModules=true

- name: Commit and Push Tag
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_reusable_update_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
keeper-secret-config: ${{ secrets.KSM_CONFIG }}

- name: Update version
run: ./mvnw -B -ntp versions:set -DnewVersion=${{ inputs.version }}
run: ./mvnw -B -ntp versions:set -DnewVersion=${{ inputs.version }} -DprocessAllModules=true

- name: Git Setup
uses: bonitasoft/git-setup-action@v1
Expand Down

0 comments on commit 82345db

Please sign in to comment.