mirror of
https://github.com/Telecominfraproject/wlan-cloud-workspace.git
synced 2025-11-01 11:17:56 +00:00
Compare commits
6 Commits
build-test
...
release/v1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a08356b10 | ||
|
|
e07879ff4f | ||
|
|
f8df2e6170 | ||
|
|
1bf39f1ec6 | ||
|
|
87333ee726 | ||
|
|
6f62b51bf4 |
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:
|
||||
push:
|
||||
branches:
|
||||
- build-test
|
||||
- master
|
||||
- 'release/**'
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
@@ -13,7 +13,7 @@ Build instructions:
|
||||
### Executable jar files:
|
||||
All the applications in this section by default use the certificates generated by scripts in [wlan-pki-cert-scripts](https://github.com/Telecominfraproject/wlan-pki-cert-scripts) repository. They expect the certificates to be in /opt/tip-wlan/certs directory. All the settings - filenames, paths, passwords are configurable via environment variables and java system properties. For configuration details please see the CloudSDK Configuration Guide (TBD).
|
||||
|
||||
* wlan-opensync-wifi-controller/opensync-gateway-static-process/target/opensync-gateway-static-process-0.0.1-SNAPSHOT.jar
|
||||
* wlan-opensync-wifi-controller/opensync-gateway-static-process/target/opensync-gateway-static-process-1.2.0-SNAPSHOT.jar
|
||||
|
||||
>
|
||||
Stand-alone opensync gateway, statically configured by config files
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>com.telecominfraproject.wlan</groupId>
|
||||
<artifactId>tip-wlan-cloud-root-pom</artifactId>
|
||||
<version>1.3.0-SNAPSHOT</version>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<relativePath>../wlan-cloud-root</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -20,8 +20,7 @@
|
||||
</property>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>../wlan-cloud-root</module>
|
||||
<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>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>com.telecominfraproject.wlan</groupId>
|
||||
<artifactId>tip-wlan-cloud-root-pom</artifactId>
|
||||
<version>1.3.0-SNAPSHOT</version>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<relativePath>../wlan-cloud-root</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
Submodule wlan-cloud-base updated: e531cb8597...d64e6dc092
Submodule wlan-cloud-opensync-controller updated: 5ad10a53c6...78f4169339
Submodule wlan-cloud-root updated: 7cacae4071...108dbc86be
Submodule wlan-cloud-services updated: ea9a9d6292...f87600d283
Reference in New Issue
Block a user