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 bfe822a commit 85c1a33Copy full SHA for 85c1a33
.github/workflows/snapshot-release.yml
@@ -32,7 +32,8 @@ jobs:
32
java-version: 11
33
cache: 'maven'
34
35
- - name: Maven release
+ - name: Set version to 999.F8-SNAPSHOT and release snapshot
36
run: |
37
+ mvn versions:set -DnewVersion=999.F8-SNAPSHOT versions:commit
38
gpg --quiet --batch --yes --decrypt --passphrase="${{secrets.GPG_PASSPHRASE}}" --output maven-settings.xml .github/release/maven-settings.xml.gpg
39
mvn -B deploy -DperformRelease -Dno-samples -Prelease -s maven-settings.xml
0 commit comments