We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2440a4e + fa05a28 commit 2b928aeCopy full SHA for 2b928ae
1 file changed
.github/workflows/Processors_Release_Tag_and_dockerhub.yaml
@@ -107,6 +107,15 @@ jobs:
107
-DnewVersion="${{ inputs.tag_version }}" \
108
-DprocessAllModules=true \
109
-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
119
120
- name: Commit release version change
121
run: |
0 commit comments