mirror of
https://github.com/Telecominfraproject/wlan-cloud-workspace.git
synced 2025-10-29 18:02:25 +00:00
Build trigger (#9)
This commit is contained in:
committed by
GitHub
parent
73727dca09
commit
0b9a65e810
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user