From bc93ff08a43bfac037c57e2f47bd97da1a8f7485 Mon Sep 17 00:00:00 2001 From: Geeth Munasinghe Date: Wed, 21 Jan 2015 20:14:55 +0530 Subject: [PATCH] Changing cdm to mdm --- components/device-mgt/pom.xml | 2 +- components/key-mgt/pom.xml | 59 +------------------ .../pom.xml | 4 +- pom.xml | 24 ++++++-- product/modules/distribution/pom.xml | 4 +- product/modules/integration/pom.xml | 4 +- .../tests-common/admin-clients/pom.xml | 2 +- .../integration-test-utils/pom.xml | 2 +- .../modules/integration/tests-common/pom.xml | 4 +- .../integration/tests-common/ui-pages/pom.xml | 2 +- .../agents/android/jax-rs/pom.xml | 4 +- .../agents/windows/jax-rs/pom.xml | 6 +- product/modules/mobileservices/pom.xml | 8 +-- product/modules/p2-profile-gen/pom.xml | 16 ++--- product/modules/rest-api/pom.xml | 4 +- product/pom.xml | 4 +- 16 files changed, 53 insertions(+), 96 deletions(-) diff --git a/components/device-mgt/pom.xml b/components/device-mgt/pom.xml index ea411b77f..f17b54bf4 100644 --- a/components/device-mgt/pom.xml +++ b/components/device-mgt/pom.xml @@ -33,7 +33,7 @@ device-mgt 2.0.0-SNAPSHOT pom - WSO2 Carbon - Device Management Component + WSO2 Carbon - Mobile Device Management Component http://wso2.org diff --git a/components/key-mgt/pom.xml b/components/key-mgt/pom.xml index f00b618ce..2ffc219ae 100644 --- a/components/key-mgt/pom.xml +++ b/components/key-mgt/pom.xml @@ -33,64 +33,13 @@ key-mgt 2.0.0-SNAPSHOT pom - WSO2 Carbon - Device Management Component + WSO2 Carbon - Oauth Key Management Component http://wso2.org org.wso2.carbon.key.mgt.handler.valve - @@ -111,9 +60,5 @@ - + diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml index 5dd10889c..0ef1dd711 100644 --- a/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml +++ b/features/device-mgt/org.wso2.carbon.device.mgt.mobile.feature/pom.xml @@ -39,12 +39,10 @@ org.wso2.carbon org.wso2.carbon.device.mgt.mobile.impl - ${project.version} org.wso2.carbon org.wso2.carbon.device.mgt.common - ${project.version} @@ -102,7 +100,7 @@ org.wso2.carbon.core.server:${carbon.kernel.version} - org.wso2.carbon.device.mgt.server:${project.version} + org.wso2.carbon.device.mgt.server:${cdm.core.version} diff --git a/pom.xml b/pom.xml index a583f57d6..322c9df85 100644 --- a/pom.xml +++ b/pom.xml @@ -100,23 +100,29 @@ org.wso2.carbon org.wso2.carbon.device.mgt.core - ${project.version} + ${cdm.core.version} org.wso2.carbon org.wso2.carbon.device.mgt.common + ${cdm.core.version} + + + + org.wso2.carbon + org.wso2.carbon.device.mgt.mobile.impl ${project.version} org.wso2.carbon org.wso2.carbon.policy.mgt.common - ${project.version} + ${cdm.core.version} org.wso2.carbon org.wso2.carbon.policy.mgt.core - ${project.version} + ${cdm.core.version} @@ -197,8 +203,18 @@ - 6.1.1 + + 4.3.0 + [4.3.0, 4.4.0) + + + 1.0.0-SNAPSHOT + [1.0.0, 2.0.0) + + + 6.1.1 + 4.3.0-SNAPSHOT 1.5.4 1.3 diff --git a/product/modules/distribution/pom.xml b/product/modules/distribution/pom.xml index c7ac210bf..45758abc6 100644 --- a/product/modules/distribution/pom.xml +++ b/product/modules/distribution/pom.xml @@ -22,8 +22,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - org.wso2.cdmserver - wso2cdmserver-product + org.wso2.mdmserver + wso2mdmserver-product 2.0.0-SNAPSHOT ../../pom.xml diff --git a/product/modules/integration/pom.xml b/product/modules/integration/pom.xml index fb2ef0f59..12a6cc955 100644 --- a/product/modules/integration/pom.xml +++ b/product/modules/integration/pom.xml @@ -21,8 +21,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - org.wso2.cdmserver - wso2cdmserver-product + org.wso2.mdmserver + wso2mdmserver-product 2.0.0-SNAPSHOT ../../pom.xml diff --git a/product/modules/integration/tests-common/admin-clients/pom.xml b/product/modules/integration/tests-common/admin-clients/pom.xml index 10da72790..9cca8ec0b 100644 --- a/product/modules/integration/tests-common/admin-clients/pom.xml +++ b/product/modules/integration/tests-common/admin-clients/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - org.wso2.cdmserver + org.wso2.mdmserver cdm-integration-tests-common 2.0.0-SNAPSHOT ../pom.xml diff --git a/product/modules/integration/tests-common/integration-test-utils/pom.xml b/product/modules/integration/tests-common/integration-test-utils/pom.xml index 28aee1ab9..38504e3a2 100644 --- a/product/modules/integration/tests-common/integration-test-utils/pom.xml +++ b/product/modules/integration/tests-common/integration-test-utils/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - org.wso2.cdmserver + org.wso2.mdmserver cdm-integration-tests-common 2.0.0-SNAPSHOT ../pom.xml diff --git a/product/modules/integration/tests-common/pom.xml b/product/modules/integration/tests-common/pom.xml index e79e88cbf..c491a9e58 100644 --- a/product/modules/integration/tests-common/pom.xml +++ b/product/modules/integration/tests-common/pom.xml @@ -22,7 +22,7 @@ - org.wso2.cdmserver + org.wso2.mdmserver wso2cdm-integration 2.0.0-SNAPSHOT ../pom.xml @@ -30,7 +30,7 @@ 4.0.0 - org.wso2.cdmserver + org.wso2.mdmserver cdm-integration-tests-common pom WSO2 CDM Integration Test Common diff --git a/product/modules/integration/tests-common/ui-pages/pom.xml b/product/modules/integration/tests-common/ui-pages/pom.xml index 2906ce7f4..1efdae6d7 100644 --- a/product/modules/integration/tests-common/ui-pages/pom.xml +++ b/product/modules/integration/tests-common/ui-pages/pom.xml @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - org.wso2.cdmserver + org.wso2.mdmserver cdm-integration-tests-common 2.0.0-SNAPSHOT ../pom.xml diff --git a/product/modules/mobileservices/agents/android/jax-rs/pom.xml b/product/modules/mobileservices/agents/android/jax-rs/pom.xml index 54dfb6b31..808416943 100644 --- a/product/modules/mobileservices/agents/android/jax-rs/pom.xml +++ b/product/modules/mobileservices/agents/android/jax-rs/pom.xml @@ -21,8 +21,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - org.wso2.cdmserver - wso2cdmserver-product-mobileservices + org.wso2.mdmserver + wso2mdmserver-product-mobileservices 2.0.0-SNAPSHOT ../../../pom.xml diff --git a/product/modules/mobileservices/agents/windows/jax-rs/pom.xml b/product/modules/mobileservices/agents/windows/jax-rs/pom.xml index e0c51bde9..a713de08a 100644 --- a/product/modules/mobileservices/agents/windows/jax-rs/pom.xml +++ b/product/modules/mobileservices/agents/windows/jax-rs/pom.xml @@ -19,8 +19,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - org.wso2.cdmserver - wso2cdmserver-product-mobileservices + org.wso2.mdmserver + wso2mdmserver-product-mobileservices 2.0.0-SNAPSHOT ../../../pom.xml @@ -152,13 +152,11 @@ org.wso2.carbon org.wso2.carbon.device.mgt.common - 2.0.0-SNAPSHOT provided org.wso2.carbon org.wso2.carbon.device.mgt.core - 2.0.0-SNAPSHOT provided diff --git a/product/modules/mobileservices/pom.xml b/product/modules/mobileservices/pom.xml index 8f10c5562..5d7b134e4 100644 --- a/product/modules/mobileservices/pom.xml +++ b/product/modules/mobileservices/pom.xml @@ -3,15 +3,15 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - wso2cdmserver-product - org.wso2.cdmserver + wso2mdmserver-product + org.wso2.mdmserver 2.0.0-SNAPSHOT ../../pom.xml 4.0.0 - org.wso2.cdmserver - wso2cdmserver-product-mobileservices + org.wso2.mdmserver + wso2mdmserver-product-mobileservices pom agents/windows/jax-rs diff --git a/product/modules/p2-profile-gen/pom.xml b/product/modules/p2-profile-gen/pom.xml index ce4f57f58..d221a0402 100644 --- a/product/modules/p2-profile-gen/pom.xml +++ b/product/modules/p2-profile-gen/pom.xml @@ -20,15 +20,15 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - org.wso2.cdmserver - wso2cdmserver-product + org.wso2.mdmserver + wso2mdmserver-product 2.0.0-SNAPSHOT ../../pom.xml 4.0.0 - wso2cdm-profile-gen - WSO2 Connected Device Manager (CDM) - P2 Profile Gen + wso2mdm-profile-gen + WSO2 Mobile Device Manager (MDM) - P2 Profile Gen pom @@ -104,13 +104,13 @@ org.wso2.carbon:org.wso2.carbon.ndatasource.feature:${carbon.platform.version} --> - org.wso2.carbon:org.wso2.carbon.device.mgt.server.feature:${project.version} + org.wso2.carbon:org.wso2.carbon.device.mgt.server.feature:${cdm.core.version} org.wso2.carbon:org.wso2.carbon.device.mgt.mobile.feature:${project.version} - org.wso2.carbon:org.wso2.carbon.policy.mgt.server.feature:${project.version} + org.wso2.carbon:org.wso2.carbon.policy.mgt.server.feature:${cdm.core.version} org.wso2.carbon:org.wso2.carbon.webapp.mgt.feature:${carbon.platform.version} @@ -251,7 +251,7 @@ org.wso2.carbon.device.mgt.server.feature.group - ${project.version} + ${cdm.core.version} org.wso2.carbon.device.mgt.mobile.feature.group @@ -259,7 +259,7 @@ org.wso2.carbon.policy.mgt.server.feature.group - ${project.version} + ${cdm.core.version} org.wso2.carbon.webapp.mgt.feature.group diff --git a/product/modules/rest-api/pom.xml b/product/modules/rest-api/pom.xml index a6d7552c0..e8671c5a0 100644 --- a/product/modules/rest-api/pom.xml +++ b/product/modules/rest-api/pom.xml @@ -1,8 +1,8 @@ - org.wso2.cdmserver - wso2cdmserver-product + org.wso2.mdmserver + wso2mdmserver-product 2.0.0-SNAPSHOT ../../pom.xml diff --git a/product/pom.xml b/product/pom.xml index 479f83dae..7c80f315b 100644 --- a/product/pom.xml +++ b/product/pom.xml @@ -28,8 +28,8 @@ 4.0.0 - org.wso2.cdmserver - wso2cdmserver-product + org.wso2.mdmserver + wso2mdmserver-product pom WSO2 Connected Device Manager (CDM) - Parent