3 Commits

Author SHA1 Message Date
Akshay Jagadish
f029a2f9df Added wlan-cloud-root to all-modules-build 2021-05-27 15:14:35 -04:00
Max Brenner
720ce832ec fix all-modules-build pom.xml
Signed-off-by: Max Brenner <xamrennerb@gmail.com>
2021-05-07 11:55:06 +02:00
Max Brenner
df9e7102f6 rebase 1.0 CI changes
Signed-off-by: Max Brenner <xamrennerb@gmail.com>
2021-05-07 11:28:24 +02:00
8 changed files with 17 additions and 141 deletions

View File

@@ -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:
- '*' - '*'

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.3.0-SNAPSHOT</version> <version>1.1.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.3.0-SNAPSHOT</version> <version>1.1.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