We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda3636 commit 95b0261Copy full SHA for 95b0261
1 file changed
.github/workflows/release.yml
@@ -83,7 +83,7 @@ jobs:
83
git config --global user.email "actions@github.com"
84
85
echo "Setting next version to 20000101-SNAPSHOT"
86
- mvn versions:set -DgenerateBackupPoms=false -DnewVersion=20000101-SNAPSHOT
+ ./mvnw -ntp -B versions:set -DgenerateBackupPoms=false -DnewVersion=20000101-SNAPSHOT
87
git add pom.xml "**/pom.xml"
88
git commit -m "Prepare for next development version"
89
git push origin main
0 commit comments