Skip to content

Commit 09c531e

Browse files
authored
Update maven-publish.yml
1 parent 997c8d3 commit 09c531e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: 2.7 Update version in pom.xml (Release only)
3939
run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}}
4040
- name: 2.8 Update modules parent version
41-
run: mvn versions:update-parent -DallowSnapshots=true
41+
run: mvn versions:update-child-modules
4242

4343
- name: 3 Build with Maven
4444
run: mvn package -P publish --file pom.xml

0 commit comments

Comments
 (0)