Update maven-publish.yml

This commit is contained in:
JW
2023-08-22 17:39:04 +02:00
committed by GitHub
parent e7f9d6e9d5
commit 3210707bce

View File

@@ -32,13 +32,10 @@ jobs:
change_path: "." change_path: "."
short_tags: false short_tags: false
bump_each_commit: false bump_each_commit: false
- name: 2.7 Update version in pom.xml (Release only) - name: 2.7 Update version in pom.xml (Release only)
run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}} run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}}
- name: 2.8 Update modules parent version
run: mvn versions:update-child-modules
- name: 3 Build with Maven - name: 3 Build with Maven
run: mvn package -P publish --file pom.xml run: mvn package -P publish --file pom.xml