Compare commits

..

3 Commits

Author SHA1 Message Date
JW
668f28e357 Update maven-publish.yml 2023-08-22 17:29:30 +02:00
JW
b332c2f5d8 Update pom.xml 2023-08-22 17:27:57 +02:00
GitHub Action
5be113cbc8 Update version in pom.xml 2023-08-22 15:26:05 +00:00

View File

@@ -36,7 +36,9 @@ jobs:
- name: 2.7 Update version in pom.xml (Release only)
run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}} -DprocessAllModules
run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}}
- name: 2.8 Update modules parent version
run: mvn versions:update-parent -DallowSnapshots=true
- name: 3 Build with Maven
run: mvn package -P publish --file pom.xml