mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
potential fix
This commit is contained in:
parent
c28bd61795
commit
9868d3e7f0
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
|||
PVER=$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout | awk 'BEGIN {FS="-"} ; {print $1}')
|
||||
DVER=$(echo ${PVER} | awk 'BEGIN {FS="."}; {print $1"."$2"."$3 + 1}')
|
||||
|
||||
./mvnw -B release:prepare -Dtag=$PVER -DreleaseVersion=$PVER -DdevelopmentVersion=$DVER-SNAPSHOT &&
|
||||
./mvnw -B release:prepare -Dtag=$PVER -DreleaseVersion=$PVER -DdevelopmentVersion="${DVER}-SNAPSHOT" &&
|
||||
./mvnw release:perform -Darguments="-Dmaven.deploy.skip=true"
|
Loading…
Reference in a new issue