From d2dac21bfb1323b44f3bf51b5d30e2edfa02a4cf Mon Sep 17 00:00:00 2001 From: Daniel Zou Date: Mon, 5 Apr 2021 22:33:29 +0000 Subject: [PATCH] Add release profile to Kokoro stage job (#112) --- .kokoro/stage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/stage.sh b/.kokoro/stage.sh index c1ae60eb..36ccdb64 100644 --- a/.kokoro/stage.sh +++ b/.kokoro/stage.sh @@ -29,7 +29,7 @@ setup_environment_secrets create_settings_xml_file $MAVEN_SETTINGS_FILE # Install and run unit tests. -./mvnw install -B -V +./mvnw install -B -V -P release # change to release version ./mvnw versions:set -DremoveSnapshot