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 997c8d3 commit 09c531eCopy full SHA for 09c531e
.github/workflows/maven-publish.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: 2.7 Update version in pom.xml (Release only)
39
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
+ run: mvn versions:update-child-modules
42
43
- name: 3 Build with Maven
44
run: mvn package -P publish --file pom.xml
0 commit comments