Updated Branches: refs/heads/master 214bf85a0 -> 9ce111ca9
Remove unnecessary warning message - No Provider URL specified Signed-off-by: Isuru <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/9ce111ca Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/9ce111ca Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/9ce111ca Branch: refs/heads/master Commit: 9ce111ca9358cb55b51dbcde825d5c3251e28fda Parents: 214bf85 Author: Melan Nimesh <[email protected]> Authored: Tue Dec 17 17:43:09 2013 +0530 Committer: Isuru <[email protected]> Committed: Tue Dec 17 17:51:37 2013 +0530 ---------------------------------------------------------------------- features/adc/org.apache.stratos.adc.mgt.server.feature/pom.xml | 4 ++-- .../org.apache.stratos.cloud.controller.feature/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9ce111ca/features/adc/org.apache.stratos.adc.mgt.server.feature/pom.xml ---------------------------------------------------------------------- diff --git a/features/adc/org.apache.stratos.adc.mgt.server.feature/pom.xml b/features/adc/org.apache.stratos.adc.mgt.server.feature/pom.xml index 944132d..4578c00 100644 --- a/features/adc/org.apache.stratos.adc.mgt.server.feature/pom.xml +++ b/features/adc/org.apache.stratos.adc.mgt.server.feature/pom.xml @@ -49,7 +49,7 @@ <dependency> <groupId>org.wso2.andes.wso2</groupId> <artifactId>andes-client</artifactId> - <version>0.13.wso2v6</version> + <version>0.13.wso2v8</version> </dependency> <dependency> <groupId>org.apache.stratos</groupId> @@ -128,7 +128,7 @@ <bundles> <bundleDef>org.apache.stratos:org.apache.stratos.adc.mgt:${project.version}</bundleDef> <bundleDef>org.apache.stratos:org.apache.stratos.adc.mgt.stub:${project.version}</bundleDef> - <bundleDef>org.wso2.andes.wso2:andes-client:0.13.wso2v6</bundleDef> + <bundleDef>org.wso2.andes.wso2:andes-client:0.13.wso2v8</bundleDef> <bundleDef>org.apache.stratos:org.apache.stratos.cloud.controller.service.stub:${project.version}</bundleDef> <bundleDef>com.gitblit:gitblit:1.2.0.wso2v1</bundleDef> <bundleDef>com.google.code.gson:gson:2.1</bundleDef> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9ce111ca/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml ---------------------------------------------------------------------- diff --git a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml index 4fd538a..a81b287 100644 --- a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml +++ b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml @@ -171,7 +171,7 @@ <dependency> <groupId>org.wso2.andes.wso2</groupId> <artifactId>andes-client</artifactId> - <version>0.13.wso2v6</version> + <version>0.13.wso2v8</version> </dependency> </dependencies> @@ -262,7 +262,7 @@ <!--bundleDef>org.jaggeryjs:0.9.0.ALPHA2-wso2v2</bundleDef--> <bundleDef>org.apache.jclouds.api:sts:${jclouds.version}</bundleDef> <bundleDef>javax.ws.rs:jsr311-api:1.1.1</bundleDef> - <bundleDef>org.wso2.andes.wso2:andes-client:0.13.wso2v6</bundleDef> + <bundleDef>org.wso2.andes.wso2:andes-client:0.13.wso2v8</bundleDef> <bundleDef>org.apache.stratos:org.apache.stratos.messaging:${project.version}</bundleDef> </bundles> <importBundles>
