Skip to content

Commit f64fd2b

Browse files
committed
workin on: Update Spring-Boot to 2.3.0 #255
1 parent 7cb40d2 commit f64fd2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ function run() {
5454
}
5555

5656
function release() {
57-
./mvnw -B -DskipTests clean
58-
57+
./mvnw -B -DskipTests release:prepare release:perform release:clean --file pom.xml
5958
}
6059

6160
function main() {

0 commit comments

Comments
 (0)