Release patch release 1.3.2

This commit is contained in:
fis
2021-01-13 17:35:00 +08:00
parent 99e802f2ff
commit 3e343159ef
12 changed files with 22 additions and 22 deletions

View File

@@ -34,9 +34,9 @@ TO_VERSION=$2
sed_i() {
perl -p -000 -e "$1" "$2" > "$2.tmp" && mv "$2.tmp" "$2"
}
export -f sed_i
BASEDIR=$(dirname $0)/..
find "$BASEDIR" -name 'pom.xml' -not -path '*target*' -print \
-exec bash -c \