diff --git a/components/application-mgt/org.wso2.carbon.device.application.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml b/components/application-mgt/org.wso2.carbon.device.application.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml
index b0a30601ae6..e6e0f6c91fc 100644
--- a/components/application-mgt/org.wso2.carbon.device.application.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml
+++ b/components/application-mgt/org.wso2.carbon.device.application.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml
@@ -31,11 +31,10 @@
60000
true
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
-
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider
diff --git a/components/certificate-mgt/org.wso2.carbon.certificate.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml b/components/certificate-mgt/org.wso2.carbon.certificate.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml
index 7294bc04998..2ac5ae5b815 100644
--- a/components/certificate-mgt/org.wso2.carbon.certificate.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml
+++ b/components/certificate-mgt/org.wso2.carbon.certificate.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml
@@ -31,11 +31,10 @@
60000
true
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
-
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider
diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml
index 731f2ade9ca..39c80c3950e 100644
--- a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml
+++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml
@@ -31,11 +31,10 @@
60000
true
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
-
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider
diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/config/operation/cdm-config.xml b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/config/operation/cdm-config.xml
index b425b57b9d1..7b0f14b7f03 100644
--- a/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/config/operation/cdm-config.xml
+++ b/components/device-mgt/org.wso2.carbon.device.mgt.core/src/test/resources/config/operation/cdm-config.xml
@@ -31,11 +31,10 @@
2000
true
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
-
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider
diff --git a/components/identity-extensions/org.wso2.carbon.identity.jwt.client.extension/src/test/resources/carbon-home/repository/conf/cdm-config.xml b/components/identity-extensions/org.wso2.carbon.identity.jwt.client.extension/src/test/resources/carbon-home/repository/conf/cdm-config.xml
index 731f2ade9ca..39c80c3950e 100644
--- a/components/identity-extensions/org.wso2.carbon.identity.jwt.client.extension/src/test/resources/carbon-home/repository/conf/cdm-config.xml
+++ b/components/identity-extensions/org.wso2.carbon.identity.jwt.client.extension/src/test/resources/carbon-home/repository/conf/cdm-config.xml
@@ -31,11 +31,10 @@
60000
true
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
-
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider
diff --git a/components/policy-mgt/org.wso2.carbon.policy.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml b/components/policy-mgt/org.wso2.carbon.policy.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml
index 3755d4daf09..987701d1971 100644
--- a/components/policy-mgt/org.wso2.carbon.policy.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml
+++ b/components/policy-mgt/org.wso2.carbon.policy.mgt.core/src/test/resources/carbon-home/repository/conf/cdm-config.xml
@@ -31,11 +31,10 @@
60000
true
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
-
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider
diff --git a/components/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework/src/test/resources/carbon-home/repository/conf/cdm-config.xml b/components/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework/src/test/resources/carbon-home/repository/conf/cdm-config.xml
index aa02b0612a2..03ab50dd865 100644
--- a/components/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework/src/test/resources/carbon-home/repository/conf/cdm-config.xml
+++ b/components/webapp-authenticator-framework/org.wso2.carbon.webapp.authenticator.framework/src/test/resources/carbon-home/repository/conf/cdm-config.xml
@@ -31,11 +31,10 @@
60000
true
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
-
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider
diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf/cdm-config.xml b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf/cdm-config.xml
index e1a6b7aef83..88ff4ef9962 100644
--- a/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf/cdm-config.xml
+++ b/features/device-mgt/org.wso2.carbon.device.mgt.basics.feature/src/main/resources/conf/cdm-config.xml
@@ -31,11 +31,10 @@
60000
true
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
-
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
- org.wso2.carbon.device.mgt.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.fcm.FCMBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.mqtt.MQTTBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.http.HTTPBasedPushNotificationProvider
+ io.entgra.proprietary.extensions.push.notification.provider.xmpp.XMPPBasedPushNotificationProvider