Skip to content

Commit fa05a28

Browse files
committed
updated common version during release
1 parent 2440a4e commit fa05a28

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/Processors_Release_Tag_and_dockerhub.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@ jobs:
107107
-DnewVersion="${{ inputs.tag_version }}" \
108108
-DprocessAllModules=true \
109109
-DgenerateBackupPoms=false
110+
111+
- name: Update common dependency to release version
112+
run: |
113+
mvn -B -ntp versions:use-dep-version \
114+
-Dincludes=com.publicissapient.kpidashboard:common \
115+
-DdepVersion="${{ inputs.tag_version }}" \
116+
-DforceVersion=true \
117+
-DprocessAllModules=true \
118+
-DgenerateBackupPoms=false
110119
111120
- name: Commit release version change
112121
run: |

0 commit comments

Comments
 (0)