From d4005222c847e985f39af24333be9ac30dd842cc Mon Sep 17 00:00:00 2001 From: charitha Date: Wed, 3 Oct 2018 00:09:39 +0530 Subject: [PATCH] Fix build issue in gitlab --- .gitlab-ci.yml | 5 +++++ .../org.wso2.carbon.device.mgt.api.feature/pom.xml | 1 + 2 files changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22c6685ffe..e41bf83de5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,11 @@ variables: MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode" MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository" +cache: + paths: + - .m2/repository/ + - target/ + build: stage: build script: diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.api.feature/pom.xml b/features/device-mgt/org.wso2.carbon.device.mgt.api.feature/pom.xml index 70686c9498..9f02be6c4c 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.api.feature/pom.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.api.feature/pom.xml @@ -29,6 +29,7 @@ 4.0.0 org.wso2.carbon.device.mgt.api.feature pom + 3.2.1-SNAPSHOT WSO2 Carbon - Device Management API Feature http://wso2.org This feature contains the APIs required for Device Management console UI