From 668f28e357b987bc4d75323394fe15e08fccf464 Mon Sep 17 00:00:00 2001 From: JW Date: Tue, 22 Aug 2023 17:29:30 +0200 Subject: [PATCH] Update maven-publish.yml --- .github/workflows/maven-publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 332587c..35f8bbd 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -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