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 e16408c commit 150eeaeCopy full SHA for 150eeae
.github/workflows/release-maven.yml
@@ -136,6 +136,7 @@ jobs:
136
run: |
137
VERSION=${{ inputs.version }}
138
sed -i -e "s/^\:project-version\:\ .*/:project-version: $VERSION/g" README.adoc
139
+ ./mvnw build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion}-SNAPSHOT
140
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
141
git config --global user.name "GitHub Action"
142
git add pom.xml README.adoc
0 commit comments