mirror of
https://github.com/Telecominfraproject/wlan-cloud-workspace.git
synced 2025-10-30 18:27:56 +00:00
Compare commits
5 Commits
root-build
...
release/v1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
efb34de3f1 | ||
|
|
8282c9cf27 | ||
|
|
0b9a65e810 | ||
|
|
73727dca09 | ||
|
|
ad67765358 |
@@ -21,7 +21,6 @@
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>../wlan-cloud-root</module>
|
||||
<module>../wlan-cloud-base/base-build</module>
|
||||
<module>../wlan-cloud-services/cloud-services-build</module>
|
||||
<module>../wlan-cloud-opensync-controller/opensync-gateway-build</module>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Submodule wlan-cloud-opensync-controller updated: e173e02eae...af604289cc
Submodule wlan-cloud-services updated: 535df0041e...d35a7af319
Reference in New Issue
Block a user