mirror of
https://github.com/Telecominfraproject/wlan-cloud-workspace.git
synced 2025-10-30 18:27:56 +00:00
Compare commits
16 Commits
v1.2.0-rc2
...
v1.0.0-rc2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd5def7953 | ||
|
|
fa0d495d00 | ||
|
|
0501405cad | ||
|
|
2023da6541 | ||
|
|
3c074906cb | ||
|
|
0950220752 | ||
|
|
aaf1abf5d1 | ||
|
|
ee0588ab75 | ||
|
|
0757515090 | ||
|
|
c4c8f8544e | ||
|
|
cccf4c663a | ||
|
|
79adbf163f | ||
|
|
ae0a5082a5 | ||
|
|
b48bd6ec23 | ||
|
|
5d53759d86 | ||
|
|
7628c8b1f8 |
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>com.telecominfraproject.wlan</groupId>
|
||||
<artifactId>tip-wlan-cloud-root-pom</artifactId>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<relativePath>../wlan-cloud-root</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
</property>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<modules>
|
||||
<modules>
|
||||
<module>../wlan-cloud-base/base-build</module>
|
||||
<module>../wlan-cloud-services/cloud-services-build</module>
|
||||
<module>../wlan-cloud-opensync-controller/opensync-gateway-build</module>
|
||||
|
||||
@@ -15,11 +15,10 @@ echo "Updating TIP pom.xml files from $PREVIOUS_VERSION to version $new_version
|
||||
mvn --batch-mode release:update-versions -DdevelopmentVersion="$new_version" -DautoVersionSubmodules=true
|
||||
|
||||
|
||||
# update version that are not automatically updated
|
||||
# update version that are not automatically updated
|
||||
sed -i '' "s/<tip-wlan-cloud.release.version>$PREVIOUS_VERSION<\/tip-wlan-cloud.release.version>/<tip-wlan-cloud.release.version>$new_version<\/tip-wlan-cloud.release.version>/g" ../wlan-cloud-root/pom.xml
|
||||
|
||||
#update protobuff dependency under opensync-ext-interface
|
||||
sed -i '' "s/<version>$PREVIOUS_VERSION<\/version>/<version>$new_version<\/version>/g" ../wlan-cloud-opensync-controller/opensync-ext-interface/pom.xml
|
||||
|
||||
echo "Updated TIP pom.xml files to version $new_version"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>com.telecominfraproject.wlan</groupId>
|
||||
<artifactId>tip-wlan-cloud-root-pom</artifactId>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<relativePath>../wlan-cloud-root</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
Submodule wlan-cloud-base updated: 267fb477a3...c94a81114a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Submodule wlan-cloud-opensync-controller updated: 66daa8bc60...3953bbc179
Submodule wlan-cloud-root updated: cdd0a0cb4f...cbfda90e34
Submodule wlan-cloud-services updated: 015e662e68...a66ac7ff8a
Reference in New Issue
Block a user