Skip to content

Commit a6c501d

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/build-release.sh

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

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

0 commit comments

Comments
 (0)