mirror of
https://github.com/Telecominfraproject/wlan-cloud-workspace.git
synced 2025-11-01 11:17:56 +00:00
Compare commits
8 Commits
build-test
...
release/v1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
efb34de3f1 | ||
|
|
8282c9cf27 | ||
|
|
0b9a65e810 | ||
|
|
73727dca09 | ||
|
|
ad67765358 | ||
|
|
f029a2f9df | ||
|
|
720ce832ec | ||
|
|
df9e7102f6 |
2
.github/workflows/maven-build.yml
vendored
2
.github/workflows/maven-build.yml
vendored
@@ -3,7 +3,7 @@ name: Java Maven CI - TIP WLAN Cloud Master
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- build-test
|
- master
|
||||||
- 'release/**'
|
- 'release/**'
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
|||||||
@@ -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.3.0-SNAPSHOT</version>
|
<version>1.1.0-SNAPSHOT</version>
|
||||||
<relativePath>../wlan-cloud-root</relativePath>
|
<relativePath>../wlan-cloud-root</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@@ -21,7 +21,6 @@
|
|||||||
<activeByDefault>true</activeByDefault>
|
<activeByDefault>true</activeByDefault>
|
||||||
</activation>
|
</activation>
|
||||||
<modules>
|
<modules>
|
||||||
<module>../wlan-cloud-root</module>
|
|
||||||
<module>../wlan-cloud-base/base-build</module>
|
<module>../wlan-cloud-base/base-build</module>
|
||||||
<module>../wlan-cloud-services/cloud-services-build</module>
|
<module>../wlan-cloud-services/cloud-services-build</module>
|
||||||
<module>../wlan-cloud-opensync-controller/opensync-gateway-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)
|
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.3.0-SNAPSHOT</version>
|
<version>1.1.0-SNAPSHOT</version>
|
||||||
<relativePath>../wlan-cloud-root</relativePath>
|
<relativePath>../wlan-cloud-root</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
Submodule wlan-cloud-base updated: e531cb8597...b1cc93b9df
File diff suppressed because one or more lines are too long
Submodule wlan-cloud-opensync-controller updated: 5ad10a53c6...af604289cc
Submodule wlan-cloud-root updated: 7cacae4071...069b8886ab
Submodule wlan-cloud-services updated: ea9a9d6292...d35a7af319
Reference in New Issue
Block a user