From a6c037b60bce42ed342e6fbea632e7ddaa66593b Mon Sep 17 00:00:00 2001 From: Amalka Subasinghe Date: Tue, 10 Aug 2021 22:01:45 +0530 Subject: [PATCH 1/2] updated dbscripts and appmgt new names --- iot-core/pom.xml | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/iot-core/pom.xml b/iot-core/pom.xml index ee3864d..aac087b 100644 --- a/iot-core/pom.xml +++ b/iot-core/pom.xml @@ -87,6 +87,27 @@ + + update-dbscripts + process-resources + + run + + + + + + + + + + + + + + + + create-device-mgt-schema @@ -228,10 +249,10 @@ - org.wso2.carbon.devicemgt:org.wso2.carbon.device.application.mgt.api.feature:${carbon.device.mgt.version} + org.wso2.carbon.devicemgt:io.entgra.application.mgt.api.feature:${carbon.device.mgt.version} - org.wso2.carbon.devicemgt:org.wso2.carbon.device.application.mgt.server.feature:${carbon.device.mgt.version} + org.wso2.carbon.devicemgt:io.entgra.application.mgt.server.feature:${carbon.device.mgt.version} @@ -262,11 +283,11 @@ - org.wso2.carbon.device.application.mgt.api.feature.group + io.entgra.application.mgt.api.feature.group ${carbon.device.mgt.version} - org.wso2.carbon.device.application.mgt.server.feature.group + io.entgra.application.mgt.server.feature.group ${carbon.device.mgt.version} From a085445de5a2ca754d1c5ae23f1ff1e8ba410ee2 Mon Sep 17 00:00:00 2001 From: Amalka Subasinghe Date: Tue, 10 Aug 2021 22:56:35 +0530 Subject: [PATCH 2/2] alter h2 db for tenant creation fail issue --- iot-core/pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/iot-core/pom.xml b/iot-core/pom.xml index aac087b..4486871 100644 --- a/iot-core/pom.xml +++ b/iot-core/pom.xml @@ -108,6 +108,33 @@ + + + alter-shared-h2-db + process-resources + + run + + + + + + + + + + + + + + + + + + + + + create-device-mgt-schema