6 Commits

Author SHA1 Message Date
norm-traxler
2a08356b10 Merge pull request #14 from Telecominfraproject/WIFI-7556
WIFI-7556 updated spring-boot version to 2.5.12 (spring 5.3.18) to co…
2022-04-05 14:53:01 -04:00
Dmitry Toptygin
e07879ff4f force build 2022-04-05 14:44:02 -04:00
Dmitry Toptygin
f8df2e6170 WIFI-7556 updated spring-boot version to 2.5.12 (spring 5.3.18) to cover for Springshell vulnerability 2022-04-05 14:25:27 -04:00
norm-traxler
1bf39f1ec6 Merge pull request #12 from Telecominfraproject/release/v1.2-update-submodules
Release/v1.2 update submodules
2021-08-17 08:33:20 -04:00
Thomas-Leung2021
87333ee726 update submodule 2021-08-16 23:21:39 -04:00
Mike Hansen
6f62b51bf4 Merge pull request #10 from Telecominfraproject/build-fix
Remove wlan-cloud-root from all modules build
2021-08-11 21:16:33 -04:00
8 changed files with 9 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ name: Java Maven CI - TIP WLAN Cloud Master
on:
push:
branches:
- build-test
- master
- 'release/**'
tags:
- '*'

View File

@@ -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

View File

@@ -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>

View File

@@ -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>