We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cdfd70 commit 93a9aa9Copy full SHA for 93a9aa9
release.bat
@@ -2,7 +2,7 @@ call mvn versions:set -DnewVersion=%1
2
pause
3
call mvn versions:commit
4
5
-rem call mvn clean install -DperformRelease
+call mvn clean install -DperformRelease
6
7
rem -Psamples -Ptests -Pdist
8
git commit -a -m="Version %1"
@@ -30,5 +30,6 @@ cd ..
30
31
call mvn versions:set -DnewVersion=%2
32
33
-call mvn scm:commit -M="Version %2"
34
+git commit -a -m="Version %1"
35
0 commit comments