Build trigger (#9)

This commit is contained in:
AkshayJagadish-ne
2021-06-01 11:30:35 -04:00
committed by GitHub
parent 73727dca09
commit 0b9a65e810

View File

@@ -11,7 +11,7 @@ new_version=$1
PREVIOUS_VERSION=$(grep "<version>" ../wlan-cloud-root/pom.xml |head -2|tail -1|cut -d '>' -f2|cut -d '<' -f 1)
echo "Updating TIP pom.xml files from $PREVIOUS_VERSION to version $new_version "
# update versions on TIP modules using special all-modules-release
# update versions on TIP modules using special all-modules-release
mvn --batch-mode release:update-versions -DdevelopmentVersion="$new_version" -DautoVersionSubmodules=true