From 2ccc35f9bdb49e925802f053d2054d673417339c Mon Sep 17 00:00:00 2001 From: Geeth Munasinghe Date: Mon, 9 Feb 2015 20:26:39 +0530 Subject: [PATCH] Fixing the product mdm repo with released device mgt component -version 0.9.0 --- .../pom.xml | 6 +-- .../pom.xml | 2 +- pom.xml | 24 ++++++------ .../modules/distribution/src/assembly/bin.xml | 4 +- .../distribution/src/assembly/docs.xml | 2 +- .../modules/integration/tests-common/pom.xml | 2 +- .../agents/android/jax-rs/pom.xml | 4 +- .../agents/windows/jax-rs/pom.xml | 4 +- product/modules/p2-profile-gen/pom.xml | 38 +++++++++---------- product/modules/rest-api/pom.xml | 4 +- 10 files changed, 45 insertions(+), 45 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml index 85212b6543..40dfc0797f 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml +++ b/components/device-mgt/org.wso2.carbon.device.mgt.mobile.impl/pom.xml @@ -107,15 +107,15 @@ org.wso2.carbon.utils - org.wso2.carbon.cdm + org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.common - org.wso2.carbon + org.wso2.carbon.apimgt org.wso2.carbon.apimgt.api - org.wso2.carbon + org.wso2.carbon.apimgt org.wso2.carbon.apimgt.impl 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 8e4422afbc..2071e688fb 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 @@ -43,7 +43,7 @@ org.wso2.carbon.device.mgt.mobile.impl - org.wso2.carbon.cdm + org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.common diff --git a/pom.xml b/pom.xml index 2e6e8961ae..7b18445935 100644 --- a/pom.xml +++ b/pom.xml @@ -327,22 +327,22 @@ - org.wso2.carbon.cdm + org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.core ${cdm.core.version} - org.wso2.carbon.cdm + org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.common ${cdm.core.version} - org.wso2.carbon + org.wso2.carbon.devicemgt org.wso2.carbon.policy.mgt.common ${cdm.core.version} - org.wso2.carbon + org.wso2.carbon.devicemgt org.wso2.carbon.policy.mgt.core ${cdm.core.version} @@ -409,7 +409,7 @@ - org.wso2.carbon + org.wso2.carbon.apimgt org.wso2.carbon.apimgt.core ${carbon.api.mgt.version} @@ -420,7 +420,7 @@ - org.wso2.carbon + org.wso2.carbon.apimgt org.wso2.carbon.apimgt.api ${carbon.api.mgt.version} @@ -431,7 +431,7 @@ - org.wso2.carbon + org.wso2.carbon.apimgt org.wso2.carbon.apimgt.impl ${carbon.api.mgt.version} @@ -611,8 +611,8 @@ [4.3.0, 4.4.0) - 1.0.0-SNAPSHOT - [1.0.0, 2.0.0) + 0.9.0 + [0.8.0, 2.0.0) 1.5.4 @@ -658,7 +658,7 @@ 4.3.1 - 4.3.2 + 4.3.3 4.3.3 @@ -670,13 +670,13 @@ 4.3.0 - 1.0.0-SNAPSHOT + 0.9.0 2.0.0-SNAPSHOT - 4.3.0-SNAPSHOT + 1.3.1 1.51.0.0 diff --git a/product/modules/distribution/src/assembly/bin.xml b/product/modules/distribution/src/assembly/bin.xml index 82d7af1402..c5538347c9 100644 --- a/product/modules/distribution/src/assembly/bin.xml +++ b/product/modules/distribution/src/assembly/bin.xml @@ -306,13 +306,13 @@ - ../mobileservices/agents/android/jax-rs/target/cdm-android-api.war + ../mobileservices/agents/android/jax-rs/target/mdm-android-api.war wso2mdm-${pom.version}/repository/deployment/server/webapps 755 - ../rest-api/target/wso2cdm-api.war + ../rest-api/target/wso2mdm-api.war wso2mdm-${pom.version}/repository/deployment/server/webapps 755 diff --git a/product/modules/distribution/src/assembly/docs.xml b/product/modules/distribution/src/assembly/docs.xml index ee8addd399..afc8d43c90 100644 --- a/product/modules/distribution/src/assembly/docs.xml +++ b/product/modules/distribution/src/assembly/docs.xml @@ -29,7 +29,7 @@ ../../modules/documentation/src/site/xdoc/user-core - wso2mobileserver-${carbon.mobile.device.mgt.version}-docs/user-core + wso2mdm-${carbon.mobile.device.mgt.version}-docs/user-core 755 user-mgt-actdir.xml diff --git a/product/modules/integration/tests-common/pom.xml b/product/modules/integration/tests-common/pom.xml index ba87264c01..bcb6cf8585 100644 --- a/product/modules/integration/tests-common/pom.xml +++ b/product/modules/integration/tests-common/pom.xml @@ -39,7 +39,7 @@ admin-clients integration-test-utils - ui-pages + diff --git a/product/modules/mobileservices/agents/android/jax-rs/pom.xml b/product/modules/mobileservices/agents/android/jax-rs/pom.xml index 4d03a5fdb1..2f72af1644 100644 --- a/product/modules/mobileservices/agents/android/jax-rs/pom.xml +++ b/product/modules/mobileservices/agents/android/jax-rs/pom.xml @@ -146,12 +146,12 @@ - org.wso2.carbon.cdm + org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.common provided - org.wso2.carbon.cdm + org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.core provided diff --git a/product/modules/mobileservices/agents/windows/jax-rs/pom.xml b/product/modules/mobileservices/agents/windows/jax-rs/pom.xml index 542c988fc0..08e92a45ec 100644 --- a/product/modules/mobileservices/agents/windows/jax-rs/pom.xml +++ b/product/modules/mobileservices/agents/windows/jax-rs/pom.xml @@ -169,12 +169,12 @@ jackson-jaxrs - org.wso2.carbon.cdm + org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.common provided - org.wso2.carbon.cdm + org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.core provided diff --git a/product/modules/p2-profile-gen/pom.xml b/product/modules/p2-profile-gen/pom.xml index deb80b56c4..39495bf7d7 100644 --- a/product/modules/p2-profile-gen/pom.xml +++ b/product/modules/p2-profile-gen/pom.xml @@ -106,10 +106,10 @@ - org.wso2.carbon.cdm:org.wso2.carbon.device.mgt.server.feature:${carbon.device.mgt.version} + org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.server.feature:${carbon.device.mgt.version} - org.wso2.carbon.cdm:org.wso2.carbon.policy.mgt.server.feature:${carbon.device.mgt.version} + org.wso2.carbon.devicemgt:org.wso2.carbon.policy.mgt.server.feature:${carbon.device.mgt.version} @@ -157,13 +157,13 @@ - org.wso2.carbon:org.wso2.carbon.apimgt.core.feature:${carbon.api.mgt.version} + org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.core.feature:${carbon.api.mgt.version} - org.wso2.carbon:org.wso2.carbon.apimgt.publisher.feature:${carbon.api.mgt.version} + org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.publisher.feature:${carbon.api.mgt.version} - org.wso2.carbon:org.wso2.carbon.apimgt.store.feature:${carbon.api.mgt.version} + org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.store.feature:${carbon.api.mgt.version} @@ -198,9 +198,9 @@ org.wso2.carbon.identity:org.wso2.carbon.um.ws.service.server.feature:${carbon.identity.version} - - - + + org.wso2.carbon.identity:org.wso2.carbon.identity.oauth.feature:${carbon.identity.version} + org.wso2.carbon.identity:org.wso2.carbon.identity.oauth.common.feature:${carbon.identity.version} @@ -213,9 +213,9 @@ org.wso2.carbon.identity:org.wso2.carbon.identity.core.feature:${carbon.identity.version} - - - + + org.wso2.carbon.identity:org.wso2.carbon.idp.mgt.feature:${carbon.identity.version} + org.wso2.carbon.identity:org.wso2.carbon.identity.relying.party.server.feature:${carbon.identity.version} @@ -421,10 +421,10 @@ org.wso2.carbon.um.ws.service.server.feature.group ${carbon.identity.version} - - - - + + org.wso2.carbon.identity.oauth.server.feature.group + ${carbon.identity.version} + org.wso2.carbon.identity.oauth.common.feature.group ${carbon.identity.version} @@ -441,10 +441,10 @@ org.wso2.carbon.identity.core.feature.group ${carbon.identity.version} - - - - + + org.wso2.carbon.idp.mgt.feature.group + ${carbon.identity.version} + org.wso2.carbon.identity.relying.party.server.feature.group ${carbon.identity.version} diff --git a/product/modules/rest-api/pom.xml b/product/modules/rest-api/pom.xml index 40f4891ac0..2ddd11f78e 100644 --- a/product/modules/rest-api/pom.xml +++ b/product/modules/rest-api/pom.xml @@ -160,12 +160,12 @@ 1.9.0 - org.wso2.carbon.cdm + org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.common provided - org.wso2.carbon.cdm + org.wso2.carbon.devicemgt org.wso2.carbon.device.mgt.core provided