mirror of
https://github.com/Telecominfraproject/wlan-cloud-workspace.git
synced 2025-10-31 18:58:04 +00:00
Compare commits
7 Commits
v1.1.0
...
v1.0.0-rc1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4c8f8544e | ||
|
|
cccf4c663a | ||
|
|
79adbf163f | ||
|
|
ae0a5082a5 | ||
|
|
b48bd6ec23 | ||
|
|
5d53759d86 | ||
|
|
7628c8b1f8 |
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.telecominfraproject.wlan</groupId>
|
<groupId>com.telecominfraproject.wlan</groupId>
|
||||||
<artifactId>tip-wlan-cloud-root-pom</artifactId>
|
<artifactId>tip-wlan-cloud-root-pom</artifactId>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<relativePath>../wlan-cloud-root</relativePath>
|
<relativePath>../wlan-cloud-root</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@@ -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)
|
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 "
|
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
|
mvn --batch-mode release:update-versions -DdevelopmentVersion="$new_version" -DautoVersionSubmodules=true
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.telecominfraproject.wlan</groupId>
|
<groupId>com.telecominfraproject.wlan</groupId>
|
||||||
<artifactId>tip-wlan-cloud-root-pom</artifactId>
|
<artifactId>tip-wlan-cloud-root-pom</artifactId>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<relativePath>../wlan-cloud-root</relativePath>
|
<relativePath>../wlan-cloud-root</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
Submodule wlan-cloud-base updated: b1cc93b9df...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: e173e02eae...2eb0f54eab
Submodule wlan-cloud-root updated: 069b8886ab...cbfda90e34
Submodule wlan-cloud-services updated: 535df0041e...fdc12b641d
Reference in New Issue
Block a user