This commit is contained in:
Amith Koujalgi 2023-12-19 20:09:09 +05:30
parent 047cb76936
commit c1759215ef

View File

@ -8,10 +8,10 @@ build:
mvn clean test install -Punit-tests mvn clean test install -Punit-tests
release: release:
mvn clean -Punit-tests release:clean release:prepare release:perform mvn clean -Punit-tests release:clean release:prepare release:perform -B
update-version: update-version:
mvn versions:set -DnewVersion=1.0.1 mvn versions:set -DnewVersion=1.0.1
deploy: deploy:
mvn clean deploy -Punit-tests -Dgpg.passphrase="$GPG_PASSPHRASE" -e mvn clean deploy -Punit-tests -Dgpg.passphrase="$GPG_PASSPHRASE" -e