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 8e48412 commit 40a2417Copy full SHA for 40a2417
release.bat
@@ -1,13 +1,14 @@
1
+
2
call mvn versions:set -DnewVersion=%1
3
pause
4
call mvn versions:commit
5
6
call mvn clean install -DperformRelease
7
8
rem -Psamples -Ptests -Pdist
-call mvn scm:commit -M="Version %1"
9
+rem call mvn scm:commit -M="Version %1"
10
-call mvn scm:tag -Dtag=%1
11
+rem call mvn scm:tag -Dtag=%1
12
13
cd compiler
14
call mvn -DperformRelease -Psonatype-oss-release clean deploy
0 commit comments