Skip to content

Commit 7a79513

Browse files
committed
fix release
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 5b49cab commit 7a79513

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/build-release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ TAG=$1
66
VERSION=${TAG#v}
77

88
mvn versions:set -DnewVersion=$VERSION
9-
mvn install -DskipTests=true # to find the new version in the next step
9+
mvn -B install -P release -DskipTests=true # to find the new version in the next step
1010
cd integration-tests/it-spring-boot-smoke-test
1111
mvn versions:set -DnewVersion=$VERSION
12-
mvn -B package -P release -Dmaven.test.skip=true

0 commit comments

Comments
 (0)