mirror of
https://github.com/Telecominfraproject/wlan-cloud-workspace.git
synced 2025-10-29 18:02:25 +00:00
Compare commits
4 Commits
v1.1.0-RC1
...
v1.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b9a65e810 | ||
|
|
73727dca09 | ||
|
|
ad67765358 | ||
|
|
f029a2f9df |
@@ -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