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