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 e7f9d6e commit 3210707Copy full SHA for 3210707
.github/workflows/maven-publish.yml
@@ -32,13 +32,10 @@ jobs:
32
change_path: "."
33
short_tags: false
34
bump_each_commit: false
35
-
36
37
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-child-modules
42
43
- name: 3 Build with Maven
44
run: mvn package -P publish --file pom.xml
0 commit comments