We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b332c2f commit 668f28eCopy full SHA for 668f28e
.github/workflows/maven-publish.yml
@@ -36,7 +36,9 @@ jobs:
36
37
38
- name: 2.7 Update version in pom.xml (Release only)
39
- run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}} -DprocessAllModules
+ run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}}
40
+ - name: 2.8 Update modules parent version
41
+ run: mvn versions:update-parent -DallowSnapshots=true
42
43
- name: 3 Build with Maven
44
run: mvn package -P publish --file pom.xml
0 commit comments