diff --git a/.github/stale.yml b/.github/stale.yml deleted file mode 100644 index 9cbd495b14..0000000000 --- a/.github/stale.yml +++ /dev/null @@ -1,15 +0,0 @@ -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 10 -# Don't close isssues or pulls -daysUntilClose: false -# Issues with these labels will never be considered stale -exemptLabels: - - Resolution/Postponed -# Label to use when marking an issue as stale -staleLabel: Resolution/Stale -# Comment to post when marking an issue as stale. Set to `false` to disable -markComment: > - This issue has been automatically marked as stale because it has not had - recent activity. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 2530bdcfa7..0000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,28 +0,0 @@ -image: charithag/docker-mvn-jdk8:latest - -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: - - mvn $MAVEN_CLI_OPTS clean install -Dmaven.test.skip=true - -test: - stage: test - script: - - mvn $MAVEN_CLI_OPTS test - -deploy: - stage: deploy - script: - - mvn $MAVEN_CLI_OPTS deploy -Dmaven.test.skip=true - only: - - master@entgra/carbon-device-mgt - - kernel-4.6.x@entgra/carbon-device-mgt diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0cbd9fd904..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: java -jdk: - - oraclejdk8 -cache: - directories: - - .autoconf - - $HOME/.m2 -script: mvn clean install diff --git a/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.api/pom.xml b/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.api/pom.xml index b5c5bd3ac2..fc7ad23766 100644 --- a/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.api/pom.xml +++ b/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.api/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core grafana-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.api war - Entgra - Grafana Proxy API - Entgra - Grafana Proxy API + Entgra Device Management - Grafana Proxy API + Entgra Device Management - Grafana Proxy API http://entgra.io diff --git a/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.common/pom.xml b/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.common/pom.xml index b2a6031989..12194db89f 100644 --- a/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.common/pom.xml +++ b/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.common/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core grafana-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.common bundle - Entgra - Grafana API Handler Common - Entgra - Grafana API Handler Common + Entgra Device Management - Grafana API Handler Common + Entgra Device Management - Grafana API Handler Common http://entgra.io diff --git a/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.core/pom.xml b/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.core/pom.xml index 4199ff7273..283f18a4ba 100644 --- a/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.core/pom.xml +++ b/components/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.core/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core grafana-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.core bundle - Entgra - Grafana API Handler Core - Entgra - Grafana API Handler Core + Entgra Device Management - Grafana API Handler Core + Entgra Device Management - Grafana API Handler Core http://entgra.io diff --git a/components/analytics-mgt/grafana-mgt/pom.xml b/components/analytics-mgt/grafana-mgt/pom.xml index 456834371f..493dd39002 100644 --- a/components/analytics-mgt/grafana-mgt/pom.xml +++ b/components/analytics-mgt/grafana-mgt/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core analytics-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 grafana-mgt pom - Entgra - Grafana API Handler Component + Entgra Device Management - Grafana API Handler Component http://entgra.io diff --git a/components/analytics-mgt/pom.xml b/components/analytics-mgt/pom.xml index 7de259bada..004e13c7c5 100644 --- a/components/analytics-mgt/pom.xml +++ b/components/analytics-mgt/pom.xml @@ -17,18 +17,19 @@ ~ under the License. --> - + - io.entgra.device.mgt.core.parent + device-mgt-core io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 analytics-mgt pom - Entgra - Analytics Management Component + Entgra Device Management - Analytics Management Component http://entgra.io diff --git a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.analytics.extension/pom.xml b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.analytics.extension/pom.xml index 866cb6ce57..5df5fc5c3b 100644 --- a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.analytics.extension/pom.xml +++ b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.analytics.extension/pom.xml @@ -20,13 +20,13 @@ apimgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT 4.0.0 io.entgra.device.mgt.core.apimgt.analytics.extension bundle - Entgra - API mgt analytics extension + Entgra Device Management - API mgt analytics extension https://entgra.io diff --git a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.annotations/pom.xml b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.annotations/pom.xml index fba5591029..2f93aec028 100644 --- a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.annotations/pom.xml +++ b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.annotations/pom.xml @@ -22,15 +22,15 @@ apimgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.apimgt.annotations bundle - WSO2 Carbon - API Management Annotations - WSO2 Carbon - API Management Custom Annotation Module + Entgra Device Management - API Management Annotations + Entgra Device Management - API Management Custom Annotation Module https://entgra.io diff --git a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension.api/pom.xml b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension.api/pom.xml index 4be52ce94d..826c889929 100644 --- a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension.api/pom.xml +++ b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension.api/pom.xml @@ -21,14 +21,14 @@ apimgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.apimgt.application.extension.api war - WSO2 Carbon - API Application Management API + Entgra Device Management - API Application Management API This module provides capability to create api manager application. https://entgra.io diff --git a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension/pom.xml b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension/pom.xml index fdf9c2dd68..dc88b032b3 100644 --- a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension/pom.xml +++ b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension/pom.xml @@ -22,14 +22,14 @@ apimgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.apimgt.application.extension bundle - WSO2 Carbon - API Application Management + Entgra Device Management - API Application Management This module provides capability to create api manager application. https://entgra.io diff --git a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.extension.rest.api/pom.xml b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.extension.rest.api/pom.xml index 7f6cf515e0..016f981d93 100644 --- a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.extension.rest.api/pom.xml +++ b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.extension.rest.api/pom.xml @@ -22,15 +22,15 @@ apimgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.apimgt.extension.rest.api bundle - Entgra - Device Management Extension for APIM REST API - Entgra - Device Management Extension for APIM REST API + Entgra Device Management - Device Management Extension for APIM REST API + Entgra Device Management - Device Management Extension for APIM REST API https://entgra.io diff --git a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.keymgt.extension.api/pom.xml b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.keymgt.extension.api/pom.xml index 14b4f62707..78b0053f8f 100644 --- a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.keymgt.extension.api/pom.xml +++ b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.keymgt.extension.api/pom.xml @@ -21,13 +21,13 @@ apimgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT 4.0.0 io.entgra.device.mgt.core.apimgt.keymgt.extension.api war - WSO2 Carbon - API Key Management API + Entgra Device Management - API Key Management API This module extends the API manager's key management apis. https://entgra.io diff --git a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.keymgt.extension/pom.xml b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.keymgt.extension/pom.xml index 25c942800f..eba5a485b1 100644 --- a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.keymgt.extension/pom.xml +++ b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.keymgt.extension/pom.xml @@ -21,14 +21,14 @@ apimgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.apimgt.keymgt.extension bundle - WSO2 Carbon - API Key Management + Entgra Device Management - API Key Management This module extends the API manager's key management. https://entgra.io diff --git a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.webapp.publisher/pom.xml b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.webapp.publisher/pom.xml index b211a15d26..4882c2a16d 100644 --- a/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.webapp.publisher/pom.xml +++ b/components/apimgt-extensions/io.entgra.device.mgt.core.apimgt.webapp.publisher/pom.xml @@ -22,15 +22,15 @@ apimgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.apimgt.webapp.publisher bundle - WSO2 Carbon - API Management Webapp Publisher - WSO2 Carbon - API Management Webapp Publisher + Entgra Device Management - API Management Webapp Publisher + Entgra Device Management - API Management Webapp Publisher https://entgra.io diff --git a/components/apimgt-extensions/pom.xml b/components/apimgt-extensions/pom.xml index 6bf36e1e82..3d2c974ad5 100644 --- a/components/apimgt-extensions/pom.xml +++ b/components/apimgt-extensions/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 apimgt-extensions pom - WSO2 Carbon - API Management Extensions Component + Entgra Device Management - API Management Extensions Component https://entgra.io diff --git a/components/application-mgt/io.entgra.device.mgt.core.application.mgt.common/pom.xml b/components/application-mgt/io.entgra.device.mgt.core.application.mgt.common/pom.xml index 482bc93ae9..2916292c5c 100644 --- a/components/application-mgt/io.entgra.device.mgt.core.application.mgt.common/pom.xml +++ b/components/application-mgt/io.entgra.device.mgt.core.application.mgt.common/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core application-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.application.mgt.common bundle - Entgra - Application Management Common - Entgra - Application Management Common + Entgra Device Management - Application Management Common + Entgra Device Management - Application Management Common https://entgra.io diff --git a/components/application-mgt/io.entgra.device.mgt.core.application.mgt.core/pom.xml b/components/application-mgt/io.entgra.device.mgt.core.application.mgt.core/pom.xml index 171fa4557d..126a3ebf37 100644 --- a/components/application-mgt/io.entgra.device.mgt.core.application.mgt.core/pom.xml +++ b/components/application-mgt/io.entgra.device.mgt.core.application.mgt.core/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core application-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.application.mgt.core bundle - Entgra - Application Management Core - Entgra - Application Management Core + Entgra Device Management - Application Management Core + Entgra Device Management - Application Management Core https://entgra.io diff --git a/components/application-mgt/pom.xml b/components/application-mgt/pom.xml index c4a50c3705..d0702df536 100644 --- a/components/application-mgt/pom.xml +++ b/components/application-mgt/pom.xml @@ -21,16 +21,16 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 application-mgt pom - WSO2 Carbon - Application Management Component - WSO2 Carbon - Application Management Component + Entgra Device Management - Application Management Component + Entgra Device Management - Application Management Component https://entgra.io diff --git a/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.admin.api/pom.xml b/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.admin.api/pom.xml index c75eae5479..0b28d6dfa5 100644 --- a/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.admin.api/pom.xml +++ b/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.admin.api/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core cea-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.cea.mgt.admin.api war - Entgra IoT - CEA Management Admin API - Entgra IoT - Conditional Email Access Management Admin API + Entgra Device Management - CEA Management Admin API + Entgra Device Management - Conditional Email Access Management Admin API diff --git a/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.common/pom.xml b/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.common/pom.xml index 9e8060e0b8..b560d70134 100644 --- a/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.common/pom.xml +++ b/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.common/pom.xml @@ -23,15 +23,15 @@ io.entgra.device.mgt.core cea-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.cea.mgt.common bundle - Entgra IoT - CEA Management Common - Entgra IoT - Conditional Email Access Management Common + Entgra Device Management - CEA Management Common + Entgra Device Management - Conditional Email Access Management Common diff --git a/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.core/pom.xml b/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.core/pom.xml index a09c92436a..7055d7952a 100644 --- a/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.core/pom.xml +++ b/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.core/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core cea-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.cea.mgt.core bundle - Entgra IoT - CEA Management Core - Entgra IoT - Conditional Email Access Management Core + Entgra Device Management - CEA Management Core + Entgra Device Management - Conditional Email Access Management Core diff --git a/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.enforce/pom.xml b/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.enforce/pom.xml index c22f147d82..5f8eae52c7 100644 --- a/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.enforce/pom.xml +++ b/components/cea-mgt/io.entgra.device.mgt.core.cea.mgt.enforce/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core cea-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml io.entgra.device.mgt.core.cea.mgt.enforce 4.0.0 bundle - Entgra IoT - CEA Management Enforcement Service - Entgra IoT - Conditional Email Access Management Enforcement Service + Entgra Device Management - CEA Management Enforcement Service + Entgra Device Management - Conditional Email Access Management Enforcement Service diff --git a/components/cea-mgt/pom.xml b/components/cea-mgt/pom.xml index 78b391bd6b..f1cc314598 100644 --- a/components/cea-mgt/pom.xml +++ b/components/cea-mgt/pom.xml @@ -21,16 +21,16 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 cea-mgt pom - Entgra IoT - CEA Management Component - Entgra IoT - Conditional Email Access Management Component + Entgra Device Management - CEA Management Component + Entgra Device Management - Conditional Email Access Management Component io.entgra.device.mgt.core.cea.mgt.core diff --git a/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.api/pom.xml b/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.api/pom.xml index bf1dee7058..a2d8e37aa7 100644 --- a/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.api/pom.xml +++ b/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.api/pom.xml @@ -22,15 +22,15 @@ certificate-mgt io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.certificate.mgt.api war - WSO2 Carbon - Certificate Management API - WSO2 Carbon - Certificate Management API + Entgra Device Management - Certificate Management API + Entgra Device Management - Certificate Management API https://entgra.io diff --git a/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.cert.admin.api/pom.xml b/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.cert.admin.api/pom.xml index 3f9de89f2d..536ef97716 100644 --- a/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.cert.admin.api/pom.xml +++ b/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.cert.admin.api/pom.xml @@ -22,15 +22,15 @@ certificate-mgt io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.certificate.mgt.cert.admin.api war - WSO2 Carbon - Admin Certificate Management API - WSO2 Carbon - Admin Certificate Management API + Entgra Device Management - Admin Certificate Management API + Entgra Device Management - Admin Certificate Management API https://entgra.io diff --git a/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.core/pom.xml b/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.core/pom.xml index ff7cc19498..e2c5afc557 100644 --- a/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.core/pom.xml +++ b/components/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.core/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core certificate-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.certificate.mgt.core bundle - WSO2 Carbon - Certificate Management Core - WSO2 Carbon - Certificate Management Core + Entgra Device Management - Certificate Management Core + Entgra Device Management - Certificate Management Core https://entgra.io diff --git a/components/certificate-mgt/pom.xml b/components/certificate-mgt/pom.xml index c733f7e373..36ade9905d 100644 --- a/components/certificate-mgt/pom.xml +++ b/components/certificate-mgt/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 certificate-mgt pom - WSO2 Carbon - Certificate Management Component + Entgra Device Management - Certificate Management Component https://entgra.io diff --git a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.defaultrole.manager/pom.xml b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.defaultrole.manager/pom.xml index 888af70f81..b02123e4c4 100644 --- a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.defaultrole.manager/pom.xml +++ b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.defaultrole.manager/pom.xml @@ -22,15 +22,15 @@ device-mgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.defaultrole.manager bundle - Entgra IoT - Default User Roles Management Module - Entgra IoT - Default User Roles Management Module Implementation + Entgra Device Management - Default User Roles Management Module + Entgra Device Management - Default User Roles Management Module Implementation http://entgra.io diff --git a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api/pom.xml b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api/pom.xml index 3cc512d792..a808eb1ab1 100644 --- a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api/pom.xml +++ b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api/pom.xml @@ -22,14 +22,14 @@ device-mgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api war - Entgra IoT - API Device Organization Management API + Entgra Device Management - API Device Organization Management API This module extends the API manager's device organization management apis. http://entgra.io diff --git a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization/pom.xml b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization/pom.xml index 61480722b1..b190b05aa7 100644 --- a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization/pom.xml +++ b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization/pom.xml @@ -22,15 +22,15 @@ device-mgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.device.organization bundle - Entgra IoT - Device Organization Module - Entgra IoT - Device Organization Module Implementation + Entgra Device Management - Device Organization Module + Entgra Device Management - Device Organization Module Implementation http://entgra.io diff --git a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.type.deployer/pom.xml b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.type.deployer/pom.xml index 2a04b62e41..a3f4e5ce42 100644 --- a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.type.deployer/pom.xml +++ b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.type.deployer/pom.xml @@ -22,15 +22,15 @@ device-mgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.device.type.deployer bundle - WSO2 Carbon - Device Type Deployer - WSO2 Carbon - Device Type Deployer Implementation + Entgra Device Management - Device Type Deployer + Entgra Device Management - Device Type Deployer Implementation https://entgra.io diff --git a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.logger/pom.xml b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.logger/pom.xml index aa4b2c1cf1..7266341f34 100644 --- a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.logger/pom.xml +++ b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.logger/pom.xml @@ -21,15 +21,15 @@ device-mgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.logger bundle - Entgra IoT - Logger Impl - Entgra IoT - Entgra Logger Implementation + Entgra Device Management - Logger Impl + Entgra Device Management - Entgra Logger Implementation http://entgra.io diff --git a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.pull.notification/pom.xml b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.pull.notification/pom.xml index d1ea2bc255..8e8e19b364 100644 --- a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.pull.notification/pom.xml +++ b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.pull.notification/pom.xml @@ -22,15 +22,15 @@ device-mgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.pull.notification bundle - WSO2 Carbon - Pull Notification Provider Implementation - WSO2 Carbon - Pull Notification Provider Implementation + Entgra Device Management - Pull Notification Provider Implementation + Entgra Device Management - Pull Notification Provider Implementation https://entgra.io diff --git a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.fcm/pom.xml b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.fcm/pom.xml index 01e0074adf..b72f93840f 100644 --- a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.fcm/pom.xml +++ b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.fcm/pom.xml @@ -22,15 +22,15 @@ device-mgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.fcm bundle - WSO2 Carbon - FCM Based Push Notification Provider Implementation - WSO2 Carbon - FCM Based Push Notification Provider Implementation + Entgra Device Management - FCM Based Push Notification Provider Implementation + Entgra Device Management - FCM Based Push Notification Provider Implementation https://entgra.io diff --git a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.http/pom.xml b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.http/pom.xml index 1ae1b328cf..edf6e15fb7 100644 --- a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.http/pom.xml +++ b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.http/pom.xml @@ -22,15 +22,15 @@ device-mgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.http bundle - WSO2 Carbon - HTTP Based Push Notification Provider Implementation - WSO2 Carbon - HTTP Based Push Notification Provider Implementation + Entgra Device Management - HTTP Based Push Notification Provider Implementation + Entgra Device Management - HTTP Based Push Notification Provider Implementation https://entgra.io diff --git a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.mqtt/pom.xml b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.mqtt/pom.xml index 0477011b9f..a37af5cc64 100644 --- a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.mqtt/pom.xml +++ b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.mqtt/pom.xml @@ -22,15 +22,15 @@ device-mgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.mqtt bundle - WSO2 Carbon - MQTT Based Push Notification Provider Implementation - WSO2 Carbon - MQTT Based Push Notification Provider Implementation + Entgra Device Management - MQTT Based Push Notification Provider Implementation + Entgra Device Management - MQTT Based Push Notification Provider Implementation https://entgra.io diff --git a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.xmpp/pom.xml b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.xmpp/pom.xml index d22a7befe7..1dd7608238 100644 --- a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.xmpp/pom.xml +++ b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.xmpp/pom.xml @@ -22,15 +22,15 @@ device-mgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.xmpp bundle - WSO2 Carbon - XMPP Based Push Notification Provider Implementation - WSO2 Carbon - XMPP Based Push Notification Provider Implementation + Entgra Device Management - XMPP Based Push Notification Provider Implementation + Entgra Device Management - XMPP Based Push Notification Provider Implementation https://entgra.io diff --git a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.stateengine/pom.xml b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.stateengine/pom.xml index 3cc4114dc9..5ac54dc0e8 100644 --- a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.stateengine/pom.xml +++ b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.stateengine/pom.xml @@ -22,15 +22,15 @@ device-mgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.stateengine bundle - Entgra IoT - State Engine - Entgra IoT - State Engine Components + Entgra Device Management - State Engine + Entgra Device Management - State Engine Components http://entgra.io diff --git a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.userstore.role.mapper/pom.xml b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.userstore.role.mapper/pom.xml index a6b55859df..cc6ee9fc21 100644 --- a/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.userstore.role.mapper/pom.xml +++ b/components/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.userstore.role.mapper/pom.xml @@ -22,15 +22,15 @@ device-mgt-extensions io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.userstore.role.mapper bundle - Entgra IoT - User store role mapping Module - Entgra IoT - User store role mapping Module + Entgra Device Management - User store role mapping Module + Entgra Device Management - User store role mapping Module http://entgra.io diff --git a/components/device-mgt-extensions/pom.xml b/components/device-mgt-extensions/pom.xml index 455aa0679c..daf2457a80 100644 --- a/components/device-mgt-extensions/pom.xml +++ b/components/device-mgt-extensions/pom.xml @@ -20,17 +20,17 @@ - io.entgra.device.mgt.core.parent + device-mgt-core io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 device-mgt-extensions pom - WSO2 Carbon - Device Management Extensions - WSO2 Carbon - Device Management Extensions + Entgra Device Management - Device Management Extensions + Entgra Device Management - Device Management Extensions https://entgra.io diff --git a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.api/pom.xml b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.api/pom.xml index 6ce3f3e666..e980421af9 100644 --- a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.api/pom.xml +++ b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.api/pom.xml @@ -22,15 +22,15 @@ device-mgt io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.api war - WSO2 Carbon - Mobile Device Management API - WSO2 Carbon - Mobile Device Management API + Entgra Device Management - Mobile Device Management API + Entgra Device Management - Mobile Device Management API https://entgra.io diff --git a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.common/pom.xml b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.common/pom.xml index cc9da3624c..3e9d8f7b0d 100644 --- a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.common/pom.xml +++ b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.common/pom.xml @@ -21,15 +21,15 @@ device-mgt io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.common bundle - WSO2 Carbon - Device Management Commons - WSO2 Carbon - Device Management Commons + Entgra Device Management - Device Management Commons + Entgra Device Management - Device Management Commons https://entgra.io diff --git a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.config.api/pom.xml b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.config.api/pom.xml index 62e006db4b..6cf9047e82 100644 --- a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.config.api/pom.xml +++ b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.config.api/pom.xml @@ -22,15 +22,15 @@ device-mgt io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.config.api war - Entgra Carbon - Mobile Device Management Configuration API - Entgra Carbon - Mobile Device Management Configuration API + Entgra Device Management - Device Management Configuration API + Entgra Device Management - Device Management Configuration API https://entgra.io diff --git a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/pom.xml b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/pom.xml index 00788c96f4..43f48d94ed 100644 --- a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/pom.xml +++ b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.core/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core device-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.core bundle - WSO2 Carbon - Device Management Core - WSO2 Carbon - Device Management Core + Entgra Device Management - Device Management Core + Entgra Device Management - Device Management Core https://entgra.io diff --git a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.extensions/pom.xml b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.extensions/pom.xml index 2f7e1c60e4..3d8761c19d 100644 --- a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.extensions/pom.xml +++ b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.extensions/pom.xml @@ -22,15 +22,15 @@ device-mgt io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions bundle - WSO2 Carbon - Device Management Extensions - WSO2 Carbon - Device Management Extensions + Entgra Device Management - Device Management Extensions + Entgra Device Management - Device Management Extensions https://entgra.io diff --git a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.url.printer/pom.xml b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.url.printer/pom.xml index 0fc65c8a5d..36690a669c 100644 --- a/components/device-mgt/io.entgra.device.mgt.core.device.mgt.url.printer/pom.xml +++ b/components/device-mgt/io.entgra.device.mgt.core.device.mgt.url.printer/pom.xml @@ -23,15 +23,15 @@ device-mgt io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.url.printer bundle - WSO2 Carbon - Device Management url printer - WSO2 Carbon - Device Management url printer + Entgra Device Management - Device Management url printer + Entgra Device Management - Device Management url printer https://entgra.io diff --git a/components/device-mgt/pom.xml b/components/device-mgt/pom.xml index 1881c7f0ad..02403f68f6 100644 --- a/components/device-mgt/pom.xml +++ b/components/device-mgt/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 device-mgt pom - WSO2 Carbon - Device Management Component + Entgra Device Management - Device Management Component https://entgra.io diff --git a/components/heartbeat-management/io.entgra.device.mgt.core.server.bootup.heartbeat.beacon/pom.xml b/components/heartbeat-management/io.entgra.device.mgt.core.server.bootup.heartbeat.beacon/pom.xml index 1a44ac0544..8190256832 100644 --- a/components/heartbeat-management/io.entgra.device.mgt.core.server.bootup.heartbeat.beacon/pom.xml +++ b/components/heartbeat-management/io.entgra.device.mgt.core.server.bootup.heartbeat.beacon/pom.xml @@ -17,21 +17,22 @@ ~ under the License. --> - + io.entgra.device.mgt.core heartbeat-management - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.server.bootup.heartbeat.beacon bundle - Entgra - Heartbeat Beacon - Entgra - Server Startup and Heartbeat Monitoring Component - http://www.entgra.io + Entgra Device Management - Heartbeat Beacon + Entgra Server Startup and Heartbeat Monitoring Component + https://entgra.io @@ -53,7 +54,8 @@ ${project.artifactId} ${io.entgra.device.mgt.core.version} Server Startup Heart Beat Beacon Bundle - io.entgra.device.mgt.core.server.bootup.heartbeat.beacon.internal + io.entgra.device.mgt.core.server.bootup.heartbeat.beacon.internal + io.entgra.device.mgt.core.device.mgt.common;version="[5.0,6)", io.entgra.device.mgt.core.device.mgt.common.exceptions;version="[5.0,6)", diff --git a/components/heartbeat-management/pom.xml b/components/heartbeat-management/pom.xml index 7015a871d1..c8e1f9d4f1 100644 --- a/components/heartbeat-management/pom.xml +++ b/components/heartbeat-management/pom.xml @@ -17,20 +17,21 @@ ~ under the License. --> - + io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 heartbeat-management pom - Entgra - Task Allocation Framework - http://entgra.io + Entgra Device Management - Task Allocation Framework + https://entgra.io io.entgra.device.mgt.core.server.bootup.heartbeat.beacon diff --git a/components/identity-extensions/io.entgra.device.mgt.core.device.mgt.oauth.extensions/pom.xml b/components/identity-extensions/io.entgra.device.mgt.core.device.mgt.oauth.extensions/pom.xml index e86a5947dc..3d0dde5be1 100644 --- a/components/identity-extensions/io.entgra.device.mgt.core.device.mgt.oauth.extensions/pom.xml +++ b/components/identity-extensions/io.entgra.device.mgt.core.device.mgt.oauth.extensions/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core identity-extensions - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.oauth.extensions bundle - WSO2 Carbon - OAuth Extensions + Entgra Device Management - OAuth Extensions https://entgra.io diff --git a/components/identity-extensions/io.entgra.device.mgt.core.identity.jwt.client.extension/pom.xml b/components/identity-extensions/io.entgra.device.mgt.core.identity.jwt.client.extension/pom.xml index 826280ae17..899434ada5 100644 --- a/components/identity-extensions/io.entgra.device.mgt.core.identity.jwt.client.extension/pom.xml +++ b/components/identity-extensions/io.entgra.device.mgt.core.identity.jwt.client.extension/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core identity-extensions - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.identity.jwt.client.extension bundle - WSO2 Carbon - Device Management JWT Client Extensions - WSO2 Carbon - Device Management JWT Client Extensions + Entgra Device Management - Device Management JWT Client Extensions + Entgra Device Management - Device Management JWT Client Extensions https://entgra.io diff --git a/components/identity-extensions/pom.xml b/components/identity-extensions/pom.xml index ced68c877b..626cf97c0d 100644 --- a/components/identity-extensions/pom.xml +++ b/components/identity-extensions/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 identity-extensions pom - WSO2 Carbon - Identity Extensions Component + Entgra Device Management - Identity Extensions Component https://entgra.io diff --git a/components/logger/io.entgra.device.mgt.core.notification.logger/pom.xml b/components/logger/io.entgra.device.mgt.core.notification.logger/pom.xml index dcf1f39304..b1e8750818 100644 --- a/components/logger/io.entgra.device.mgt.core.notification.logger/pom.xml +++ b/components/logger/io.entgra.device.mgt.core.notification.logger/pom.xml @@ -23,11 +23,11 @@ io.entgra.device.mgt.core logger - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT io.entgra.device.mgt.core.notification.logger - Entgra - Notification Logger + Entgra Device Management - Notification Logger bundle http://entgra.io diff --git a/components/logger/pom.xml b/components/logger/pom.xml index 97de565b35..8c4f741904 100644 --- a/components/logger/pom.xml +++ b/components/logger/pom.xml @@ -20,15 +20,15 @@ 4.0.0 - io.entgra.device.mgt.core.parent + device-mgt-core io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml logger pom - Entgra - Notification Logger Component + Entgra Device Management - Notification Logger Component http://entgra.io diff --git a/components/operation-template-mgt/io.entgra.device.mgt.core.operation.template/pom.xml b/components/operation-template-mgt/io.entgra.device.mgt.core.operation.template/pom.xml index 158daff9f5..b2dc0ce6c5 100644 --- a/components/operation-template-mgt/io.entgra.device.mgt.core.operation.template/pom.xml +++ b/components/operation-template-mgt/io.entgra.device.mgt.core.operation.template/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core operation-template-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.operation.template bundle - Entgra IoT - Operation Template Core - Entgra IoT - Operation Template Core + Entgra Device Management - Operation Template Core + Entgra Device Management - Operation Template Core http://entgra.io diff --git a/components/operation-template-mgt/pom.xml b/components/operation-template-mgt/pom.xml index 9672e9df32..16f5356f2b 100644 --- a/components/operation-template-mgt/pom.xml +++ b/components/operation-template-mgt/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 operation-template-mgt pom - Entgra IoT - Operation Template Mgt Plugin + Entgra Device Management - Operation Template Mgt Plugin http://entgra.io diff --git a/components/policy-mgt/io.entgra.device.mgt.core.policy.decision.point/pom.xml b/components/policy-mgt/io.entgra.device.mgt.core.policy.decision.point/pom.xml index 4c5d2b9fc1..513152f2f0 100644 --- a/components/policy-mgt/io.entgra.device.mgt.core.policy.decision.point/pom.xml +++ b/components/policy-mgt/io.entgra.device.mgt.core.policy.decision.point/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core policy-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.policy.decision.point bundle - WSO2 Carbon - Policy Decision Point - WSO2 Carbon - Policy Decision Point + Entgra Device Management - Policy Decision Point + Entgra Device Management - Policy Decision Point https://entgra.io diff --git a/components/policy-mgt/io.entgra.device.mgt.core.policy.information.point/pom.xml b/components/policy-mgt/io.entgra.device.mgt.core.policy.information.point/pom.xml index 3e1678406c..a3ae255da7 100644 --- a/components/policy-mgt/io.entgra.device.mgt.core.policy.information.point/pom.xml +++ b/components/policy-mgt/io.entgra.device.mgt.core.policy.information.point/pom.xml @@ -21,7 +21,7 @@ io.entgra.device.mgt.core policy-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml @@ -29,8 +29,8 @@ 4.0.0 io.entgra.device.mgt.core.policy.information.point bundle - WSO2 Carbon - Policy Information Point - WSO2 Carbon - Policy Information Point + Entgra Device Management - Policy Information Point + Entgra Device Management - Policy Information Point https://entgra.io diff --git a/components/policy-mgt/io.entgra.device.mgt.core.policy.mgt.common/pom.xml b/components/policy-mgt/io.entgra.device.mgt.core.policy.mgt.common/pom.xml index 70346d54d1..860313c31d 100644 --- a/components/policy-mgt/io.entgra.device.mgt.core.policy.mgt.common/pom.xml +++ b/components/policy-mgt/io.entgra.device.mgt.core.policy.mgt.common/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core policy-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.policy.mgt.common bundle - WSO2 Carbon - Policy Management Common - WSO2 Carbon - Policy Management Common + Entgra Device Management - Policy Management Common + Entgra Device Management - Policy Management Common https://entgra.io diff --git a/components/policy-mgt/io.entgra.device.mgt.core.policy.mgt.core/pom.xml b/components/policy-mgt/io.entgra.device.mgt.core.policy.mgt.core/pom.xml index ccfca465fd..39421174ef 100644 --- a/components/policy-mgt/io.entgra.device.mgt.core.policy.mgt.core/pom.xml +++ b/components/policy-mgt/io.entgra.device.mgt.core.policy.mgt.core/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core policy-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.policy.mgt.core bundle - WSO2 Carbon - Policy Management Core - WSO2 Carbon - Policy Management Core + Entgra Device Management - Policy Management Core + Entgra Device Management - Policy Management Core https://entgra.io diff --git a/components/policy-mgt/pom.xml b/components/policy-mgt/pom.xml index f45e96501e..621b5e6d83 100644 --- a/components/policy-mgt/pom.xml +++ b/components/policy-mgt/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 policy-mgt pom - WSO2 Carbon - Policy Management Component + Entgra Device Management - Policy Management Component https://entgra.io diff --git a/components/subtype-mgt/io.entgra.device.mgt.core.subtype.mgt/pom.xml b/components/subtype-mgt/io.entgra.device.mgt.core.subtype.mgt/pom.xml index 6785609ff1..7001e25e3d 100644 --- a/components/subtype-mgt/io.entgra.device.mgt.core.subtype.mgt/pom.xml +++ b/components/subtype-mgt/io.entgra.device.mgt.core.subtype.mgt/pom.xml @@ -20,15 +20,15 @@ io.entgra.device.mgt.core subtype-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.subtype.mgt - Entgra IoT - Subtype Mgt Impl + Entgra Device Management - Subtype Mgt Impl bundle - Entgra IoT - Subtype Management Component Implementation + Entgra Device Management - Subtype Management Component Implementation http://entgra.io diff --git a/components/subtype-mgt/pom.xml b/components/subtype-mgt/pom.xml index d67a6ffbd5..331e675a36 100644 --- a/components/subtype-mgt/pom.xml +++ b/components/subtype-mgt/pom.xml @@ -19,15 +19,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 subtype-mgt pom - Entgra IoT - Subtype Mgt + Entgra Device Management - Subtype Mgt http://entgra.io diff --git a/components/task-mgt/pom.xml b/components/task-mgt/pom.xml index a6e832a947..ec125fccef 100755 --- a/components/task-mgt/pom.xml +++ b/components/task-mgt/pom.xml @@ -20,15 +20,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 task-mgt pom - Entgra IoT - Task Management Component + Entgra Device Management - Task Management Component http://entgra.io diff --git a/components/task-mgt/task-manager/io.entgra.device.mgt.core.task.mgt.common/pom.xml b/components/task-mgt/task-manager/io.entgra.device.mgt.core.task.mgt.common/pom.xml index 3186715314..fda57bbdd6 100755 --- a/components/task-mgt/task-manager/io.entgra.device.mgt.core.task.mgt.common/pom.xml +++ b/components/task-mgt/task-manager/io.entgra.device.mgt.core.task.mgt.common/pom.xml @@ -20,15 +20,15 @@ task-manager io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.task.mgt.common bundle - Entgra IoT - Task Management Common - Entgra IoT - Task Management Common + Entgra Device Management - Task Management Common + Entgra Device Management - Task Management Common https://entgra.io diff --git a/components/task-mgt/task-manager/io.entgra.device.mgt.core.task.mgt.core/pom.xml b/components/task-mgt/task-manager/io.entgra.device.mgt.core.task.mgt.core/pom.xml index f5629cc955..e591310db6 100755 --- a/components/task-mgt/task-manager/io.entgra.device.mgt.core.task.mgt.core/pom.xml +++ b/components/task-mgt/task-manager/io.entgra.device.mgt.core.task.mgt.core/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core task-manager - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.task.mgt.core bundle - Entgra IoT - Task manager Core - Entgra IoT - Task manager Core + Entgra Device Management - Task manager Core + Entgra Device Management - Task manager Core http://entgra.io diff --git a/components/task-mgt/task-manager/pom.xml b/components/task-mgt/task-manager/pom.xml index 4169d327f4..2dc7d48b22 100755 --- a/components/task-mgt/task-manager/pom.xml +++ b/components/task-mgt/task-manager/pom.xml @@ -21,13 +21,13 @@ io.entgra.device.mgt.core task-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 task-manager - Entgra IoT - Task Manager Component + Entgra Device Management - Task Manager Component pom http://entgra.io diff --git a/components/task-mgt/task-watcher/io.entgra.device.mgt.core.task.mgt.watcher/pom.xml b/components/task-mgt/task-watcher/io.entgra.device.mgt.core.task.mgt.watcher/pom.xml index cc3b6f2684..38647f51f2 100755 --- a/components/task-mgt/task-watcher/io.entgra.device.mgt.core.task.mgt.watcher/pom.xml +++ b/components/task-mgt/task-watcher/io.entgra.device.mgt.core.task.mgt.watcher/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core task-watcher - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.task.mgt.watcher bundle - Entgra IoT - Task Watcher - Entgra IoT - Task Watcher + Entgra Device Management - Task Watcher + Entgra Device Management - Task Watcher http://entgra.io diff --git a/components/task-mgt/task-watcher/pom.xml b/components/task-mgt/task-watcher/pom.xml index bf1051bfcc..cc95321e06 100755 --- a/components/task-mgt/task-watcher/pom.xml +++ b/components/task-mgt/task-watcher/pom.xml @@ -21,13 +21,13 @@ io.entgra.device.mgt.core task-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 task-watcher - Entgra IoT - Task Watcher Component + Entgra Device Management - Task Watcher Component pom http://entgra.io diff --git a/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.common/pom.xml b/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.common/pom.xml index 20f7435708..d011a19404 100644 --- a/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.common/pom.xml +++ b/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.common/pom.xml @@ -20,14 +20,14 @@ tenant-mgt io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.tenant.mgt.common - Entgra IoT - Tenant Manager Common - Entgra IoT - Tenant Manager Common + Entgra Device Management - Tenant Manager Common + Entgra Device Management - Tenant Manager Common bundle diff --git a/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.core/pom.xml b/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.core/pom.xml index 6347269f93..b3d9e75a9c 100644 --- a/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.core/pom.xml +++ b/components/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.core/pom.xml @@ -20,14 +20,14 @@ tenant-mgt io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.tenant.mgt.core - Entgra IoT - Tenant Manager Core - Entgra IoT - Tenant Manager Core + Entgra Device Management - Tenant Manager Core + Entgra Device Management - Tenant Manager Core bundle diff --git a/components/tenant-mgt/pom.xml b/components/tenant-mgt/pom.xml index cec5e7f315..e344e8158e 100644 --- a/components/tenant-mgt/pom.xml +++ b/components/tenant-mgt/pom.xml @@ -18,17 +18,17 @@ --> - io.entgra.device.mgt.core.parent + device-mgt-core io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 tenant-mgt pom - Entgra IoT - Tenant Management Component - Entgra IoT - Tenant Management Component + Entgra Device Management - Tenant Management Component + Entgra Device Management - Tenant Management Component io.entgra.device.mgt.core.tenant.mgt.core diff --git a/components/test-coverage/pom.xml b/components/test-coverage/pom.xml index 7273a65793..d1cda60448 100644 --- a/components/test-coverage/pom.xml +++ b/components/test-coverage/pom.xml @@ -19,7 +19,7 @@ - io.entgra.device.mgt.core.parent + device-mgt-core io.entgra.device.mgt.core 4.0.0-SNAPSHOT ../../pom.xml @@ -27,7 +27,7 @@ 4.0.0 test-coverage - WSO2 Carbon - Unit Test Coverage Generation + Entgra Device Management - Unit Test Coverage Generation target coverage-reports diff --git a/components/transport-mgt/email-sender/io.entgra.device.mgt.core.transport.mgt.email.sender.core/pom.xml b/components/transport-mgt/email-sender/io.entgra.device.mgt.core.transport.mgt.email.sender.core/pom.xml index 3e713b580c..6dd1ba7ff5 100644 --- a/components/transport-mgt/email-sender/io.entgra.device.mgt.core.transport.mgt.email.sender.core/pom.xml +++ b/components/transport-mgt/email-sender/io.entgra.device.mgt.core.transport.mgt.email.sender.core/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core email-sender - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.transport.mgt.email.sender.core bundle - WSO2 Carbon - Email Sender Core - WSO2 Carbon - Email Sender Core + Entgra Device Management - Email Sender Core + Entgra Device Management - Email Sender Core https://entgra.io diff --git a/components/transport-mgt/email-sender/pom.xml b/components/transport-mgt/email-sender/pom.xml index 6b2855be0c..9768cc5df5 100644 --- a/components/transport-mgt/email-sender/pom.xml +++ b/components/transport-mgt/email-sender/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core transport-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 email-sender pom - WSO2 Carbon - Email Sender Component + Entgra Device Management - Email Sender Component https://entgra.io diff --git a/components/transport-mgt/pom.xml b/components/transport-mgt/pom.xml index f70c86664a..f57e38740b 100644 --- a/components/transport-mgt/pom.xml +++ b/components/transport-mgt/pom.xml @@ -19,16 +19,16 @@ - io.entgra.device.mgt.core.parent + device-mgt-core io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 transport-mgt pom - Entgra - Transport Management Component + Entgra Device Management - Transport Management Component http://entgra.io diff --git a/components/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.api/pom.xml b/components/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.api/pom.xml index 57aba948bf..a9f9ab1dea 100644 --- a/components/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.api/pom.xml +++ b/components/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.api/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core sms-handler - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.transport.mgt.sms.handler.api war - Entgra - SMS Handler API - Entgra - SMS Handler API + Entgra Device Management - SMS Handler API + Entgra Device Management - SMS Handler API http://entgra.io diff --git a/components/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.common/pom.xml b/components/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.common/pom.xml index 5d0abfd980..b2e5e1a3e1 100644 --- a/components/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.common/pom.xml +++ b/components/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.common/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core sms-handler - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.transport.mgt.sms.handler.common bundle - Entgra - SMS Handler Common - Entgra - SMS Handler Common + Entgra Device Management - SMS Handler Common + Entgra Device Management - SMS Handler Common http://entgra.io diff --git a/components/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.core/pom.xml b/components/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.core/pom.xml index 3b98153af4..b2ce6f9333 100644 --- a/components/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.core/pom.xml +++ b/components/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.core/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core sms-handler - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.transport.mgt.sms.handler.core bundle - Entgra - SMS Handler Core - Entgra - SMS Handler Core + Entgra Device Management - SMS Handler Core + Entgra Device Management - SMS Handler Core http://entgra.io diff --git a/components/transport-mgt/sms-handler/pom.xml b/components/transport-mgt/sms-handler/pom.xml index 063ddaf4c8..0e77817355 100644 --- a/components/transport-mgt/sms-handler/pom.xml +++ b/components/transport-mgt/sms-handler/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core transport-mgt - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 sms-handler pom - Entgra - SMS Handler Component + Entgra Device Management - SMS Handler Component http://entgra.io diff --git a/components/ui-request-interceptor/io.entgra.device.mgt.core.ui.request.interceptor/pom.xml b/components/ui-request-interceptor/io.entgra.device.mgt.core.ui.request.interceptor/pom.xml index a384b894fe..14756b652d 100644 --- a/components/ui-request-interceptor/io.entgra.device.mgt.core.ui.request.interceptor/pom.xml +++ b/components/ui-request-interceptor/io.entgra.device.mgt.core.ui.request.interceptor/pom.xml @@ -21,13 +21,13 @@ ui-request-interceptor io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT 4.0.0 io.entgra.device.mgt.core.ui.request.interceptor war - Entgra - Request Handling Proxy Servlet + Entgra Device Management - Request Handling Proxy Servlet Proxy Service for Request Handling in Entgra EMM/IOT Server. https://entgra.io diff --git a/components/ui-request-interceptor/pom.xml b/components/ui-request-interceptor/pom.xml index deafa3edd0..849c3f6902 100644 --- a/components/ui-request-interceptor/pom.xml +++ b/components/ui-request-interceptor/pom.xml @@ -19,15 +19,15 @@ - io.entgra.device.mgt.core.parent + device-mgt-core io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 ui-request-interceptor - Entgra - UI Request Interceptor Servlet + Entgra Device Management - UI Request Interceptor Servlet Proxy servlet to handle requests generated from UI applications to communicate with backend APIs diff --git a/components/webapp-authenticator-framework/io.entgra.device.mgt.core.webapp.authenticator.framework/pom.xml b/components/webapp-authenticator-framework/io.entgra.device.mgt.core.webapp.authenticator.framework/pom.xml index c0ca459167..e0bdc94163 100644 --- a/components/webapp-authenticator-framework/io.entgra.device.mgt.core.webapp.authenticator.framework/pom.xml +++ b/components/webapp-authenticator-framework/io.entgra.device.mgt.core.webapp.authenticator.framework/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core webapp-authenticator-framework - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.webapp.authenticator.framework bundle - WSO2 Carbon - Web Application Authenticator Framework Bundle - WSO2 Carbon - Web Application Authenticator Framework Bundle + Entgra Device Management - Web Application Authenticator Framework Bundle + Entgra Device Management - Web Application Authenticator Framework Bundle https://entgra.io diff --git a/components/webapp-authenticator-framework/pom.xml b/components/webapp-authenticator-framework/pom.xml index 3fd0427bb6..a22657144e 100644 --- a/components/webapp-authenticator-framework/pom.xml +++ b/components/webapp-authenticator-framework/pom.xml @@ -21,8 +21,8 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml @@ -30,7 +30,7 @@ io.entgra.device.mgt.core webapp-authenticator-framework pom - WSO2 Carbon - Webapp Authenticator Framework + Entgra Device Management - Webapp Authenticator Framework https://entgra.io diff --git a/features/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.api.feature/pom.xml b/features/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.api.feature/pom.xml index 06aa865282..4266167831 100644 --- a/features/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.api.feature/pom.xml +++ b/features/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.api.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core grafana-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.api.feature pom - Entgra - Grafana Proxy API Feature + Entgra Device Management - Grafana Proxy API Feature https://entgra.io This feature contains the APIs required for Grafana diff --git a/features/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.server.feature/pom.xml b/features/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.server.feature/pom.xml index 668d4489ea..2bda622bac 100644 --- a/features/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.server.feature/pom.xml +++ b/features/analytics-mgt/grafana-mgt/io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.server.feature/pom.xml @@ -22,7 +22,7 @@ io.entgra.device.mgt.core grafana-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml @@ -30,7 +30,7 @@ io.entgra.device.mgt.core.analytics.mgt.grafana.proxy.server.feature pom - Entgra - Grafana Management Server Feature + Entgra Device Management - Grafana Management Server Feature https://entgra.io This feature contains the core bundles required for Back-end Grafana Management functionality diff --git a/features/analytics-mgt/grafana-mgt/pom.xml b/features/analytics-mgt/grafana-mgt/pom.xml index 2699aa3c41..1817298702 100644 --- a/features/analytics-mgt/grafana-mgt/pom.xml +++ b/features/analytics-mgt/grafana-mgt/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core analytics-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 grafana-mgt-feature pom - Entgra - Grafana Management Feature + Entgra Device Management - Grafana Management Feature http://entgra.io diff --git a/features/analytics-mgt/pom.xml b/features/analytics-mgt/pom.xml index e70f4c5593..198eeb62f2 100644 --- a/features/analytics-mgt/pom.xml +++ b/features/analytics-mgt/pom.xml @@ -19,16 +19,16 @@ - io.entgra.device.mgt.core.parent + device-mgt-core io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 analytics-mgt-feature pom - Entgra - Analytics Management Feature + Entgra Device Management - Analytics Management Feature http://entgra.io diff --git a/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.analytics.extension.feature/pom.xml b/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.analytics.extension.feature/pom.xml index 49792aa682..528f494156 100644 --- a/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.analytics.extension.feature/pom.xml +++ b/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.analytics.extension.feature/pom.xml @@ -20,14 +20,14 @@ io.entgra.device.mgt.core apimgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.apimgt.analytics.extension.feature pom - Entgra - APIM Analytics Extension Feature + Entgra Device Management - APIM Analytics Extension Feature http://entgra.io diff --git a/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension.feature/pom.xml b/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension.feature/pom.xml index e376ed1fb7..0d0cf6d35d 100644 --- a/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension.feature/pom.xml +++ b/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.application.extension.feature/pom.xml @@ -21,14 +21,14 @@ io.entgra.device.mgt.core apimgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.apimgt.application.extension.feature pom - WSO2 Carbon - API Management Application Extension Feature + Entgra Device Management - API Management Application Extension Feature https://entgra.io This feature contains an implementation of a api application registration, which takes care of subscription and generating keys. diff --git a/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.extension.rest.api.feature/pom.xml b/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.extension.rest.api.feature/pom.xml index 50f93a4051..dfd16e74ca 100644 --- a/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.extension.rest.api.feature/pom.xml +++ b/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.extension.rest.api.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core apimgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.apimgt.extension.rest.api.feature pom - Entgra - API management REST API feature + Entgra Device Management - API management REST API feature This feature contains an implementation of API manager REST API extension http://entgra.io diff --git a/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.keymgt.extension.feature/pom.xml b/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.keymgt.extension.feature/pom.xml index a4cc71f07e..4f70694ab7 100644 --- a/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.keymgt.extension.feature/pom.xml +++ b/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.keymgt.extension.feature/pom.xml @@ -21,14 +21,14 @@ io.entgra.device.mgt.core apimgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.apimgt.keymgt.extension.feature pom - WSO2 Carbon - Api Key Mgt Extensions Feature + Entgra Device Management - Api Key Mgt Extensions Feature https://entgra.io This feature contains apimgt related key management extensions diff --git a/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.webapp.publisher.feature/pom.xml b/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.webapp.publisher.feature/pom.xml index 09b90bc4ae..902aa5a801 100644 --- a/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.webapp.publisher.feature/pom.xml +++ b/features/apimgt-extensions/io.entgra.device.mgt.core.apimgt.webapp.publisher.feature/pom.xml @@ -21,14 +21,14 @@ io.entgra.device.mgt.core apimgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.apimgt.webapp.publisher.feature pom - WSO2 Carbon - API Management Webapp Publisher Feature + Entgra Device Management - API Management Webapp Publisher Feature https://entgra.io This feature contains an implementation of a Tomcat lifecycle listener, which takes care of publishing JAX-RS web applications as 'Managed APIs' diff --git a/features/apimgt-extensions/pom.xml b/features/apimgt-extensions/pom.xml index b30032892c..3906798627 100644 --- a/features/apimgt-extensions/pom.xml +++ b/features/apimgt-extensions/pom.xml @@ -21,8 +21,8 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml @@ -30,7 +30,7 @@ io.entgra.device.mgt.core apimgt-extensions-feature pom - WSO2 Carbon - API Management Extensions Feature + Entgra Device Management - API Management Extensions Feature https://entgra.io diff --git a/features/application-mgt/io.entgra.device.mgt.core.application.mgt.server.feature/pom.xml b/features/application-mgt/io.entgra.device.mgt.core.application.mgt.server.feature/pom.xml index 6170579a5d..0552864649 100644 --- a/features/application-mgt/io.entgra.device.mgt.core.application.mgt.server.feature/pom.xml +++ b/features/application-mgt/io.entgra.device.mgt.core.application.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ io.entgra.device.mgt.core application-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml @@ -30,7 +30,7 @@ io.entgra.device.mgt.core.application.mgt.server.feature pom - Entgra - Application Management Server Feature + Entgra Device Management - Application Management Server Feature https://entgra.io This feature contains the core bundles required for Back-end Application Management functionality diff --git a/features/application-mgt/pom.xml b/features/application-mgt/pom.xml index 302bdfaab1..fc57f53c78 100644 --- a/features/application-mgt/pom.xml +++ b/features/application-mgt/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 application-mgt-feature pom - WSO2 Carbon - Application Management Feature + Entgra Device Management - Application Management Feature https://entgra.io diff --git a/features/cea-mgt-feature/io.entgra.device.mgt.core.cea.mgt.admin.api.feature/pom.xml b/features/cea-mgt-feature/io.entgra.device.mgt.core.cea.mgt.admin.api.feature/pom.xml index 2b79de5c78..c84bca9b9e 100644 --- a/features/cea-mgt-feature/io.entgra.device.mgt.core.cea.mgt.admin.api.feature/pom.xml +++ b/features/cea-mgt-feature/io.entgra.device.mgt.core.cea.mgt.admin.api.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core cea-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.cea.mgt.admin.api.feature - Entgra IoT - CEA Management Admin API Feature - Entgra IoT - Conditional Email Access Management Admin API Feature + Entgra Device Management - CEA Management Admin API Feature + Entgra Device Management - Conditional Email Access Management Admin API Feature diff --git a/features/cea-mgt-feature/io.entgra.device.mgt.core.cea.mgt.server.feature/pom.xml b/features/cea-mgt-feature/io.entgra.device.mgt.core.cea.mgt.server.feature/pom.xml index dceaa6269d..bdbad54f23 100644 --- a/features/cea-mgt-feature/io.entgra.device.mgt.core.cea.mgt.server.feature/pom.xml +++ b/features/cea-mgt-feature/io.entgra.device.mgt.core.cea.mgt.server.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core cea-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.cea.mgt.server.feature - Entgra IoT - CEA Management Server Feature - Entgra IoT - Conditional Email Access Management Server Feature + Entgra Device Management - CEA Management Server Feature + Entgra Device Management - Conditional Email Access Management Server Feature diff --git a/features/cea-mgt-feature/pom.xml b/features/cea-mgt-feature/pom.xml index 1a34604d22..83f379875e 100644 --- a/features/cea-mgt-feature/pom.xml +++ b/features/cea-mgt-feature/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 cea-mgt-feature pom - Entgra IoT - CEA Management Feature + Entgra Device Management - CEA Management Feature io.entgra.device.mgt.core.cea.mgt.server.feature diff --git a/features/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.api.feature/pom.xml b/features/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.api.feature/pom.xml index ddf23673a7..e32bf210d6 100644 --- a/features/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.api.feature/pom.xml +++ b/features/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.api.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core certificate-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.certificate.mgt.api.feature pom - WSO2 Carbon - Certificate Management API Feature + Entgra Device Management - Certificate Management API Feature https://entgra.io This feature contains the APIs required for Certificate Management. diff --git a/features/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.cert.admin.api.feature/pom.xml b/features/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.cert.admin.api.feature/pom.xml index ca84f08aee..c44623e0a2 100644 --- a/features/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.cert.admin.api.feature/pom.xml +++ b/features/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.cert.admin.api.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core certificate-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.certificate.mgt.cert.admin.api.feature pom - WSO2 Carbon - Admin Certificate Management API Feature + Entgra Device Management - Admin Certificate Management API Feature https://entgra.io This feature contains the APIs required for Admin Certificate Management. diff --git a/features/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.server.feature/pom.xml b/features/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.server.feature/pom.xml index b595688ff1..b7226747f6 100644 --- a/features/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.server.feature/pom.xml +++ b/features/certificate-mgt/io.entgra.device.mgt.core.certificate.mgt.server.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core certificate-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.certificate.mgt.server.feature pom - WSO2 Carbon - Certificate Management Server Feature + Entgra Device Management - Certificate Management Server Feature https://entgra.io This feature contains the core bundles required for back-end Certificate Management functionality diff --git a/features/certificate-mgt/pom.xml b/features/certificate-mgt/pom.xml index 4862bc26b2..1ec7324b3b 100644 --- a/features/certificate-mgt/pom.xml +++ b/features/certificate-mgt/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 certificate-mgt-feature pom - WSO2 Carbon - Certificate Management Feature + Entgra Device Management - Certificate Management Feature https://entgra.io diff --git a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.defaultrole.manager.feature/pom.xml b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.defaultrole.manager.feature/pom.xml index 6961e1c4d0..e9ea94d319 100644 --- a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.defaultrole.manager.feature/pom.xml +++ b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.defaultrole.manager.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core device-mgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.defaultrole.manager.feature pom - Entgra IoT - Default Role Manager Feature Impl + Entgra Device Management - Default Role Manager Feature Impl http://entgra.io This feature contains the core bundles required for Default Role Manager functionality diff --git a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api.feature/pom.xml b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api.feature/pom.xml index c9be43a57e..9fb14ce026 100644 --- a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api.feature/pom.xml +++ b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api.feature/pom.xml @@ -22,13 +22,13 @@ io.entgra.device.mgt.core device-mgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api.feature pom - Entgra IoT - Device Organization Management API Feature + Entgra Device Management - Device Organization Management API Feature http://entgra.io This feature contains the APIs required for Device Organization Management. diff --git a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization.feature/pom.xml b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization.feature/pom.xml index b07e877518..0a6f1b748b 100644 --- a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization.feature/pom.xml +++ b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.organization.feature/pom.xml @@ -22,16 +22,16 @@ io.entgra.device.mgt.core device-mgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.device.organization.feature pom - Entgra IoT - Device Organization Feature + Entgra Device Management - Device Organization Feature http://entgra.io - Entgra IoT - Device Organization Feature + Entgra Device Management - Device Organization Feature diff --git a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.type.deployer.feature/pom.xml b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.type.deployer.feature/pom.xml index da8d09cc0d..828e4c1b7c 100644 --- a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.type.deployer.feature/pom.xml +++ b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.device.type.deployer.feature/pom.xml @@ -22,16 +22,16 @@ io.entgra.device.mgt.core device-mgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.device.type.deployer.feature pom - WSO2 Carbon - Device Type Deployer Feature + Entgra Device Management - Device Type Deployer Feature https://entgra.io - WSO2 Carbon - Device Type Deployer Feature + Entgra Device Management - Device Type Deployer Feature diff --git a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.logger.feature/pom.xml b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.logger.feature/pom.xml index 801618cb67..501aa17d36 100644 --- a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.logger.feature/pom.xml +++ b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.logger.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core device-mgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.logger.feature pom - Entgra IoT - Logger Plugin Feature Impl + Entgra Device Management - Logger Plugin Feature Impl http://entgra.io This feature contains the core bundles required for logging functionality diff --git a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.fcm.feature/pom.xml b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.fcm.feature/pom.xml index b281a9ab5e..f8b072bf6d 100644 --- a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.fcm.feature/pom.xml +++ b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.fcm.feature/pom.xml @@ -22,16 +22,16 @@ io.entgra.device.mgt.core device-mgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.fcm.feature pom - WSO2 Carbon - FCM Based Push Notification Provider Feature + Entgra Device Management - FCM Based Push Notification Provider Feature https://entgra.io - WSO2 Carbon - MQTT Based Push Notification Provider Feature + Entgra Device Management - MQTT Based Push Notification Provider Feature diff --git a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.http.feature/pom.xml b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.http.feature/pom.xml index e7ed43fb8d..74fcb401a0 100644 --- a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.http.feature/pom.xml +++ b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.http.feature/pom.xml @@ -22,16 +22,16 @@ io.entgra.device.mgt.core device-mgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.http.feature pom - WSO2 Carbon - MQTT Based Push Notification Provider Feature + Entgra Device Management - MQTT Based Push Notification Provider Feature https://entgra.io - WSO2 Carbon - MQTT Based Push Notification Provider Feature + Entgra Device Management - MQTT Based Push Notification Provider Feature diff --git a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.mqtt.feature/pom.xml b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.mqtt.feature/pom.xml index 2699079465..839e56a6aa 100644 --- a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.mqtt.feature/pom.xml +++ b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.mqtt.feature/pom.xml @@ -22,16 +22,16 @@ io.entgra.device.mgt.core device-mgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.mqtt.feature pom - WSO2 Carbon - MQTT Based Push Notification Provider Feature + Entgra Device Management - MQTT Based Push Notification Provider Feature https://entgra.io - WSO2 Carbon - MQTT Based Push Notification Provider Feature + Entgra Device Management - MQTT Based Push Notification Provider Feature diff --git a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.xmpp.feature/pom.xml b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.xmpp.feature/pom.xml index dc586b9ac9..72999f12ba 100644 --- a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.xmpp.feature/pom.xml +++ b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.xmpp.feature/pom.xml @@ -22,16 +22,16 @@ io.entgra.device.mgt.core device-mgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.xmpp.feature pom - WSO2 Carbon - XMPP Based Push Notification Provider Feature + Entgra Device Management - XMPP Based Push Notification Provider Feature https://entgra.io - WSO2 Carbon - XMPP Based Push Notification Provider Feature + Entgra Device Management - XMPP Based Push Notification Provider Feature diff --git a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.stateengine.feature/pom.xml b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.stateengine.feature/pom.xml index 6f4f899cbc..59b479d044 100644 --- a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.stateengine.feature/pom.xml +++ b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.stateengine.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core device-mgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.stateengine.feature pom - Entgra IoT - State engine Plugin Feature Impl + Entgra Device Management - State engine Plugin Feature Impl http://entgra.io This feature contains the core bundles required for state engine functionality diff --git a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.userstore.role.mapper/pom.xml b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.userstore.role.mapper/pom.xml index 5099df1347..8a6c556327 100644 --- a/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.userstore.role.mapper/pom.xml +++ b/features/device-mgt-extensions/io.entgra.device.mgt.core.device.mgt.extensions.userstore.role.mapper/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core device-mgt-extensions-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.userstore.role.mapper.feature pom - Entgra IoT - User store role mapper feature + Entgra Device Management - User store role mapper feature http://entgra.io This feature contains the core bundles required for user store role mapping functionality diff --git a/features/device-mgt-extensions/pom.xml b/features/device-mgt-extensions/pom.xml index 91fb09e401..00ad899797 100644 --- a/features/device-mgt-extensions/pom.xml +++ b/features/device-mgt-extensions/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 device-mgt-extensions-feature pom - WSO2 Carbon - Device Management Extensions Feature + Entgra Device Management - Device Management Extensions Feature https://entgra.io diff --git a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.api.feature/pom.xml b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.api.feature/pom.xml index 4d7ed1e2c2..20e8ae776c 100644 --- a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.api.feature/pom.xml +++ b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.api.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core device-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.api.feature pom - WSO2 Carbon - Device Management API Feature + Entgra Device Management - Device Management API Feature https://entgra.io This feature contains the APIs required for Device Management console UI diff --git a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/pom.xml b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/pom.xml index 1333c8acca..91aa55a3ae 100644 --- a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/pom.xml +++ b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.basics.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core device-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.basics.feature pom - WSO2 Carbon - Device Management Basics Feature + Entgra Device Management - Device Management Basics Feature https://entgra.io This feature contains the core bundles required for Basic Device Management functionality diff --git a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.extensions.feature/pom.xml b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.extensions.feature/pom.xml index 97054900da..ce63bf6e92 100644 --- a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.extensions.feature/pom.xml +++ b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.extensions.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core device-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.extensions.feature pom - WSO2 Carbon - Device Management Extensions Feature + Entgra Device Management - Device Management Extensions Feature https://entgra.io This feature contains common extensions used by key device management functionalities diff --git a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.feature/pom.xml b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.feature/pom.xml index 18eda1c211..d4a3b9dc0d 100644 --- a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.feature/pom.xml +++ b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core device-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.feature pom - WSO2 Carbon - Device Management Aggregate Feature + Entgra Device Management - Device Management Aggregate Feature https://entgra.io This feature contains all the bundles required for device management related functionalities diff --git a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.server.feature/pom.xml b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.server.feature/pom.xml index c94d46583e..28bc9351f0 100644 --- a/features/device-mgt/io.entgra.device.mgt.core.device.mgt.server.feature/pom.xml +++ b/features/device-mgt/io.entgra.device.mgt.core.device.mgt.server.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core device-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.device.mgt.server.feature pom - WSO2 Carbon - Device Management Server Feature + Entgra Device Management - Device Management Server Feature https://entgra.io This feature contains the core bundles required for Back-end Device Management functionality diff --git a/features/device-mgt/pom.xml b/features/device-mgt/pom.xml index e4178b397a..7caaee9050 100644 --- a/features/device-mgt/pom.xml +++ b/features/device-mgt/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 device-mgt-feature pom - WSO2 Carbon - Device Management Feature + Entgra Device Management - Device Management Feature https://entgra.io diff --git a/features/heartbeat-management/io.entgra.device.mgt.core.server.heart.beat.feature/pom.xml b/features/heartbeat-management/io.entgra.device.mgt.core.server.heart.beat.feature/pom.xml index b5ef62b8e7..d95f49517f 100644 --- a/features/heartbeat-management/io.entgra.device.mgt.core.server.heart.beat.feature/pom.xml +++ b/features/heartbeat-management/io.entgra.device.mgt.core.server.heart.beat.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core heart-beat-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.server.heart.beat.feature pom - Entgra IoT - Heart Beat Feature + Entgra Device Management - Heart Beat Feature http://entgra.io This feature bundles for the heart beat beacon for Entgra IoT Server diff --git a/features/heartbeat-management/pom.xml b/features/heartbeat-management/pom.xml index 36ced90a63..bc9a8296e6 100644 --- a/features/heartbeat-management/pom.xml +++ b/features/heartbeat-management/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 heart-beat-feature pom - Entgra - Heart Beat Feature + Entgra Device Management - Heart Beat Feature http://entgra.io diff --git a/features/jwt-client/io.entgra.device.mgt.core.identity.jwt.client.extension.feature/pom.xml b/features/jwt-client/io.entgra.device.mgt.core.identity.jwt.client.extension.feature/pom.xml index 95a977d2e0..a943fbeb18 100644 --- a/features/jwt-client/io.entgra.device.mgt.core.identity.jwt.client.extension.feature/pom.xml +++ b/features/jwt-client/io.entgra.device.mgt.core.identity.jwt.client.extension.feature/pom.xml @@ -23,14 +23,14 @@ io.entgra.device.mgt.core jwt-client-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.identity.jwt.client.extension.feature pom - WSO2 Carbon - JWT Client Feature + Entgra Device Management - JWT Client Feature https://entgra.io This feature contains jwt client implementation from which we can get a access token using the jwt grant type handler diff --git a/features/jwt-client/pom.xml b/features/jwt-client/pom.xml index 710785e849..dbc15d6a11 100644 --- a/features/jwt-client/pom.xml +++ b/features/jwt-client/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 jwt-client-feature pom - WSO2 Carbon - JWT Client Extension Feature + Entgra Device Management - JWT Client Extension Feature https://entgra.io diff --git a/features/logger/io.entgra.device.mgt.core.notification.logger.feature/pom.xml b/features/logger/io.entgra.device.mgt.core.notification.logger.feature/pom.xml index fdc21ef2e0..701567ca40 100644 --- a/features/logger/io.entgra.device.mgt.core.notification.logger.feature/pom.xml +++ b/features/logger/io.entgra.device.mgt.core.notification.logger.feature/pom.xml @@ -23,14 +23,14 @@ io.entgra.device.mgt.core logger-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.notification.logger.feature pom - Entgra - Notification logger + Entgra Device Management - Notification logger http://entgra.io This feature bundles for the Entgra Notification logger diff --git a/features/logger/pom.xml b/features/logger/pom.xml index 93bb6e79ad..c5420690b3 100644 --- a/features/logger/pom.xml +++ b/features/logger/pom.xml @@ -22,15 +22,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 logger-feature pom - Entgra - Logger Feature + Entgra Device Management - Logger Feature http://entgra.io diff --git a/features/oauth-extensions/org.wso2.carbon.device.mgt.oauth.extensions.feature/pom.xml b/features/oauth-extensions/org.wso2.carbon.device.mgt.oauth.extensions.feature/pom.xml index 29e96f43cd..f9a593ec9e 100644 --- a/features/oauth-extensions/org.wso2.carbon.device.mgt.oauth.extensions.feature/pom.xml +++ b/features/oauth-extensions/org.wso2.carbon.device.mgt.oauth.extensions.feature/pom.xml @@ -30,7 +30,7 @@ 4.0.0 io.entgra.device.mgt.core.device.mgt.oauth.extensions.feature pom - WSO2 Carbon - Device Mgt OAuth Extensions Feature + Entgra Device Management - Device Mgt OAuth Extensions Feature https://entgra.io This feature contains devicemgt related OAuth extensions diff --git a/features/oauth-extensions/pom.xml b/features/oauth-extensions/pom.xml index d40fd22467..328e517844 100644 --- a/features/oauth-extensions/pom.xml +++ b/features/oauth-extensions/pom.xml @@ -21,7 +21,7 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent + device-mgt-core 5.0.0-SNAPSHOT ../../pom.xml @@ -29,7 +29,7 @@ 4.0.0 oauth-extensions-feature pom - WSO2 Carbon - Device Management OAuth Extensions Feature + Entgra Device Management - Device Management OAuth Extensions Feature https://entgra.io diff --git a/features/operation-template-mgt-plugin-feature/io.entgra.device.mgt.core.operation.template.feature/pom.xml b/features/operation-template-mgt-plugin-feature/io.entgra.device.mgt.core.operation.template.feature/pom.xml index 21db4997c9..2118812072 100644 --- a/features/operation-template-mgt-plugin-feature/io.entgra.device.mgt.core.operation.template.feature/pom.xml +++ b/features/operation-template-mgt-plugin-feature/io.entgra.device.mgt.core.operation.template.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core operation-template-mgt-plugin-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.operation.template.feature pom - Entgra IoT - Operation Template Management Feature Impl + Entgra Device Management - Operation Template Management Feature Impl http://entgra.io This feature contains the core bundles required for Operation template management functionality diff --git a/features/operation-template-mgt-plugin-feature/pom.xml b/features/operation-template-mgt-plugin-feature/pom.xml index a15e5ee1ac..89a3dc1cf3 100644 --- a/features/operation-template-mgt-plugin-feature/pom.xml +++ b/features/operation-template-mgt-plugin-feature/pom.xml @@ -20,16 +20,16 @@ - io.entgra.device.mgt.core.parent + device-mgt-core io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 operation-template-mgt-plugin-feature pom - Entgra IoT - Subtype Management Feature + Entgra Device Management - Subtype Management Feature http://entgra.io diff --git a/features/policy-mgt/io.entgra.device.mgt.core.policy.mgt.server.feature/pom.xml b/features/policy-mgt/io.entgra.device.mgt.core.policy.mgt.server.feature/pom.xml index 8ed8e5f49a..2e8c9b8a6c 100644 --- a/features/policy-mgt/io.entgra.device.mgt.core.policy.mgt.server.feature/pom.xml +++ b/features/policy-mgt/io.entgra.device.mgt.core.policy.mgt.server.feature/pom.xml @@ -23,14 +23,14 @@ io.entgra.device.mgt.core policy-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.policy.mgt.server.feature pom - WSO2 Carbon - Policy Management Server Feature + Entgra Device Management - Policy Management Server Feature https://entgra.io This feature contains the core bundles required for Back-end Device Management functionality diff --git a/features/policy-mgt/pom.xml b/features/policy-mgt/pom.xml index 3adb3ad614..caf592dbf0 100644 --- a/features/policy-mgt/pom.xml +++ b/features/policy-mgt/pom.xml @@ -22,8 +22,8 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml @@ -31,7 +31,7 @@ io.entgra.device.mgt.core policy-mgt-feature pom - WSO2 Carbon - Policy Management Feature + Entgra Device Management - Policy Management Feature https://entgra.io diff --git a/features/subtype-mgt/io.entgra.device.mgt.core.subtype.mgt.feature/pom.xml b/features/subtype-mgt/io.entgra.device.mgt.core.subtype.mgt.feature/pom.xml index a06223bd95..624737274c 100644 --- a/features/subtype-mgt/io.entgra.device.mgt.core.subtype.mgt.feature/pom.xml +++ b/features/subtype-mgt/io.entgra.device.mgt.core.subtype.mgt.feature/pom.xml @@ -21,15 +21,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../../pom.xml 4.0.0 io.entgra.device.mgt.core.subtype.mgt.feature pom - Entgra IoT - Subtype Management Feature Impl + Entgra Device Management - Subtype Management Feature Impl http://entgra.io This feature contains the core bundles required for Subtype management functionality diff --git a/features/subtype-mgt/pom.xml b/features/subtype-mgt/pom.xml index 580c256614..cc2cd63721 100644 --- a/features/subtype-mgt/pom.xml +++ b/features/subtype-mgt/pom.xml @@ -20,16 +20,16 @@ - io.entgra.device.mgt.core.parent + device-mgt-core io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 subtype-mgt-feature pom - Entgra IoT - Subtype Management Feature + Entgra Device Management - Subtype Management Feature http://entgra.io diff --git a/features/task-mgt/io.entgra.device.mgt.core.task.mgt.feature/pom.xml b/features/task-mgt/io.entgra.device.mgt.core.task.mgt.feature/pom.xml index d241eff822..a5d4a95fe0 100755 --- a/features/task-mgt/io.entgra.device.mgt.core.task.mgt.feature/pom.xml +++ b/features/task-mgt/io.entgra.device.mgt.core.task.mgt.feature/pom.xml @@ -20,15 +20,15 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../../pom.xml 4.0.0 io.entgra.device.mgt.core.task.mgt.feature pom - Entgra IoT - Task Manager Feature + Entgra Device Management - Task Manager Feature https://entgra.io diff --git a/features/task-mgt/pom.xml b/features/task-mgt/pom.xml index c0ee005cf7..81feb37d66 100755 --- a/features/task-mgt/pom.xml +++ b/features/task-mgt/pom.xml @@ -19,16 +19,16 @@ - io.entgra.device.mgt.core.parent + device-mgt-core io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 task-mgt-feature pom - Entgra IoT - Task Management Feature + Entgra Device Management - Task Management Feature http://entgra.io diff --git a/features/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.server.feature/pom.xml b/features/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.server.feature/pom.xml index 8f40306d87..73f9bad1f8 100644 --- a/features/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.server.feature/pom.xml +++ b/features/tenant-mgt/io.entgra.device.mgt.core.tenant.mgt.server.feature/pom.xml @@ -20,14 +20,14 @@ tenant-mgt-feature io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.tenant.mgt.server.feature - Entgra IoT - Tenant Management Server Feature - Entgra IoT - Tenant Management Server Feature + Entgra Device Management - Tenant Management Server Feature + Entgra Device Management - Tenant Management Server Feature pom diff --git a/features/tenant-mgt/pom.xml b/features/tenant-mgt/pom.xml index 7e7c235776..36f9b9622c 100644 --- a/features/tenant-mgt/pom.xml +++ b/features/tenant-mgt/pom.xml @@ -19,16 +19,16 @@ - io.entgra.device.mgt.core.parent + device-mgt-core io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 tenant-mgt-feature pom - Entgra IoT - Tenant Management Feature + Entgra Device Management - Tenant Management Feature io.entgra.device.mgt.core.tenant.mgt.server.feature diff --git a/features/transport-mgt/email-sender/io.entgra.device.mgt.core.email.sender.feature/pom.xml b/features/transport-mgt/email-sender/io.entgra.device.mgt.core.email.sender.feature/pom.xml index 6a50c3a704..3ef87e723d 100644 --- a/features/transport-mgt/email-sender/io.entgra.device.mgt.core.email.sender.feature/pom.xml +++ b/features/transport-mgt/email-sender/io.entgra.device.mgt.core.email.sender.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core email-sender-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.email.sender.feature pom - WSO2 Carbon - Email Sender Feature + Entgra Device Management - Email Sender Feature https://entgra.io This feature contains the core bundles required for email sender related functionality diff --git a/features/transport-mgt/email-sender/pom.xml b/features/transport-mgt/email-sender/pom.xml index ec244897d7..7048fb7be3 100644 --- a/features/transport-mgt/email-sender/pom.xml +++ b/features/transport-mgt/email-sender/pom.xml @@ -22,7 +22,7 @@ io.entgra.device.mgt.core transport-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml @@ -30,7 +30,7 @@ io.entgra.device.mgt.core email-sender-feature pom - WSO2 Carbon - Email Sender Feature + Entgra Device Management - Email Sender Feature https://entgra.io diff --git a/features/transport-mgt/pom.xml b/features/transport-mgt/pom.xml index f7907e59bb..c8a9120c12 100644 --- a/features/transport-mgt/pom.xml +++ b/features/transport-mgt/pom.xml @@ -19,16 +19,16 @@ - io.entgra.device.mgt.core.parent + device-mgt-core io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 transport-mgt-feature pom - Entgra - Transport Management Feature + Entgra Device Management - Transport Management Feature http://entgra.io diff --git a/features/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.api.feature/pom.xml b/features/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.api.feature/pom.xml index bf8a594c77..bf136b67b8 100644 --- a/features/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.api.feature/pom.xml +++ b/features/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.api.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core sms-handler-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.transport.mgt.sms.handler.api.feature pom - Entgra - SMS Handler API Feature + Entgra Device Management - SMS Handler API Feature https://entgra.io This feature contains the APIs required for SMS Handler diff --git a/features/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.server.feature/pom.xml b/features/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.server.feature/pom.xml index 679db11051..d1c19e9c36 100644 --- a/features/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.server.feature/pom.xml +++ b/features/transport-mgt/sms-handler/io.entgra.device.mgt.core.transport.mgt.sms.handler.server.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core sms-handler-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.transport.mgt.sms.handler.server.feature pom - Entgra - SMS Handler Server Feature + Entgra Device Management - SMS Handler Server Feature https://entgra.io This feature contains the core bundles required for Back-end SMS Handler functionality diff --git a/features/transport-mgt/sms-handler/pom.xml b/features/transport-mgt/sms-handler/pom.xml index ec0afa72b5..6c5a1334c8 100644 --- a/features/transport-mgt/sms-handler/pom.xml +++ b/features/transport-mgt/sms-handler/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core transport-mgt-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 sms-handler-feature pom - Entgra - SMS Handler Feature + Entgra Device Management - SMS Handler Feature http://entgra.io diff --git a/features/ui-request-interceptor/io.entgra.device.mgt.core.ui.request.interceptor.feature/pom.xml b/features/ui-request-interceptor/io.entgra.device.mgt.core.ui.request.interceptor.feature/pom.xml index 83c3643fa5..0fada165d2 100644 --- a/features/ui-request-interceptor/io.entgra.device.mgt.core.ui.request.interceptor.feature/pom.xml +++ b/features/ui-request-interceptor/io.entgra.device.mgt.core.ui.request.interceptor.feature/pom.xml @@ -21,12 +21,12 @@ ui-request-interceptor-feature io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT 4.0.0 io.entgra.device.mgt.core.ui.request.interceptor.feature - Entgra - UI Request Interceptor Feature + Entgra Device Management - UI Request Interceptor Feature Proxy servlet to handle requests generated from UI applications to communicate with backend APIs diff --git a/features/ui-request-interceptor/pom.xml b/features/ui-request-interceptor/pom.xml index 6026538937..f8af153582 100644 --- a/features/ui-request-interceptor/pom.xml +++ b/features/ui-request-interceptor/pom.xml @@ -19,15 +19,15 @@ - io.entgra.device.mgt.core.parent + device-mgt-core io.entgra.device.mgt.core - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml 4.0.0 ui-request-interceptor-feature - Entgra - UI Request Interceptor Feature + Entgra Device Management - UI Request Interceptor Feature Proxy servlet to handle requests generated from UI applications to communicate with backend APIs diff --git a/features/webapp-authenticator-framework/io.entgra.device.mgt.core.webapp.authenticator.framework.server.feature/pom.xml b/features/webapp-authenticator-framework/io.entgra.device.mgt.core.webapp.authenticator.framework.server.feature/pom.xml index b423ee65a0..7ed67e9574 100644 --- a/features/webapp-authenticator-framework/io.entgra.device.mgt.core.webapp.authenticator.framework.server.feature/pom.xml +++ b/features/webapp-authenticator-framework/io.entgra.device.mgt.core.webapp.authenticator.framework.server.feature/pom.xml @@ -22,14 +22,14 @@ io.entgra.device.mgt.core webapp-authenticator-framework-feature - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT ../pom.xml 4.0.0 io.entgra.device.mgt.core.webapp.authenticator.framework.server.feature pom - WSO2 Carbon - Webapp Authenticator Framework Server Feature + Entgra Device Management - Webapp Authenticator Framework Server Feature https://entgra.io This feature contains the core bundles required for Back-end Device Management functionality diff --git a/features/webapp-authenticator-framework/pom.xml b/features/webapp-authenticator-framework/pom.xml index b7579c8e1d..c4d70adbc5 100644 --- a/features/webapp-authenticator-framework/pom.xml +++ b/features/webapp-authenticator-framework/pom.xml @@ -21,8 +21,8 @@ io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent - 5.2.4-SNAPSHOT + device-mgt-core + 6.0.0-SNAPSHOT ../../pom.xml @@ -30,7 +30,7 @@ io.entgra.device.mgt.core webapp-authenticator-framework-feature pom - WSO2 Carbon - Webapp Authenticator Framework Feature + Entgra Device Management - Webapp Authenticator Framework Feature https://entgra.io diff --git a/pom.xml b/pom.xml index f0edb13595..a5e0e2f595 100644 --- a/pom.xml +++ b/pom.xml @@ -17,16 +17,18 @@ ~ under the License. --> - + 4.0.0 io.entgra.device.mgt.core - io.entgra.device.mgt.core.parent + device-mgt-core pom - 5.2.4-SNAPSHOT - WSO2 Carbon - Device Management - Parent + 6.0.0-SNAPSHOT + Entgra Device Management - Parent https://entgra.io - WSO2 Connected Device Manager Components + Entgra Device Management Core Components Parent + org.wso2 wso2 @@ -70,7 +72,6 @@ features/tenant-mgt features/operation-template-mgt-plugin-feature features/cea-mgt-feature - @@ -2091,7 +2092,7 @@ 2.2.1 7.4.0 4.8.1 - [4.5.0, 5.0.0) + [4.8.0, 5.0.0) 5.1.2 @@ -2120,7 +2121,8 @@ [2.1.1, 3.0.0) [5.14.0, 6.0.0) - [6.0.0, 7.0.0) + [6.0.0, 7.0.0) + 4.9.20 @@ -2134,7 +2136,7 @@ 1.2.11-wso2v25 - 5.2.4-SNAPSHOT + 6.0.0-SNAPSHOT 4.9.2 @@ -2291,7 +2293,8 @@ 2.23.4 2.8.1.wso2v2 - 4.3.1.wso2v1 + 4.3.1.wso2v1 + 2.1.214.wso2v1 1.1.3