7 Commits

Author SHA1 Message Date
Max Brenner
c4c8f8544e remove parent module from child modules 2021-03-03 18:51:31 +01:00
Max Brenner
cccf4c663a update CI workflow to handle tags properly 2021-03-03 18:37:12 +01:00
Akshay Jagadish
79adbf163f Merge branch 'release/v1.0.0' of https://github.com/Telecominfraproject/wlan-cloud-workspace into release/v1.0.0 2021-03-01 11:41:53 -05:00
Akshay Jagadish
ae0a5082a5 Propagation of submodules to to workspace 2021-03-01 11:41:17 -05:00
Max Brenner
b48bd6ec23 trigger build on release branches 2021-03-01 14:29:14 +01:00
AkshayJagadish-ne
5d53759d86 Merge pull request #3 from Telecominfraproject/WIFI-1669
WIFI-1669: TIP 1.0 Update SDK components in release 1.0 branch
2021-02-27 22:06:16 -05:00
Akshay Jagadish
7628c8b1f8 WIFI-1669: TIP 1.0 Update SDK components in release 1.0 branch 2021-02-26 18:14:17 -05:00
10 changed files with 4250 additions and 2321 deletions

View File

@@ -13,7 +13,7 @@ Build instructions:
### Executable jar files: ### 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). 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-1.2.0-SNAPSHOT.jar * wlan-opensync-wifi-controller/opensync-gateway-static-process/target/opensync-gateway-static-process-0.0.1-SNAPSHOT.jar
> >
Stand-alone opensync gateway, statically configured by config files Stand-alone opensync gateway, statically configured by config files

View File

@@ -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.2.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<relativePath>../wlan-cloud-root</relativePath> <relativePath>../wlan-cloud-root</relativePath>
</parent> </parent>

View File

@@ -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.2.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<relativePath>../wlan-cloud-root</relativePath> <relativePath>../wlan-cloud-root</relativePath>
</parent> </parent>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long