Skip to content

Commit

Permalink
Release v1.38.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Feb 27, 2021
1 parent 8aa13a5 commit 65f7a82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ echo "Last tag was: $lastver"
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 && \

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

0 comments on commit 65f7a82

Please sign in to comment.