Skip to content

Commit

Permalink
Release v1.39.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Apr 25, 2021
1 parent 8b52ebc commit b3dc28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "---"
read -e -p "New version: " ver
read -e -p "New dev version: " devver
#sed -i -e "s/PARA_VERSION=.*/PARA_VERSION="\"$ver\""/g" Dockerfile Dockerfile-base && \
git add -A && git commit -m "Release v$ver." && git push origin master && \
git add -A && git commit -m "Release v$ver." && git push origin master

mvn --batch-mode -Dtag=v${ver} release:prepare -DreleaseVersion=${ver} -DdevelopmentVersion=${devver}-SNAPSHOT && \
mvn release:perform && \
Expand Down

0 comments on commit b3dc28f

Please sign in to comment.