From 18c35218fd70ce12052123936d6189d4c42921ed Mon Sep 17 00:00:00 2001 From: Amalka Subasinghe Date: Wed, 10 May 2023 10:47:39 +0530 Subject: [PATCH] fixed build issues due to op template feature --- .../io.entgra.device.mgt.operation.template/pom.xml | 2 +- components/operation-template-mgt/pom.xml | 2 +- .../io.entgra.device.mgt.operation.template.feature/pom.xml | 6 +++--- features/operation-template-mgt-plugin-feature/pom.xml | 2 +- pom.xml | 6 ------ 5 files changed, 6 insertions(+), 12 deletions(-) diff --git a/components/operation-template-mgt/io.entgra.device.mgt.operation.template/pom.xml b/components/operation-template-mgt/io.entgra.device.mgt.operation.template/pom.xml index c35674da0a..e93c912631 100644 --- a/components/operation-template-mgt/io.entgra.device.mgt.operation.template/pom.xml +++ b/components/operation-template-mgt/io.entgra.device.mgt.operation.template/pom.xml @@ -21,7 +21,7 @@ org.wso2.carbon.devicemgt operation-template-mgt - 5.0.21-SNAPSHOT + 5.0.26-SNAPSHOT ../pom.xml diff --git a/components/operation-template-mgt/pom.xml b/components/operation-template-mgt/pom.xml index a944a3e888..028426e28f 100644 --- a/components/operation-template-mgt/pom.xml +++ b/components/operation-template-mgt/pom.xml @@ -22,7 +22,7 @@ org.wso2.carbon.devicemgt carbon-devicemgt - 5.0.21-SNAPSHOT + 5.0.26-SNAPSHOT ../../pom.xml diff --git a/features/operation-template-mgt-plugin-feature/io.entgra.device.mgt.operation.template.feature/pom.xml b/features/operation-template-mgt-plugin-feature/io.entgra.device.mgt.operation.template.feature/pom.xml index d72b55db35..6846ba4935 100644 --- a/features/operation-template-mgt-plugin-feature/io.entgra.device.mgt.operation.template.feature/pom.xml +++ b/features/operation-template-mgt-plugin-feature/io.entgra.device.mgt.operation.template.feature/pom.xml @@ -23,9 +23,9 @@ org.wso2.carbon.devicemgt - carbon-devicemgt - 5.0.21-SNAPSHOT - ../../../pom.xml + operation-template-mgt-plugin-feature + 5.0.26-SNAPSHOT + ../pom.xml 4.0.0 diff --git a/features/operation-template-mgt-plugin-feature/pom.xml b/features/operation-template-mgt-plugin-feature/pom.xml index beb4317f3e..55d0b4fdb1 100644 --- a/features/operation-template-mgt-plugin-feature/pom.xml +++ b/features/operation-template-mgt-plugin-feature/pom.xml @@ -24,7 +24,7 @@ carbon-devicemgt org.wso2.carbon.devicemgt - 5.0.21-SNAPSHOT + 5.0.26-SNAPSHOT ../../pom.xml diff --git a/pom.xml b/pom.xml index 287cd9bbe0..4148767d4f 100644 --- a/pom.xml +++ b/pom.xml @@ -436,12 +436,6 @@ io.entgra.device.mgt.operation.template ${carbon.device.mgt.version} - - org.wso2.carbon.devicemgt - io.entgra.device.mgt.subtype.mgt.feature - zip - ${carbon.device.mgt.version} -