From 19d4d1f62d14489239bdea613d389318847fe7aa Mon Sep 17 00:00:00 2001 From: manoj Date: Thu, 4 Dec 2014 11:38:19 +0530 Subject: [PATCH] DAO Layer Implementation --- components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml | 4 ++-- .../carbon/device/mgt/core/dao/impl/DeviceMgtDAOImpl.java | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml index c25fe103c9c..aa5f4e9a548 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml +++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/pom.xml @@ -89,8 +89,8 @@ org.wso2.carbon - logging - ${carbon.platform.version} + org.wso2.carbon.logging + ${carbon.kernel.version} diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/dao/impl/DeviceMgtDAOImpl.java b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/dao/impl/DeviceMgtDAOImpl.java index 54e008a207a..426266cca6a 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/dao/impl/DeviceMgtDAOImpl.java +++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/main/java/org/wso2/carbon/device/mgt/core/dao/impl/DeviceMgtDAOImpl.java @@ -34,7 +34,7 @@ public class DeviceMgtDAOImpl implements DeviceMgtDAO { @Override public void addDevice(Device device) throws CDMDAOException, CDMDatabaseConnectionException { - + } @Override diff --git a/pom.xml b/pom.xml index 3259cec236d..d0b77c184fa 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,7 @@ 4.3.0-SNAPSHOT - 4.3.0-SNAPSHOT + 4.2.0-SNAPSHOT 1.5.4 1.3 [1.6.1.wso2v11, 1.7.0)