From f7d8b5e3543f17220aec11dbd3dfee55f80f1dc0 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Wed, 23 Apr 2014 09:51:55 +0530 Subject: [PATCH 001/104] Updated stratos version to 4.0.0-incubating in puppet scripts and installer --- tools/puppet3-agent/config.sh | 2 +- tools/puppet3/modules/agent/files/README.txt | 2 +- tools/puppet3/modules/agent/manifests/init.pp | 2 +- tools/puppet3/modules/lb/files/README.txt | 2 +- tools/puppet3/modules/lb/manifests/init.pp | 2 +- tools/stratos-installer/README.txt | 2 +- tools/stratos-installer/conf/setup.conf | 2 +- tools/stratos-installer/config/as/repository/conf/carbon.xml | 2 +- tools/stratos-installer/config/cc/repository/conf/carbon.xml | 2 +- tools/stratos-installer/config/sm/repository/conf/carbon.xml | 2 +- tools/stratos-installer/setup.sh | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tools/puppet3-agent/config.sh b/tools/puppet3-agent/config.sh index 3347b805bc..2b3a24dc0a 100755 --- a/tools/puppet3-agent/config.sh +++ b/tools/puppet3-agent/config.sh @@ -88,7 +88,7 @@ if [[ $answer = y ]] ; then ARGS=("-n${NODEID}" "-d${DOMAIN}" "-s${PUPPET_IP}") ${ECHO} "\nRunning puppet installation with arguments: ${ARGS[@]}" /root/bin/puppetinstall/puppetinstall "${ARGS[@]}" - ${RM} /mnt/apache-stratos-cartridge-agent-4.0.0-SNAPSHOT/wso2carbon.lck + ${RM} /mnt/apache-stratos-cartridge-agent-4.0.0-incubating/wso2carbon.lck ${GREP} -q '/root/bin/init.sh > /tmp/puppet_log' /etc/rc.local || ${SED} -i 's/exit 0$/\/root\/bin\/init.sh \> \/tmp\/puppet_log\nexit 0/' /etc/rc.local ${RM} -rf /tmp/* ${RM} -rf /var/lib/puppet/ssl/* diff --git a/tools/puppet3/modules/agent/files/README.txt b/tools/puppet3/modules/agent/files/README.txt index 88c8daf7c9..b7fa8a4836 100644 --- a/tools/puppet3/modules/agent/files/README.txt +++ b/tools/puppet3/modules/agent/files/README.txt @@ -7,6 +7,6 @@ This folder should have following: eg: if $mb_type = activemq, folder structure of this folder would be: >$ls ->activemq apache-stratos-cartridge-agent-4.0.0-SNAPSHOT-bin.zip +>activemq apache-stratos-cartridge-agent-4.0.0-incubating-bin.zip 3. Under $mb_type folder, please add all the client jars, that should be copied to the agent's lib directory. diff --git a/tools/puppet3/modules/agent/manifests/init.pp b/tools/puppet3/modules/agent/manifests/init.pp index 2d1b078bfc..4d68f34cd2 100644 --- a/tools/puppet3/modules/agent/manifests/init.pp +++ b/tools/puppet3/modules/agent/manifests/init.pp @@ -16,7 +16,7 @@ # under the License. class agent( - $version = '4.0.0-SNAPSHOT', + $version = '4.0.0-incubating', $owner = 'root', $group = 'root', $target = '/mnt', diff --git a/tools/puppet3/modules/lb/files/README.txt b/tools/puppet3/modules/lb/files/README.txt index af6d3ea5f0..59b74548c6 100644 --- a/tools/puppet3/modules/lb/files/README.txt +++ b/tools/puppet3/modules/lb/files/README.txt @@ -7,6 +7,6 @@ This folder should have following: eg: if $mb_type = activemq, folder structure of this folder would be: >$ls ->activemq apache-stratos-load-balancer-4.0.0-SNAPSHOT.zip +>activemq apache-stratos-load-balancer-4.0.0-incubating.zip 3. Under $mb_type folder, please add all the client jars, that should be copied to the load balancer's repository/components/lib directory. diff --git a/tools/puppet3/modules/lb/manifests/init.pp b/tools/puppet3/modules/lb/manifests/init.pp index ca7deed5e0..a5dc0c83b6 100755 --- a/tools/puppet3/modules/lb/manifests/init.pp +++ b/tools/puppet3/modules/lb/manifests/init.pp @@ -29,7 +29,7 @@ # class lb ( - $version = '4.0.0-SNAPSHOT', + $version = '4.0.0-incubating', $offset = 0, $tribes_port = 4000, $maintenance_mode = true, diff --git a/tools/stratos-installer/README.txt b/tools/stratos-installer/README.txt index fa3a2408b7..aee1c4bb47 100644 --- a/tools/stratos-installer/README.txt +++ b/tools/stratos-installer/README.txt @@ -1,4 +1,4 @@ -Apache Stratos 4.0.0-SNAPSHOT +Apache Stratos 4.0.0-incubating ----------------------------- Apache Stratos (Incubating) is a polyglot PaaS framework, providing developers a cloud-based environment for developing, testing, and running scalable applications. diff --git a/tools/stratos-installer/conf/setup.conf b/tools/stratos-installer/conf/setup.conf index b3f6a87137..de78c19d0f 100644 --- a/tools/stratos-installer/conf/setup.conf +++ b/tools/stratos-installer/conf/setup.conf @@ -55,7 +55,7 @@ export mb_ip="127.0.0.1" # Machine ip on which mb run export mb_port=61616 #default port which the message broker service runs export stratos_extract_path=$stratos_path/"apache-stratos" -export stratos_pack_zip=$stratos_packs/"apache-stratos-4.0.0-SNAPSHOT.zip" +export stratos_pack_zip=$stratos_packs/"apache-stratos-4.0.0-incubating.zip" export activemq_pack=$stratos_packs/"apache-activemq-5.9.1-bin.tar.gz" export activemq_path=$stratos_path/"apache-activemq-5.9.1" diff --git a/tools/stratos-installer/config/as/repository/conf/carbon.xml b/tools/stratos-installer/config/as/repository/conf/carbon.xml index 82330f12b6..1cc1adc537 100644 --- a/tools/stratos-installer/config/as/repository/conf/carbon.xml +++ b/tools/stratos-installer/config/as/repository/conf/carbon.xml @@ -40,7 +40,7 @@ - 4.0.0-SNAPSHOT + 4.0.0-incubating - 4.0.0-SNAPSHOT + 4.0.0-incubating - 4.0.0-SNAPSHOT + 4.0.0-incubating - 4.0.0-incubating + 4.0.0-SNAPSHOT - 4.0.0-incubating + 4.0.0-SNAPSHOT - 4.0.0-incubating + 4.0.0-SNAPSHOT - 4.0.0-SNAPSHOT + 4.0.0-incubating - 4.0.0-SNAPSHOT + 4.0.0-incubating - 4.0.0-SNAPSHOT + 4.0.0-incubating diff --git a/components/org.apache.stratos.usage.summary.helper/pom.xml b/components/org.apache.stratos.usage.summary.helper/pom.xml index e634728435..688441a402 100644 --- a/components/org.apache.stratos.usage.summary.helper/pom.xml +++ b/components/org.apache.stratos.usage.summary.helper/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.usage.ui/pom.xml b/components/org.apache.stratos.usage.ui/pom.xml index 15de5c4b97..7d3df6fd1b 100644 --- a/components/org.apache.stratos.usage.ui/pom.xml +++ b/components/org.apache.stratos.usage.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.usage/pom.xml b/components/org.apache.stratos.usage/pom.xml index db5715e543..29bf471a3e 100644 --- a/components/org.apache.stratos.usage/pom.xml +++ b/components/org.apache.stratos.usage/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating diff --git a/components/org.apache.stratos.validate.domain.ui/pom.xml b/components/org.apache.stratos.validate.domain.ui/pom.xml index 8c06e81120..41087fe51a 100644 --- a/components/org.apache.stratos.validate.domain.ui/pom.xml +++ b/components/org.apache.stratos.validate.domain.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml index c78bc872e8..4a145342ee 100644 --- a/components/org.apache.stratos.validate.domain/pom.xml +++ b/components/org.apache.stratos.validate.domain/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/pom.xml b/components/pom.xml index 5be4292792..eee5769a55 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 2dc06007e0..757163b864 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-dependents - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 998200efba..a46a3de240 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml index 4062ead502..f42302746e 100644 --- a/extensions/cep/stratos-cep-extension/pom.xml +++ b/extensions/cep/stratos-cep-extension/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index 3ec1f0fad1..ed3c35b783 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-load-balancer-extensions - 4.0.0-SNAPSHOT + 4.0.0-incubating apache-stratos-haproxy-extension diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index e6357b0a8d..5688f3cf83 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index e30e226b1d..181238ed95 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index ccd771c864..cc1ce4bb87 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos autoscaler-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml index e4a8869799..84397ef35d 100644 --- a/features/autoscaler/pom.xml +++ b/features/autoscaler/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 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 6cf15e410e..201e213525 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 @@ -22,7 +22,7 @@ org.apache.stratos cloud-controller-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml index 372d100da6..b2b61a5239 100644 --- a/features/cloud-controller/pom.xml +++ b/features/cloud-controller/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml index 431d71a0db..c335a6759a 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml index b041e99e01..a4bc6cdb8d 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index e6a4071f40..9d690abd9e 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml index e17db91283..487bed9964 100644 --- a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml +++ b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos cartridge-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml index 8341740b00..8aa95f3c06 100644 --- a/features/manager/cartridge-mgt/pom.xml +++ b/features/manager/cartridge-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml index 3292237d0b..b51f515da9 100644 --- a/features/manager/common/org.apache.stratos.common.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml index b839abe1c3..2e3f58c853 100644 --- a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml index 9bbd4b8ae1..3b97074b53 100644 --- a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml index 11b18df78a..aed25cdf94 100644 --- a/features/manager/common/pom.xml +++ b/features/manager/common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml index fd60639ab0..5ef1551e15 100644 --- a/features/manager/deployment/pom.xml +++ b/features/manager/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml index 82b4523810..2eb55c67b3 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml index 4a3f3c1d6f..742ec1b607 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml index 48fcec3b89..9dfb7a302d 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml index fe2ff327d2..d928d0d8fe 100644 --- a/features/manager/gapp/pom.xml +++ b/features/manager/gapp/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml index 6a809ffc28..f800127eaa 100644 --- a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml +++ b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos logging-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml index c5f77743c3..31c1b59c38 100644 --- a/features/manager/logging-mgt/pom.xml +++ b/features/manager/logging-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 logging-mgt-feature diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 4445e344c3..697044306a 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index 1f9be0355c..75ceb64103 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml index 0e22057d22..bd9739ad83 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml index 0fa6ffc994..22c48ed31e 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml index 8c449c06a8..d855c31f00 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml index 8be0803c2f..9990a4b3e4 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml index 1b28d8fbe9..11ae74ce1a 100644 --- a/features/manager/status-monitor/pom.xml +++ b/features/manager/status-monitor/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml index 8600a5a098..d493e93d3c 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index 51e4c36a27..fb7abb3f8f 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml index 42ee208a02..f209f7399b 100644 --- a/features/manager/stratos-mgt/pom.xml +++ b/features/manager/stratos-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index baf32a2d04..b1bbc6f2a2 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml index a0353f0003..cb3e4f30d4 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml index aacef85b69..53e6d29c07 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml index 7e8661ba9a..3f7f67bd70 100644 --- a/features/manager/tenant-activity/pom.xml +++ b/features/manager/tenant-activity/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 tenant-activity-feature diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml index 57ea9894ed..ca9d65209a 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml index 11ab62ca12..431adc41ac 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml index 2757540d38..a4a566cc0c 100644 --- a/features/manager/tenant-mgt/pom.xml +++ b/features/manager/tenant-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/throttling/org.apache.stratos.throttling.agent.feature/pom.xml b/features/manager/throttling/org.apache.stratos.throttling.agent.feature/pom.xml index e394f7040b..fd7c334e1d 100644 --- a/features/manager/throttling/org.apache.stratos.throttling.agent.feature/pom.xml +++ b/features/manager/throttling/org.apache.stratos.throttling.agent.feature/pom.xml @@ -25,7 +25,7 @@ org.apache.stratos throttling-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/throttling/org.apache.stratos.throttling.manager.feature/pom.xml b/features/manager/throttling/org.apache.stratos.throttling.manager.feature/pom.xml index a0713e470d..33adcc6b97 100644 --- a/features/manager/throttling/org.apache.stratos.throttling.manager.feature/pom.xml +++ b/features/manager/throttling/org.apache.stratos.throttling.manager.feature/pom.xml @@ -25,7 +25,7 @@ org.apache.stratos throttling-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/throttling/pom.xml b/features/manager/throttling/pom.xml index 58236b0942..001871e4da 100644 --- a/features/manager/throttling/pom.xml +++ b/features/manager/throttling/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 throttling-feature diff --git a/features/manager/usage/org.apache.stratos.usage.agent.feature/pom.xml b/features/manager/usage/org.apache.stratos.usage.agent.feature/pom.xml index 40f0d1e5ef..bba5d231e8 100644 --- a/features/manager/usage/org.apache.stratos.usage.agent.feature/pom.xml +++ b/features/manager/usage/org.apache.stratos.usage.agent.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos usage-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/usage/org.apache.stratos.usage.feature/pom.xml b/features/manager/usage/org.apache.stratos.usage.feature/pom.xml index 9e9f84a394..70353fad8f 100644 --- a/features/manager/usage/org.apache.stratos.usage.feature/pom.xml +++ b/features/manager/usage/org.apache.stratos.usage.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos usage-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/usage/org.apache.stratos.usage.server.feature/pom.xml b/features/manager/usage/org.apache.stratos.usage.server.feature/pom.xml index 345a8010d8..f582d8c8cf 100644 --- a/features/manager/usage/org.apache.stratos.usage.server.feature/pom.xml +++ b/features/manager/usage/org.apache.stratos.usage.server.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos usage-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/usage/org.apache.stratos.usage.ui.feature/pom.xml b/features/manager/usage/org.apache.stratos.usage.ui.feature/pom.xml index a7a5e01749..b90c34397f 100644 --- a/features/manager/usage/org.apache.stratos.usage.ui.feature/pom.xml +++ b/features/manager/usage/org.apache.stratos.usage.ui.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos usage-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/usage/pom.xml b/features/manager/usage/pom.xml index bc2884f99b..7332969663 100644 --- a/features/manager/usage/pom.xml +++ b/features/manager/usage/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 usage-feature diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml index bd64f01e15..ecfd03851c 100644 --- a/features/messaging/org.apache.stratos.messaging.feature/pom.xml +++ b/features/messaging/org.apache.stratos.messaging.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos messaging-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml index 3e15c227cd..76593f90bb 100644 --- a/features/messaging/pom.xml +++ b/features/messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index 9f74e4e43d..dfea41395b 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/pom.xml b/pom.xml index 21168a1e95..48e86bf940 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.stratos stratos-parent pom - 4.0.0-SNAPSHOT + 4.0.0-incubating Apache Stratos (incubating) Project Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework http://stratos.incubator.apache.org diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 4ea3289dc9..382e4ac5dc 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos cartidge-agent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index d69b55472e..0e6636bf59 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index 14c20e570c..cceef13e77 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/load-balancer/modules/integration/pom.xml b/products/load-balancer/modules/integration/pom.xml index c2d9dfbf19..567e8fa853 100644 --- a/products/load-balancer/modules/integration/pom.xml +++ b/products/load-balancer/modules/integration/pom.xml @@ -25,7 +25,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index b4791e0c7d..539168b384 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index 7cb218f924..c7b371a32e 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/pom.xml b/products/pom.xml index b58a5eea54..71d231b3d3 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index 13f9c86f0c..1cf4c1e572 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos apache-stratos-cli-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index 41b2cfcce3..74c35cda8e 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 77d2b7b174..f16c818695 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml @@ -452,7 +452,7 @@ org.apache.stratos org.apache.stratos.cep.extension - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.geronimo.specs diff --git a/products/stratos/modules/integration/pom.xml b/products/stratos/modules/integration/pom.xml index 304cb5baef..6bdc8b15f6 100755 --- a/products/stratos/modules/integration/pom.xml +++ b/products/stratos/modules/integration/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 64ae09c91e..44f7921f86 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index f478d6a210..75854b02c6 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index 4edc39a437..aed82d4356 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index 38d9bc20ad..8354b198f3 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index b636bb3968..4b8a8a6c19 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index 836542867e..f2c7f15fd5 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index 2855f5ebf0..1c6dd7838c 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index b5f3d3588d..0ddf576b2e 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index 8340d6d5ef..8a17801def 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index 03e861fb1c..e8d2035bb3 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index 73b9194efc..5d26410ea2 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index 4cc4216e74..5fc07274a9 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index ae6158a1fc..7240cecf4f 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index 28b13544c5..5888578e31 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index 82b6d22b14..4815d43e41 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index 258c4e53ff..0394bad5a5 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index e2d3730a65..7abe517ec5 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index 8752637397..af676514f0 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index 216616efd3..c4d3a89eac 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index 7dcc4e533b..ff832c6946 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index bb492712e0..7f1d2b9956 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index 5b2c25a423..396eb1f976 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index ae5175cbff..7c52863b3f 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index 5aaaa50454..29eadb383f 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index 5209094ccf..0bb5d789b7 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index f317f3535d..3c2852a413 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index bc0f5d6028..2ae5144bf8 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 From 6c34420de9aca70f8282ddff3d59fd56c1ece4bb Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Sun, 27 Apr 2014 21:54:39 +0530 Subject: [PATCH 016/104] Introduced new functionality to add domains to cartridge subscriptions --- .../LoadBalancerTenantEventReceiver.java | 180 +++++---- .../LoadBalancerTopologyEventReceiver.java | 8 +- .../conf/LoadBalancerConfiguration.java | 2 +- .../balancer/context/LoadBalancerContext.java | 4 +- .../context/LoadBalancerContextUtil.java | 364 +++++++++++++++++- .../context/map/MultiTenantClusterMap.java | 13 +- .../TenantAwareLoadBalanceEndpoint.java | 5 +- .../manager/CartridgeSubscriptionManager.java | 94 ++++- .../publisher/TenantSynzhronizerTask.java | 15 +- .../DataInsertionAndRetrievalManager.java | 25 ++ .../subscription/CartridgeSubscription.java | 26 +- .../subscription/SubscriptionData.java | 27 +- .../utils/CartridgeSubscriptionUtils.java | 22 +- .../messaging/domain/tenant/Subscription.java | 65 ++++ .../messaging/domain/tenant/Tenant.java | 29 +- .../tenant/SubscriptionDomainsAddedEvent.java | 60 +++ .../SubscriptionDomainsRemovedEvent.java | 60 +++ .../event/tenant/TenantSubscribedEvent.java | 15 +- .../event/tenant/TenantUnSubscribedEvent.java | 10 +- ...SubscriptionDomainsAddedEventListener.java | 28 ++ ...bscriptionDomainsRemovedEventListener.java | 28 ++ ...scriptionDomainsAddedMessageProcessor.java | 96 +++++ ...riptionDomainsRemovedMessageProcessor.java | 96 +++++ .../tenant/TenantMessageProcessorChain.java | 12 + .../TenantSubscribedMessageProcessor.java | 8 +- .../TenantUnSubscribedMessageProcessor.java | 2 +- .../messaging/test/TenantDomainTest.java | 45 +++ .../rest/endpoint/bean/CartridgeInfoBean.java | 12 +- .../rest/endpoint/services/ServiceUtils.java | 44 ++- .../rest/endpoint/services/StratosAdmin.java | 34 +- .../webapp/stratos/WEB-INF/cxf-servlet.xml | 1 + 31 files changed, 1267 insertions(+), 163 deletions(-) create mode 100644 components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Subscription.java create mode 100644 components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsAddedEvent.java create mode 100644 components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsRemovedEvent.java create mode 100644 components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsAddedEventListener.java create mode 100644 components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsRemovedEventListener.java create mode 100644 components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsAddedMessageProcessor.java create mode 100644 components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsRemovedMessageProcessor.java create mode 100644 components/org.apache.stratos.messaging/src/test/java/org/apache/stratos/messaging/test/TenantDomainTest.java diff --git a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTenantEventReceiver.java b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTenantEventReceiver.java index ad1907ae34..52886d1740 100644 --- a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTenantEventReceiver.java +++ b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTenantEventReceiver.java @@ -21,24 +21,17 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.apache.stratos.load.balancer.context.LoadBalancerContext; +import org.apache.stratos.load.balancer.context.LoadBalancerContextUtil; +import org.apache.stratos.messaging.domain.tenant.Subscription; import org.apache.stratos.messaging.domain.tenant.Tenant; -import org.apache.stratos.messaging.domain.topology.Cluster; import org.apache.stratos.messaging.domain.topology.Service; import org.apache.stratos.messaging.domain.topology.ServiceType; import org.apache.stratos.messaging.event.Event; -import org.apache.stratos.messaging.event.tenant.CompleteTenantEvent; -import org.apache.stratos.messaging.event.tenant.TenantSubscribedEvent; -import org.apache.stratos.messaging.event.tenant.TenantUnSubscribedEvent; -import org.apache.stratos.messaging.listener.tenant.CompleteTenantEventListener; -import org.apache.stratos.messaging.listener.tenant.TenantSubscribedEventListener; -import org.apache.stratos.messaging.listener.tenant.TenantUnSubscribedEventListener; +import org.apache.stratos.messaging.event.tenant.*; +import org.apache.stratos.messaging.listener.tenant.*; import org.apache.stratos.messaging.message.receiver.tenant.TenantEventReceiver; import org.apache.stratos.messaging.message.receiver.topology.TopologyManager; -import java.util.HashMap; -import java.util.Map; - /** * Load balancer tenant receiver updates load balancer context according to * incoming tenant events. @@ -60,11 +53,22 @@ private void addEventListeners() { @Override protected void onEvent(Event event) { CompleteTenantEvent completeTenantEvent = (CompleteTenantEvent) event; + if (log.isDebugEnabled()) { + log.debug("Complete tenant event received"); + } for (Tenant tenant : completeTenantEvent.getTenants()) { - for (String serviceName : tenant.getServiceSubscriptions()) { - if(isMultiTenantService(serviceName)) { - addTenantSubscriptionToLbContext(serviceName, tenant.getTenantId()); + for (Subscription subscription : tenant.getSubscriptions()) { + if (isMultiTenantService(subscription.getServiceName())) { + LoadBalancerContextUtil.addClustersAgainstHostNamesAndTenantIds( + subscription.getServiceName(), + tenant.getTenantId(), + subscription.getClusterIds()); } + + LoadBalancerContextUtil.addClustersAgainstDomains( + subscription.getServiceName(), + subscription.getClusterIds(), + subscription.getDomains()); } } } @@ -73,103 +77,97 @@ protected void onEvent(Event event) { @Override protected void onEvent(Event event) { TenantSubscribedEvent tenantSubscribedEvent = (TenantSubscribedEvent) event; - if(log.isDebugEnabled()) { - log.debug(String.format("Tenant subscribed event received: [tenant-id] %d [service] %s", - tenantSubscribedEvent.getTenantId(), tenantSubscribedEvent.getServiceName())); + if (log.isDebugEnabled()) { + log.debug(String.format("Tenant subscribed event received: [tenant-id] %d [service] %s [cluster-ids] %s", + tenantSubscribedEvent.getTenantId(), + tenantSubscribedEvent.getServiceName(), + tenantSubscribedEvent.getClusterIds())); } - if(isMultiTenantService(tenantSubscribedEvent.getServiceName())) { - addTenantSubscriptionToLbContext(tenantSubscribedEvent.getServiceName(), tenantSubscribedEvent.getTenantId()); + + if (isMultiTenantService(tenantSubscribedEvent.getServiceName())) { + LoadBalancerContextUtil.addClustersAgainstHostNamesAndTenantIds( + tenantSubscribedEvent.getServiceName(), + tenantSubscribedEvent.getTenantId(), + tenantSubscribedEvent.getClusterIds()); } + + LoadBalancerContextUtil.addClustersAgainstDomains( + tenantSubscribedEvent.getServiceName(), + tenantSubscribedEvent.getClusterIds(), + tenantSubscribedEvent.getDomains()); } }); tenantEventReceiver.addEventListener(new TenantUnSubscribedEventListener() { @Override protected void onEvent(Event event) { TenantUnSubscribedEvent tenantUnSubscribedEvent = (TenantUnSubscribedEvent) event; - if(log.isDebugEnabled()) { - log.debug(String.format("Tenant un-subscribed event received: [tenant-id] %d [service] %s", - tenantUnSubscribedEvent.getTenantId(), tenantUnSubscribedEvent.getServiceName())); + if (log.isDebugEnabled()) { + log.debug(String.format("Tenant un-subscribed event received: [tenant-id] %d [service] %s [cluster-ids] %s", + tenantUnSubscribedEvent.getTenantId(), + tenantUnSubscribedEvent.getServiceName(), + tenantUnSubscribedEvent.getClusterIds())); } - if(isMultiTenantService(tenantUnSubscribedEvent.getServiceName())) { - removeTenantSubscriptionFromLbContext(tenantUnSubscribedEvent.getServiceName(), tenantUnSubscribedEvent.getTenantId()); + + if (isMultiTenantService(tenantUnSubscribedEvent.getServiceName())) { + LoadBalancerContextUtil.removeClustersAgainstHostNamesAndTenantIds( + tenantUnSubscribedEvent.getServiceName(), + tenantUnSubscribedEvent.getTenantId(), + tenantUnSubscribedEvent.getClusterIds() + ); } - } - }); - } - private boolean isMultiTenantService(String serviceName) { - try { - TopologyManager.acquireReadLock(); - Service service = TopologyManager.getTopology().getService(serviceName); - if(service != null) { - return (service.getServiceType() == ServiceType.MultiTenant); + LoadBalancerContextUtil.removeClustersAgainstAllDomains( + tenantUnSubscribedEvent.getServiceName(), + tenantUnSubscribedEvent.getTenantId(), + tenantUnSubscribedEvent.getClusterIds()); } - return false; - } - finally { - TopologyManager.releaseReadLock(); - } - } - - private void addTenantSubscriptionToLbContext(String serviceName, int tenantId) { - // Find cluster of tenant - Cluster cluster = findCluster(serviceName, tenantId); - if (cluster != null) { - for (String hostName : cluster.getHostNames()) { - // Add hostName, tenantId, cluster to multi-tenant map - Map clusterMap = LoadBalancerContext.getInstance().getMultiTenantClusterMap().getClusters(hostName); - if (clusterMap == null) { - clusterMap = new HashMap(); - clusterMap.put(tenantId, cluster); - LoadBalancerContext.getInstance().getMultiTenantClusterMap().addClusters(hostName, clusterMap); - } else { - clusterMap.put(tenantId, cluster); - } + }); + tenantEventReceiver.addEventListener(new SubscriptionDomainsAddedEventListener() { + @Override + protected void onEvent(Event event) { + SubscriptionDomainsAddedEvent subscriptionDomainsAddedEvent = (SubscriptionDomainsAddedEvent) event; if (log.isDebugEnabled()) { - log.debug(String.format("Cluster added to multi-tenant cluster map: [host-name] %s [tenant-id] %d [cluster] %s", - hostName, tenantId, cluster.getClusterId())); + log.debug(String.format("Tenant subscription domains added event received: [tenant-id] %d " + + "[service] %s [cluster-ids] %s [domains] %s", + subscriptionDomainsAddedEvent.getTenantId(), + subscriptionDomainsAddedEvent.getServiceName(), + subscriptionDomainsAddedEvent.getClusterIds(), + subscriptionDomainsAddedEvent.getDomains())); } + LoadBalancerContextUtil.addClustersAgainstDomains( + subscriptionDomainsAddedEvent.getServiceName(), + subscriptionDomainsAddedEvent.getClusterIds(), + subscriptionDomainsAddedEvent.getDomains()); } - } else { - if (log.isErrorEnabled()) { - log.error(String.format("Could not find cluster of tenant: [service] %s [tenant-id] %d", - serviceName, tenantId)); - } - } - } - - private void removeTenantSubscriptionFromLbContext(String serviceName, int tenantId) { - // Find cluster of tenant - Cluster cluster = findCluster(serviceName, tenantId); - if (cluster != null) { - for (String hostName : cluster.getHostNames()) { - LoadBalancerContext.getInstance().getMultiTenantClusterMap().removeClusters(hostName); + }); + tenantEventReceiver.addEventListener(new SubscriptionDomainsRemovedEventListener() { + @Override + protected void onEvent(Event event) { + SubscriptionDomainsRemovedEvent subscriptionDomainsRemovedEvent = (SubscriptionDomainsRemovedEvent) event; if (log.isDebugEnabled()) { - log.debug(String.format("Cluster removed from multi-tenant clusters map: [host-name] %s [tenant-id] %d [cluster] %s", - hostName, tenantId, cluster.getClusterId())); + log.debug(String.format("Tenant subscription domains removed event received: [tenant-id] %d " + + "[service] %s [cluster-ids] %s [domains] %s", + subscriptionDomainsRemovedEvent.getTenantId(), + subscriptionDomainsRemovedEvent.getServiceName(), + subscriptionDomainsRemovedEvent.getClusterIds(), + subscriptionDomainsRemovedEvent.getDomains())); } + LoadBalancerContextUtil.removeClustersAgainstDomains( + subscriptionDomainsRemovedEvent.getServiceName(), + subscriptionDomainsRemovedEvent.getClusterIds(), + subscriptionDomainsRemovedEvent.getDomains()); } - } else { - if (log.isErrorEnabled()) { - log.error(String.format("Could not find cluster of tenant: [service] %s [tenant-id] %d", - serviceName, tenantId)); - } - } + }); } - private Cluster findCluster(String serviceName, int tenantId) { + private boolean isMultiTenantService(String serviceName) { try { TopologyManager.acquireReadLock(); Service service = TopologyManager.getTopology().getService(serviceName); - if (service == null) { - throw new RuntimeException(String.format("Service not found: %s", serviceName)); - } - for (Cluster cluster : service.getClusters()) { - if (cluster.tenantIdInRange(tenantId)) { - return cluster; - } + if (service != null) { + return (service.getServiceType() == ServiceType.MultiTenant); } - return null; + return false; } finally { TopologyManager.releaseReadLock(); } @@ -182,10 +180,10 @@ public void run() { // Keep the thread live until terminated while (!terminated) { - try { - Thread.sleep(1000); - } catch (InterruptedException ignore) { - } + try { + Thread.sleep(1000); + } catch (InterruptedException ignore) { + } } if (log.isInfoEnabled()) { log.info("Load balancer tenant receiver thread terminated"); diff --git a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTopologyEventReceiver.java b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTopologyEventReceiver.java index 7efaa1c513..0796945980 100644 --- a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTopologyEventReceiver.java +++ b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTopologyEventReceiver.java @@ -84,7 +84,7 @@ protected void onEvent(Event event) { for (Service service : TopologyManager.getTopology().getServices()) { for (Cluster cluster : service.getClusters()) { if (clusterHasActiveMembers(cluster)) { - LoadBalancerContextUtil.addClusterToLbContext(cluster); + LoadBalancerContextUtil.addClusterAgainstHostNames(cluster); } else { if (log.isDebugEnabled()) { log.debug("Cluster does not have any active members"); @@ -128,7 +128,7 @@ protected void onEvent(Event event) { if (service != null) { Cluster cluster = service.getCluster(memberActivatedEvent.getClusterId()); if (cluster != null) { - LoadBalancerContextUtil.addClusterToLbContext(cluster); + LoadBalancerContextUtil.addClusterAgainstHostNames(cluster); } else { if (log.isErrorEnabled()) { log.error(String.format("Cluster not found in topology: [service] %s [cluster] %s", @@ -157,7 +157,7 @@ protected void onEvent(Event event) { ClusterRemovedEvent clusterRemovedEvent = (ClusterRemovedEvent) event; Cluster cluster = LoadBalancerContext.getInstance().getClusterIdClusterMap().getCluster(clusterRemovedEvent.getClusterId()); if (cluster != null) { - LoadBalancerContextUtil.removeClusterFromLbContext(cluster.getClusterId()); + LoadBalancerContextUtil.removeClusterAgainstHostNames(cluster.getClusterId()); } else { if (log.isWarnEnabled()) { log.warn(String.format("Cluster not found in load balancer context: [service] %s [cluster] %s", @@ -182,7 +182,7 @@ protected void onEvent(Event event) { Service service = TopologyManager.getTopology().getService(serviceRemovedEvent.getServiceName()); if (service != null) { for (Cluster cluster : service.getClusters()) { - LoadBalancerContextUtil.removeClusterFromLbContext(cluster.getClusterId()); + LoadBalancerContextUtil.removeClusterAgainstHostNames(cluster.getClusterId()); } } else { if (log.isWarnEnabled()) { diff --git a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/conf/LoadBalancerConfiguration.java b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/conf/LoadBalancerConfiguration.java index 65f7857609..a246c1f72b 100644 --- a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/conf/LoadBalancerConfiguration.java +++ b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/conf/LoadBalancerConfiguration.java @@ -515,7 +515,7 @@ private LoadBalancerConfiguration transform(Node loadBalancerNode) { } // Add cluster to load balancer context - LoadBalancerContextUtil.addClusterToLbContext(cluster); + LoadBalancerContextUtil.addClusterAgainstHostNames(cluster); } } } diff --git a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContext.java b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContext.java index 90c8e9abaa..fe341d7cb1 100644 --- a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContext.java +++ b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContext.java @@ -59,7 +59,7 @@ public class LoadBalancerContext { // Map // Keep track of all clusters private ClusterIdClusterMap clusterIdClusterMap; - // Map + // Map // Keep tack of all clusters private HostNameClusterMap hostNameClusterMap; // Map> @@ -183,6 +183,6 @@ public HostNameClusterMap getHostNameClusterMap() { } public MultiTenantClusterMap getMultiTenantClusterMap() { - return multiTenantClusterMap; + return multiTenantClusterMap; } } diff --git a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContextUtil.java b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContextUtil.java index 037a7c322e..c65d29e8bd 100644 --- a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContextUtil.java +++ b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContextUtil.java @@ -21,17 +21,29 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; +import org.apache.stratos.messaging.domain.tenant.Subscription; +import org.apache.stratos.messaging.domain.tenant.Tenant; import org.apache.stratos.messaging.domain.topology.Cluster; import org.apache.stratos.messaging.domain.topology.Service; +import org.apache.stratos.messaging.message.receiver.tenant.TenantManager; import org.apache.stratos.messaging.message.receiver.topology.TopologyManager; +import java.util.HashMap; +import java.util.Map; +import java.util.Set; + /** * Load balancer context utility class. */ public class LoadBalancerContextUtil { private static final Log log = LogFactory.getLog(LoadBalancerContextUtil.class); - public static void addClusterToLbContext(Cluster cluster) { + /** + * Add cluster against its host names. + * + * @param cluster + */ + public static void addClusterAgainstHostNames(Cluster cluster) { if (cluster == null) return; @@ -48,16 +60,21 @@ public static void addClusterToLbContext(Cluster cluster) { // Add cluster to HostNameClusterMap for (String hostName : cluster.getHostNames()) { - if (!LoadBalancerContext.getInstance().getHostNameClusterMap().containsCluster((hostName))) { - LoadBalancerContext.getInstance().getHostNameClusterMap().addCluster(hostName, cluster); - if (log.isDebugEnabled()) { - log.debug(String.format("Cluster added to hostname -> cluster map: [hostname] %s [cluster] %s ", hostName, cluster.getClusterId())); - } + addClusterToHostNameClusterMap(hostName, cluster); + + if (log.isDebugEnabled()) { + log.debug(String.format("Cluster added to host/domain name -> cluster map: [hostName] %s [cluster] %s", + hostName, cluster.getClusterId())); } } } - public static void removeClusterFromLbContext(String clusterId) { + /** + * Remove cluster mapped against its host names. + * + * @param clusterId + */ + public static void removeClusterAgainstHostNames(String clusterId) { Cluster cluster = LoadBalancerContext.getInstance().getClusterIdClusterMap().getCluster(clusterId); if (cluster == null) { return; @@ -70,11 +87,10 @@ public static void removeClusterFromLbContext(String clusterId) { // Remove cluster from HostNameClusterMap for (String hostName : cluster.getHostNames()) { - if (LoadBalancerContext.getInstance().getHostNameClusterMap().containsCluster(hostName)) { - LoadBalancerContext.getInstance().getHostNameClusterMap().removeCluster(hostName); - if (log.isDebugEnabled()) { - log.debug(String.format("Cluster removed from hostname -> cluster map: [hostname] %s [cluster] %s ", hostName, cluster.getClusterId())); - } + removeClusterFromHostNameClusterMap(hostName, cluster); + if (log.isDebugEnabled()) { + log.debug(String.format("Cluster removed from host/domain name -> clusters map: [host-name] %s [cluster] %s", + hostName, cluster.getClusterId())); } } @@ -84,4 +100,328 @@ public static void removeClusterFromLbContext(String clusterId) { log.debug(String.format("Cluster removed from cluster-id -> cluster map: [cluster] %s ", cluster.getClusterId())); } } + + /** + * Add clusters against host names, tenant id for the given service, cluster ids. + * + * @param serviceName + * @param tenantId + * @param clusterIds + */ + public static void addClustersAgainstHostNamesAndTenantIds(String serviceName, int tenantId, Set clusterIds) { + try { + TopologyManager.acquireReadLock(); + + Service service = TopologyManager.getTopology().getService(serviceName); + if (service == null) { + if (log.isErrorEnabled()) { + log.error(String.format("Service not found in topology: [service] %s", serviceName)); + } + return; + } + Cluster cluster; + for (String clusterId : clusterIds) { + cluster = service.getCluster(clusterId); + if (cluster != null) { + // Add cluster against host names and tenant id + addClusterAgainstHostNamesAndTenantId(serviceName, tenantId, cluster); + } else { + if (log.isWarnEnabled()) { + log.warn(String.format("Cluster not found in service: [service] %s [cluster] %s", serviceName, clusterId)); + } + } + } + } finally { + TopologyManager.releaseReadLock(); + } + } + + /** + * Remove clusters mapped against host names and tenant id. + * + * @param serviceName + * @param tenantId + */ + public static void removeClustersAgainstHostNamesAndTenantIds(String serviceName, int tenantId, Set clusterIds) { + try { + TopologyManager.acquireReadLock(); + + Service service = TopologyManager.getTopology().getService(serviceName); + if (service == null) { + if (log.isErrorEnabled()) { + log.error(String.format("Service not found in topology: [service] %s", serviceName)); + } + return; + } + Cluster cluster; + for (String clusterId : clusterIds) { + cluster = service.getCluster(clusterId); + if (cluster != null) { + // Remove cluster mapped against host names and tenant id + removeClusterAgainstHostNamesAndTenantId(serviceName, tenantId, cluster); + } else { + if (log.isWarnEnabled()) { + log.warn(String.format("Cluster not found in service: [service] %s [cluster] %s", serviceName, clusterId)); + } + } + } + } finally { + TopologyManager.releaseReadLock(); + } + } + + /** + * Add clusters against domains for the given service, cluster ids. + * + * @param serviceName + * @param clusterIds + * @param domains + */ + public static void addClustersAgainstDomains(String serviceName, Set clusterIds, Set domains) { + try { + TopologyManager.acquireReadLock(); + Service service = TopologyManager.getTopology().getService(serviceName); + if (service == null) { + if (log.isErrorEnabled()) { + log.error(String.format("Service not found in topology: [service] %s", serviceName)); + } + return; + } + Cluster cluster; + for (String clusterId : clusterIds) { + cluster = service.getCluster(clusterId); + if (cluster != null) { + addClusterAgainstDomains(serviceName, cluster, domains); + } else { + if (log.isWarnEnabled()) { + log.warn(String.format("Cluster not found in service: [service] %s [cluster] %s", serviceName, clusterId)); + } + } + } + } finally { + TopologyManager.releaseReadLock(); + } + } + + /** + * Remove clusters mapped against domains for the given service, cluster ids. + * + * @param serviceName + * @param clusterIds + * @param domains + */ + public static void removeClustersAgainstDomains(String serviceName, Set clusterIds, Set domains) { + try { + TopologyManager.acquireReadLock(); + + Service service = TopologyManager.getTopology().getService(serviceName); + if (service == null) { + if (log.isErrorEnabled()) { + log.error(String.format("Service not found in topology: [service] %s", serviceName)); + } + return; + } + Cluster cluster; + for (String clusterId : clusterIds) { + cluster = service.getCluster(clusterId); + if (cluster != null) { + // Remove clusters mapped against domain names + removeClusterAgainstDomains(cluster, domains); + } else { + if (log.isWarnEnabled()) { + log.warn(String.format("Cluster not found in service: [service] %s [cluster] %s", serviceName, clusterId)); + } + } + } + } finally { + TopologyManager.releaseReadLock(); + } + } + + /** + * Find cluster from service name, tenant id. + * Acquire a topology manager read lock appropriately. + * + * @param serviceName + * @param tenantId + * @return + */ + private static Cluster findCluster(String serviceName, int tenantId) { + Service service = TopologyManager.getTopology().getService(serviceName); + if (service == null) { + throw new RuntimeException(String.format("Service not found: %s", serviceName)); + } + for (Cluster cluster : service.getClusters()) { + if (cluster.tenantIdInRange(tenantId)) { + return cluster; + } + } + return null; + } + + /** + * Add clusters against host names and tenant id to load balancer context. + * + * @param serviceName + * @param tenantId + * @param cluster + */ + private static void addClusterAgainstHostNamesAndTenantId(String serviceName, int tenantId, Cluster cluster) { + // Add clusters against host names + if (log.isDebugEnabled()) { + log.debug(String.format("Adding cluster to multi-tenant cluster map against host names: [service] %s " + + "[tenant-id] %d [cluster] %s", serviceName, tenantId, cluster.getClusterId())); + } + for (String hostName : cluster.getHostNames()) { + addClusterToMultiTenantClusterMap(hostName, tenantId, cluster); + if (log.isDebugEnabled()) { + log.debug(String.format("Cluster added to multi-tenant cluster map: [host-name] %s [tenant-id] %d [cluster] %s", + hostName, tenantId, cluster.getClusterId())); + } + } + } + + /** + * Remove clusters mapped against host names and tenant id from load balancer context. + * + * @param serviceName + * @param tenantId + * @param cluster + */ + private static void removeClusterAgainstHostNamesAndTenantId(String serviceName, int tenantId, Cluster cluster) { + // Remove clusters mapped against host names + if (log.isDebugEnabled()) { + log.debug(String.format("Removing cluster from multi-tenant cluster map against host names: [service] %s " + + "[tenant-id] %d [cluster] %s", serviceName, tenantId, cluster.getClusterId())); + } + for (String hostName : cluster.getHostNames()) { + LoadBalancerContext.getInstance().getMultiTenantClusterMap().removeCluster(hostName, tenantId); + if (log.isDebugEnabled()) { + log.debug(String.format("Cluster removed from multi-tenant clusters map: [host-name] %s [tenant-id] %d [cluster] %s", + hostName, tenantId, cluster.getClusterId())); + } + } + } + + + /** + * Add clusters against domains to load balancer context. + * + * @param serviceName + * @param cluster + * @param domains + */ + private static void addClusterAgainstDomains(String serviceName, Cluster cluster, Set domains) { + if (log.isDebugEnabled()) { + log.debug(String.format("Adding cluster to host/domain name -> cluster map against domain names: [service] %s " + + "[domains] %s [cluster] %s", serviceName, domains, cluster.getClusterId())); + } + if ((domains != null) && (domains.size() > 0)) { + for (String domain : domains) { + addClusterToHostNameClusterMap(domain, cluster); + + if (log.isDebugEnabled()) { + log.debug(String.format("Cluster added to host/domain name -> cluster map: [domain-name] %s [cluster] %s", + domain, cluster.getClusterId())); + } + } + } + } + + /** + * Remove clusters mapped against all subscription domain names for the given service, tenant, cluster ids. + * + * @param serviceName + * @param tenantId + * @param clusterIds + */ + public static void removeClustersAgainstAllDomains(String serviceName, int tenantId, Set clusterIds) { + try { + TenantManager.acquireReadLock(); + TopologyManager.acquireReadLock(); + + Service service = TopologyManager.getTopology().getService(serviceName); + if (service == null) { + if (log.isErrorEnabled()) { + log.error(String.format("Service not found in topology: [service] %s", serviceName)); + } + return; + } + for (String clusterId : clusterIds) { + Cluster cluster = service.getCluster(clusterId); + Tenant tenant = TenantManager.getInstance().getTenant(tenantId); + if (tenant != null) { + for (Subscription subscription : tenant.getSubscriptions()) { + if (subscription.getServiceName().equals(serviceName)) { + if (log.isDebugEnabled()) { + log.debug(String.format("Removing cluster from host/domain name -> cluster map against domain names: [service] %s " + + "[tenant-id] %d [domains] %s", serviceName, tenantId, subscription.getDomains())); + } + removeClusterAgainstDomains(cluster, subscription.getDomains()); + } else { + if (log.isDebugEnabled()) { + log.debug(String.format("Tenant not subscribed to service: %s", serviceName)); + } + } + } + } + } + } finally { + TopologyManager.releaseReadLock(); + TenantManager.releaseReadLock(); + } + } + + private static void removeClusterAgainstDomains(Cluster cluster, Set domains) { + for (String domain : domains) { + removeClusterFromHostNameClusterMap(domain, cluster); + if (log.isDebugEnabled()) { + log.debug(String.format("Cluster removed from host/domain name -> cluster map: [domain-name] %s [cluster] %s", + domain, cluster.getClusterId())); + } + } + } + + /** + * Add cluster to host/domain name cluster map. + * + * @param hostName + * @param cluster + */ + private static void addClusterToHostNameClusterMap(String hostName, Cluster cluster) { + if (!LoadBalancerContext.getInstance().getHostNameClusterMap().containsCluster((hostName))) { + LoadBalancerContext.getInstance().getHostNameClusterMap().addCluster(hostName, cluster); + } + } + + /** + * Remove cluseter from host/domain names cluster map. + * + * @param hostName + * @param cluster + */ + private static void removeClusterFromHostNameClusterMap(String hostName, Cluster cluster) { + if (LoadBalancerContext.getInstance().getHostNameClusterMap().containsCluster(hostName)) { + LoadBalancerContext.getInstance().getHostNameClusterMap().removeCluster(hostName); + } + } + + /** + * Add cluster to multi-tenant cluster map. + * + * @param hostName + * @param tenantId + * @param cluster + */ + private static void addClusterToMultiTenantClusterMap(String hostName, int tenantId, Cluster cluster) { + // Add hostName, tenantId, cluster to multi-tenant map + Map clusterMap = LoadBalancerContext.getInstance().getMultiTenantClusterMap().getClusters(hostName); + if (clusterMap == null) { + clusterMap = new HashMap(); + clusterMap.put(tenantId, cluster); + LoadBalancerContext.getInstance().getMultiTenantClusterMap().addClusters(hostName, clusterMap); + } else { + clusterMap.put(tenantId, cluster); + } + } } diff --git a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/map/MultiTenantClusterMap.java b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/map/MultiTenantClusterMap.java index 339ad024bd..d038fbce6f 100644 --- a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/map/MultiTenantClusterMap.java +++ b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/map/MultiTenantClusterMap.java @@ -39,7 +39,9 @@ public MultiTenantClusterMap() { public Cluster getCluster(String hostName, int tenantId) { Map clusterMap = getClusters(hostName); if (clusterMap != null) { - return clusterMap.get(tenantId); + if(clusterMap.containsKey(tenantId)) { + return clusterMap.get(tenantId); + } } return null; } @@ -63,4 +65,13 @@ public void removeClusters(String hostName) { public void clear() { concurrentHashMap.clear(); } + + public void removeCluster(String hostName, int tenantId) { + Map clusterMap = getClusters(hostName); + if(clusterMap != null) { + if(clusterMap.containsKey(tenantId)) { + clusterMap.remove(tenantId); + } + } + } } diff --git a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/endpoint/TenantAwareLoadBalanceEndpoint.java b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/endpoint/TenantAwareLoadBalanceEndpoint.java index 3d71a0a594..364e8691e4 100644 --- a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/endpoint/TenantAwareLoadBalanceEndpoint.java +++ b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/endpoint/TenantAwareLoadBalanceEndpoint.java @@ -213,13 +213,14 @@ private org.apache.axis2.clustering.Member findNextMember(MessageContext synCtx) String url = extractUrl(synCtx); int tenantId = scanUrlForTenantId(url); if (tenantExists(tenantId)) { + // Tenant found, find member from hostname and tenant id member = requestDelegator.findNextMemberFromTenantId(targetHost, tenantId); } else { - // Multi-tenant cluster not found, try single tenant + // Tenant id not found in URL, find member from host name member = requestDelegator.findNextMemberFromHostName(targetHost); } } else { - // Find next member from single tenant cluster map + // Find next member from host name member = requestDelegator.findNextMemberFromHostName(targetHost); } diff --git a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/manager/CartridgeSubscriptionManager.java b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/manager/CartridgeSubscriptionManager.java index e7058f569d..053f234e1d 100644 --- a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/manager/CartridgeSubscriptionManager.java +++ b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/manager/CartridgeSubscriptionManager.java @@ -46,14 +46,17 @@ import org.apache.stratos.manager.utils.ApplicationManagementUtil; import org.apache.stratos.manager.utils.CartridgeConstants; import org.apache.stratos.manager.utils.RepoPasswordMgtUtil; +import org.apache.stratos.messaging.broker.publish.EventPublisher; +import org.apache.stratos.messaging.broker.publish.EventPublisherPool; import org.apache.stratos.messaging.domain.topology.Cluster; import org.apache.stratos.messaging.domain.topology.Member; +import org.apache.stratos.messaging.event.tenant.SubscriptionDomainsAddedEvent; +import org.apache.stratos.messaging.event.tenant.SubscriptionDomainsRemovedEvent; import org.apache.stratos.messaging.util.Constants; import org.wso2.carbon.context.CarbonContext; import org.apache.stratos.manager.publisher.CartridgeSubscriptionDataPublisher; -import java.util.Collection; -import java.util.Random; +import java.util.*; /** * Manager class for the purpose of managing CartridgeSubscriptionInfo subscriptions, groupings, etc. @@ -195,7 +198,7 @@ private CartridgeSubscription subscribeToLB (SubscriptionData subscriptionData, if (lbDataContext.getLbCategory() == null || lbDataContext.getLbCategory().equals(Constants.NO_LOAD_BALANCER)) { - // no load balancer subscription requiredgenerateSubscriptionKey + // no load balancer subscription required generate SubscriptionKey log.info("No LB subscription required for the Subscription with alias: " + subscriptionData.getCartridgeAlias() + ", type: " + subscriptionData.getCartridgeType()); return null; @@ -246,7 +249,7 @@ private CartridgeSubscription subscribeToLB (SubscriptionData subscriptionData, // create subscription cartridgeSubscription.createSubscription(subscriber, lbAlias, lbDataContext.getAutoscalePolicy(), - lbDataContext.getDeploymentPolicy(), repository); + lbDataContext.getDeploymentPolicy(), repository, new HashSet()); // add LB category to the payload if (cartridgeSubscription.getPayloadData() != null) { @@ -315,7 +318,7 @@ private CartridgeSubscription subscribe (SubscriptionData subscriptionData, Cart //create subscription cartridgeSubscription.createSubscription(subscriber, subscriptionData.getCartridgeAlias(), subscriptionData.getAutoscalingPolicyName(), - subscriptionData.getDeploymentPolicyName(), repository); + subscriptionData.getDeploymentPolicyName(), repository, subscriptionData.getDomains()); // publishing to bam CartridgeSubscriptionDataPublisher.publish( @@ -376,12 +379,85 @@ private SubscriptionInfo registerCartridgeSubscription(CartridgeSubscription car // Publish tenant subscribed event to message broker CartridgeSubscriptionUtils.publishTenantSubscribedEvent(cartridgeSubscription.getSubscriber().getTenantId(), - cartridgeSubscription.getCartridgeInfo().getType()); + cartridgeSubscription.getCartridgeInfo().getType(), new HashSet(cartridgeSubscription.getCluster().getId()), cartridgeSubscription.getDomains()); return ApplicationManagementUtil. createSubscriptionResponse(cartridgeSubscriptionInfo, cartridgeSubscription.getRepository()); } + public void addSubscriptionDomains(int tenantId, String subscriptionAlias, List domains) + throws ADCException { + + CartridgeSubscription cartridgeSubscription; + try { + cartridgeSubscription = getCartridgeSubscription(tenantId, subscriptionAlias); + if(cartridgeSubscription == null) { + throw new ADCException("Cartridge subscription not found"); + } + cartridgeSubscription.addDomains(new HashSet(domains)); + new DataInsertionAndRetrievalManager().cacheAndUpdateSubscription(cartridgeSubscription); + } catch (PersistenceManagerException e) { + String errorMsg = "Could not add domains to cartridge subscription: [tenant-id] " + tenantId + " [subscription-alias] " + subscriptionAlias + + " [domains] " + domains; + log.error(errorMsg); + throw new ADCException(errorMsg, e); + } + + log.info("Successfully added domains to cartridge subscription: [tenant-id] " + tenantId + " [subscription-alias] " + subscriptionAlias + + " [domains] " + domains); + + EventPublisher eventPublisher = EventPublisherPool.getPublisher(Constants.TENANT_TOPIC); + SubscriptionDomainsAddedEvent event = new SubscriptionDomainsAddedEvent(tenantId, cartridgeSubscription.getType(), + new HashSet(cartridgeSubscription.getCluster().getId()), + new HashSet(domains)); + eventPublisher.publish(event); + } + + public void removeSubscriptionDomains(int tenantId, String subscriptionAlias, List domains) + throws ADCException { + + CartridgeSubscription cartridgeSubscription; + try { + cartridgeSubscription = getCartridgeSubscription(tenantId, subscriptionAlias); + if(cartridgeSubscription == null) { + throw new ADCException("Cartridge subscription not found"); + } + cartridgeSubscription.removeDomains(new HashSet(domains)); + new DataInsertionAndRetrievalManager().cacheAndUpdateSubscription(cartridgeSubscription); + } catch (PersistenceManagerException e) { + String errorMsg = "Could not remove domains from cartridge subscription: [tenant-id] " + tenantId + " [subscription-alias] " + subscriptionAlias + + " [domains] " + domains; + log.error(errorMsg); + throw new ADCException(errorMsg, e); + } + + log.info("Successfully removed domains from cartridge subscription: [tenant-id] " + tenantId + " [subscription-alias] " + subscriptionAlias + + " [domains] " + domains); + + EventPublisher eventPublisher = EventPublisherPool.getPublisher(Constants.TENANT_TOPIC); + SubscriptionDomainsRemovedEvent event = new SubscriptionDomainsRemovedEvent(tenantId, cartridgeSubscription.getType(), + new HashSet(cartridgeSubscription.getCluster().getId()), + new HashSet(domains)); + eventPublisher.publish(event); + } + + public List getSubscriptionDomains(int tenantId, String subscriptionAlias) + throws ADCException { + + try { + CartridgeSubscription cartridgeSubscription = getCartridgeSubscription(tenantId, subscriptionAlias); + if(cartridgeSubscription == null) { + throw new ADCException("Cartridge subscription not found"); + } + Set domains = cartridgeSubscription.getDomains(); + return new ArrayList(domains != null ? domains : new ArrayList()); + } catch (Exception e) { + String errorMsg = "Could not get domains of cartridge subscription: [tenant-id] " + tenantId + " [subscription-alias] " + subscriptionAlias; + log.error(errorMsg); + throw new ADCException(errorMsg, e); + } + } + public Collection getCartridgeSubscriptions (int tenantId, String type) throws ADCException { if (type == null || type.isEmpty()) { @@ -430,8 +506,10 @@ public void unsubscribeFromCartridge (String tenantDomain, String alias) } // Publish tenant un-subscribed event to message broker - CartridgeSubscriptionUtils.publishTenantUnSubscribedEvent(cartridgeSubscription.getSubscriber().getTenantId(), - cartridgeSubscription.getCartridgeInfo().getType()); + CartridgeSubscriptionUtils.publishTenantUnSubscribedEvent( + cartridgeSubscription.getSubscriber().getTenantId(), + cartridgeSubscription.getCartridgeInfo().getType(), + new HashSet(cartridgeSubscription.getCluster().getId())); // publishing to the unsubscribed event details to bam CartridgeSubscriptionDataPublisher.publish(cartridgeSubscription diff --git a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/publisher/TenantSynzhronizerTask.java b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/publisher/TenantSynzhronizerTask.java index 3eac3f5a75..a8f0cf0392 100644 --- a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/publisher/TenantSynzhronizerTask.java +++ b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/publisher/TenantSynzhronizerTask.java @@ -26,16 +26,14 @@ import org.apache.stratos.manager.subscription.CartridgeSubscription; import org.apache.stratos.messaging.broker.publish.EventPublisher; import org.apache.stratos.messaging.broker.publish.EventPublisherPool; +import org.apache.stratos.messaging.domain.tenant.Subscription; import org.apache.stratos.messaging.domain.tenant.Tenant; import org.apache.stratos.messaging.event.tenant.CompleteTenantEvent; import org.apache.stratos.messaging.util.Constants; import org.wso2.carbon.ntask.core.Task; import org.wso2.carbon.user.core.tenant.TenantManager; -import java.util.ArrayList; -import java.util.Collection; -import java.util.List; -import java.util.Map; +import java.util.*; /** * Tenant synchronizer task for publishing complete tenant event periodically @@ -71,12 +69,15 @@ public void execute() { ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Collection cartridgeSubscriptions = new DataInsertionAndRetrievalManager().getCartridgeSubscriptions(tenant.getTenantId()); if (cartridgeSubscriptions != null && !cartridgeSubscriptions.isEmpty()) { - for (CartridgeSubscription subscription : cartridgeSubscriptions) { + for (CartridgeSubscription cartridgeSubscription : cartridgeSubscriptions) { if(log.isDebugEnabled()) { log.debug(String.format("Tenant subscription found: [tenant-id] %d [tenant-domain] %s [service] %s", - carbonTenant.getId(), carbonTenant.getDomain(), subscription.getType())); + carbonTenant.getId(), carbonTenant.getDomain(), cartridgeSubscription.getType())); } - tenant.addServiceSubscription(subscription.getType()); + Subscription subscription = new Subscription(cartridgeSubscription.getType(), + new HashSet(cartridgeSubscription.getCluster().getId()), + cartridgeSubscription.getDomains()); + tenant.addSubscription(subscription); } } tenants.add(tenant); diff --git a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/retriever/DataInsertionAndRetrievalManager.java b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/retriever/DataInsertionAndRetrievalManager.java index 386758febe..0504fd3188 100644 --- a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/retriever/DataInsertionAndRetrievalManager.java +++ b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/retriever/DataInsertionAndRetrievalManager.java @@ -68,6 +68,31 @@ public void cacheAndPersistSubcription (CartridgeSubscription cartridgeSubscript } } + public void cacheAndUpdateSubscription(CartridgeSubscription cartridgeSubscription) throws PersistenceManagerException { + + // get the write lock + LookupDataHolder.getInstance().acquireWriteLock(); + + try { + // store in LookupDataHolder + LookupDataHolder.getInstance().putSubscription(cartridgeSubscription); + + try { + // store in Persistence Manager + persistenceManager.persistCartridgeSubscription(cartridgeSubscription); + + } catch (PersistenceManagerException e) { + String errorMsg = "Error in updating cartridge subscription in persistence manager"; + log.error(errorMsg, e); + throw e; + } + + } finally { + // release the write lock + LookupDataHolder.getInstance().releaseWriteLock(); + } + } + public void removeSubscription (int tenantId, String subscriptionAlias) throws PersistenceManagerException { CartridgeSubscription cartridgeSubscription = getCartridgeSubscription(tenantId, subscriptionAlias); diff --git a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/CartridgeSubscription.java b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/CartridgeSubscription.java index e143bc3b64..f32cd2f3e9 100644 --- a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/CartridgeSubscription.java +++ b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/CartridgeSubscription.java @@ -34,7 +34,7 @@ import org.apache.stratos.manager.utils.CartridgeConstants; import java.io.Serializable; -import java.util.Map; +import java.util.*; public abstract class CartridgeSubscription implements Serializable { @@ -58,7 +58,7 @@ public abstract class CartridgeSubscription implements Serializable { //private List connectedSubscriptionAliases; private String subscriptionKey; private SubscriptionTenancyBehaviour subscriptionTenancyBehaviour; - + private Set domains; /** * Constructor @@ -79,6 +79,7 @@ public CartridgeSubscription(CartridgeInfo cartridgeInfo, SubscriptionTenancyBeh //this.setSubscriptionStatus(CartridgeConstants.SUBSCRIBED); //this.connectedSubscriptionAliases = new ArrayList(); this.setSubscriptionTenancyBehaviour(subscriptionTenancyBehaviour); + this.domains = new HashSet(); } /** @@ -102,7 +103,7 @@ public CartridgeSubscription(CartridgeInfo cartridgeInfo, SubscriptionTenancyBeh * @throws org.apache.stratos.manager.exception.RepositoryTransportException */ public void createSubscription (Subscriber subscriber, String alias, String autoscalingPolicy, - String deploymentPolicyName, Repository repository) + String deploymentPolicyName, Repository repository, Set domains) throws ADCException, PolicyException, UnregisteredCartridgeException, InvalidCartridgeAliasException, DuplicateCartridgeAliasException, RepositoryRequiredException, AlreadySubscribedException, RepositoryCredentialsRequiredException, InvalidRepositoryException, RepositoryTransportException { @@ -112,11 +113,28 @@ public void createSubscription (Subscriber subscriber, String alias, String auto setAutoscalingPolicyName(autoscalingPolicy); setDeploymentPolicyName(deploymentPolicyName); setRepository(repository); + addDomains(domains); setPayloadData(getSubscriptionTenancyBehaviour().create(getAlias(), getCluster(), getSubscriber(), getRepository(), getCartridgeInfo(), getSubscriptionKey(), getCustomPayloadEntries())); } + public void addDomains(Set domains) { + domains.addAll(domains); + } + + public void removeDomain(String domain) { + domains.remove(domain); + } + + public void removeDomains(Set domains) { + domains.removeAll(domains); + } + + public Set getDomains() { + return Collections.unmodifiableSet(domains); + } + /** * Unsubscribe from this cartridge subscription * @@ -387,7 +405,7 @@ public String toString() { ", alias=" + alias + ", autoscalingPolicyName=" + autoscalingPolicyName + ", deploymentPolicyName=" + deploymentPolicyName + ", subscriber=" + subscriber + ", repository=" + repository + ", cartridgeInfo=" + cartridgeInfo + ", payload=" + - payloadData + ", cluster=" + cluster + "]"; + payloadData + ", cluster=" + cluster + "]" + ", domains=" + domains.toString(); } public String getLbClusterId() { diff --git a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/SubscriptionData.java b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/SubscriptionData.java index e267c24a28..cf4d91bd03 100644 --- a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/SubscriptionData.java +++ b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/SubscriptionData.java @@ -20,12 +20,15 @@ import org.apache.stratos.cloud.controller.stub.pojo.Property; +import java.util.Collections; +import java.util.HashSet; +import java.util.Set; + /** * This holds the data that are gathered at the time of subscription. This is usefull when passing subscription details to the method calls. */ public class SubscriptionData { - private String cartridgeType; private String cartridgeAlias; private String autoscalingPolicyName; @@ -42,6 +45,11 @@ public class SubscriptionData { private PersistenceContext persistanceCtxt; private boolean isCommitsEnabled; private String serviceGroup; + private Set domains; + + public SubscriptionData() { + this.domains = new HashSet(); + } public String getCartridgeType() { return cartridgeType; @@ -170,5 +178,20 @@ public String getServiceGroup() { public void setServiceGroup(String serviceGroup) { this.serviceGroup = serviceGroup; } - + + public void addDomains(Set domains) { + domains.addAll(domains); + } + + public void removeDomain(String domain) { + domains.remove(domain); + } + + public void removeDomains(Set domains) { + domains.removeAll(domains); + } + + public Set getDomains() { + return Collections.unmodifiableSet(domains); + } } diff --git a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/utils/CartridgeSubscriptionUtils.java b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/utils/CartridgeSubscriptionUtils.java index a5c55178b1..20e23e1502 100644 --- a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/utils/CartridgeSubscriptionUtils.java +++ b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/utils/CartridgeSubscriptionUtils.java @@ -44,6 +44,8 @@ import org.apache.stratos.messaging.event.tenant.TenantUnSubscribedEvent; import org.apache.stratos.messaging.util.Constants; +import java.util.HashSet; +import java.util.Set; import java.util.concurrent.Executor; import java.util.regex.Pattern; @@ -153,12 +155,16 @@ public static String generateSubscriptionKey() { static class TenantSubscribedEventPublisher implements Runnable { - int tenantId; - String serviceName; + private int tenantId; + private String serviceName; + private Set clusterIds; + private Set domains; - public TenantSubscribedEventPublisher(int tenantId, String service) { + public TenantSubscribedEventPublisher(int tenantId, String service, Set clusterIds, Set domains) { this.tenantId = tenantId; this.serviceName = service; + this.clusterIds = clusterIds; + this.domains = domains; } @Override public void run() { @@ -166,7 +172,7 @@ public void run() { if(log.isInfoEnabled()) { log.info(String.format("Publishing tenant subscribed event: [tenant-id] %d [service] %s", tenantId, serviceName)); } - TenantSubscribedEvent subscribedEvent = new TenantSubscribedEvent(tenantId, serviceName); + TenantSubscribedEvent subscribedEvent = new TenantSubscribedEvent(tenantId, serviceName, clusterIds, domains); EventPublisher eventPublisher = EventPublisherPool.getPublisher(Constants.TENANT_TOPIC); eventPublisher.publish(subscribedEvent); } catch (Exception e) { @@ -178,7 +184,7 @@ public void run() { } } - public static void publishTenantSubscribedEvent(int tenantId, String serviceName) { + public static void publishTenantSubscribedEvent(int tenantId, String serviceName, Set clusterIds, Set domains) { Executor exec = new Executor() { @@ -188,15 +194,15 @@ public void execute(Runnable command) { } }; - exec.execute(new TenantSubscribedEventPublisher(tenantId, serviceName)); + exec.execute(new TenantSubscribedEventPublisher(tenantId, serviceName, clusterIds, domains)); } - public static void publishTenantUnSubscribedEvent(int tenantId, String serviceName) { + public static void publishTenantUnSubscribedEvent(int tenantId, String serviceName, Set clusterIds) { try { if(log.isInfoEnabled()) { log.info(String.format("Publishing tenant un-subscribed event: [tenant-id] %d [service] %s", tenantId, serviceName)); } - TenantUnSubscribedEvent event = new TenantUnSubscribedEvent(tenantId, serviceName); + TenantUnSubscribedEvent event = new TenantUnSubscribedEvent(tenantId, serviceName, clusterIds); EventPublisher eventPublisher = EventPublisherPool.getPublisher(Constants.TENANT_TOPIC); eventPublisher.publish(event); } catch (Exception e) { diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Subscription.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Subscription.java new file mode 100644 index 0000000000..36fca2b4dc --- /dev/null +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Subscription.java @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +package org.apache.stratos.messaging.domain.tenant; + +import java.util.*; + +/** + * Tenant's service subscription. + */ +public class Subscription { + private final String serviceName; + private final Set clusterIds; + private final Set domains; + + public Subscription(String serviceName, Set clusterIds, Set domains) { + this.serviceName = serviceName; + this.clusterIds = clusterIds; + this.domains = (domains != null) ? domains : new HashSet(); + } + + public String getServiceName() { + return serviceName; + } + + public Set getClusterIds() { + return Collections.unmodifiableSet(clusterIds); + } + + public void addDomain(String domain) { + domains.add(domain); + } + + public void addDomains(Set domains) { + domains.addAll(domains); + } + + public void removeDomain(String domain) { + domains.remove(domain); + } + + public void removeDomains(Set domains) { + domains.removeAll(domains); + } + + public Set getDomains() { + return Collections.unmodifiableSet(domains); + } +} diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Tenant.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Tenant.java index bc4244a5c2..ed20bd0172 100644 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Tenant.java +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Tenant.java @@ -32,13 +32,13 @@ public class Tenant implements Serializable{ private int tenantId; private String tenantDomain; - // Map - private Map serviceNameMap; + // Map + private Map serviceNameSubscriptionMap; public Tenant(int tenantId, String tenantDomain) { this.tenantId = tenantId; this.tenantDomain = tenantDomain; - this.serviceNameMap = new HashMap(); + this.serviceNameSubscriptionMap = new HashMap(); } public int getTenantId() { @@ -53,19 +53,26 @@ public void setTenantDomain(String tenantDomain) { this.tenantDomain = tenantDomain; } - public Collection getServiceSubscriptions() { - return serviceNameMap.keySet(); + public Subscription getSubscription(String serviceName) { + if(serviceNameSubscriptionMap.containsKey(serviceName)) { + return serviceNameSubscriptionMap.get(serviceName); + } + return null; } - public boolean isServiceSubscribed(String serviceName) { - return serviceNameMap.containsKey(serviceName); + public Collection getSubscriptions() { + return serviceNameSubscriptionMap.values(); } - public void addServiceSubscription(String serviceName) { - serviceNameMap.put(serviceName, true); + public boolean isSubscribed(String serviceName) { + return serviceNameSubscriptionMap.containsKey(serviceName); } - public void removeServiceSubscription(String serviceName) { - serviceNameMap.remove(serviceName); + public void addSubscription(Subscription subscription) { + serviceNameSubscriptionMap.put(subscription.getServiceName(), subscription); + } + + public void removeSubscription(String serviceName) { + serviceNameSubscriptionMap.remove(serviceName); } } diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsAddedEvent.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsAddedEvent.java new file mode 100644 index 0000000000..312571a9c4 --- /dev/null +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsAddedEvent.java @@ -0,0 +1,60 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +package org.apache.stratos.messaging.event.tenant; + +import org.apache.stratos.messaging.event.Event; + +import java.io.Serializable; +import java.util.*; + +/** + * This event is fired when domains are added to a tenant subscription. + */ +public class SubscriptionDomainsAddedEvent extends Event implements Serializable { + private static final long serialVersionUID = 3457484382856403382L; + + private final int tenantId; + private final String serviceName; + private final Set clusterIds; + private final Set domains; + + public SubscriptionDomainsAddedEvent(int tenantId, String serviceName, Set clusterIds, Set domains) { + this.tenantId = tenantId; + this.serviceName = serviceName; + this.clusterIds = clusterIds; + this.domains = (domains != null) ? domains : new HashSet(); + } + + public int getTenantId() { + return tenantId; + } + + public String getServiceName() { + return serviceName; + } + + public Set getClusterIds() { + return Collections.unmodifiableSet(clusterIds); + } + + public Set getDomains() { + return Collections.unmodifiableSet(domains); + } +} diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsRemovedEvent.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsRemovedEvent.java new file mode 100644 index 0000000000..3cc566426b --- /dev/null +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsRemovedEvent.java @@ -0,0 +1,60 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +package org.apache.stratos.messaging.event.tenant; + +import org.apache.stratos.messaging.event.Event; + +import java.io.Serializable; +import java.util.*; + +/** + * This event is fired when domains are removed from a tenant subscription. + */ +public class SubscriptionDomainsRemovedEvent extends Event implements Serializable { + private static final long serialVersionUID = -8837521344795740210L; + + private final int tenantId; + private final String serviceName; + private final Set clusterIds; + private Set domains; + + public SubscriptionDomainsRemovedEvent(int tenantId, String serviceName, Set clusterIds, Set domains) { + this.tenantId = tenantId; + this.serviceName = serviceName; + this.clusterIds = clusterIds; + this.domains = (domains != null) ? domains : new HashSet(); + } + + public int getTenantId() { + return tenantId; + } + + public String getServiceName() { + return serviceName; + } + + public Set getClusterIds() { + return Collections.unmodifiableSet(clusterIds); + } + + public Set getDomains() { + return Collections.unmodifiableSet(domains); + } +} diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantSubscribedEvent.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantSubscribedEvent.java index 2be1ad3a35..bf0e28855d 100644 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantSubscribedEvent.java +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantSubscribedEvent.java @@ -20,6 +20,7 @@ package org.apache.stratos.messaging.event.tenant; import java.io.Serializable; +import java.util.*; /** * This event is fired when a tenant is subscribed to a service. @@ -29,10 +30,14 @@ public class TenantSubscribedEvent extends TenantEvent implements Serializable { private final int tenantId; private final String serviceName; + private final Set clusterIds; + private final Set domains; - public TenantSubscribedEvent(int tenantId, String serviceName) { + public TenantSubscribedEvent(int tenantId, String serviceName, Set clusterIds, Set domains) { this.tenantId = tenantId; this.serviceName = serviceName; + this.clusterIds = clusterIds; + this.domains = (domains != null) ? domains : new HashSet(); } public int getTenantId() { @@ -42,4 +47,12 @@ public int getTenantId() { public String getServiceName() { return serviceName; } + + public Set getClusterIds() { + return Collections.unmodifiableSet(clusterIds); + } + + public Set getDomains() { + return Collections.unmodifiableSet(domains); + } } diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantUnSubscribedEvent.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantUnSubscribedEvent.java index 2262cd4dc6..5cfcfdf577 100644 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantUnSubscribedEvent.java +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantUnSubscribedEvent.java @@ -20,6 +20,8 @@ package org.apache.stratos.messaging.event.tenant; import java.io.Serializable; +import java.util.Collections; +import java.util.Set; /** * This event is fired when a tenant is un-subscribed from a service. @@ -29,10 +31,12 @@ public class TenantUnSubscribedEvent extends TenantEvent implements Serializable private final int tenantId; private final String serviceName; + private final Set clusterIds; - public TenantUnSubscribedEvent(int tenantId, String serviceName) { + public TenantUnSubscribedEvent(int tenantId, String serviceName, Set clusterIds) { this.tenantId = tenantId; this.serviceName = serviceName; + this.clusterIds = clusterIds; } public int getTenantId() { @@ -42,4 +46,8 @@ public int getTenantId() { public String getServiceName() { return serviceName; } + + public Set getClusterIds() { + return Collections.unmodifiableSet(clusterIds); + } } diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsAddedEventListener.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsAddedEventListener.java new file mode 100644 index 0000000000..3f169b7abf --- /dev/null +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsAddedEventListener.java @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +package org.apache.stratos.messaging.listener.tenant; + +import org.apache.stratos.messaging.listener.EventListener; + +/** + * Tenant subscription domains added event listener. + */ +public abstract class SubscriptionDomainsAddedEventListener extends EventListener { +} diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsRemovedEventListener.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsRemovedEventListener.java new file mode 100644 index 0000000000..5c81ad6b7f --- /dev/null +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsRemovedEventListener.java @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +package org.apache.stratos.messaging.listener.tenant; + +import org.apache.stratos.messaging.listener.EventListener; + +/** + * Tenant subscription domains removed event listener. + */ +public abstract class SubscriptionDomainsRemovedEventListener extends EventListener { +} diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsAddedMessageProcessor.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsAddedMessageProcessor.java new file mode 100644 index 0000000000..aeea6bf2dc --- /dev/null +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsAddedMessageProcessor.java @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +package org.apache.stratos.messaging.message.processor.tenant; + +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; +import org.apache.stratos.messaging.domain.tenant.Subscription; +import org.apache.stratos.messaging.domain.tenant.Tenant; +import org.apache.stratos.messaging.event.tenant.SubscriptionDomainsAddedEvent; +import org.apache.stratos.messaging.event.tenant.TenantSubscribedEvent; +import org.apache.stratos.messaging.message.processor.MessageProcessor; +import org.apache.stratos.messaging.message.receiver.tenant.TenantManager; +import org.apache.stratos.messaging.util.Util; + +/** + * Tenant subscribed message processor for adding domains to tenant subscriptions. + */ +public class SubscriptionDomainsAddedMessageProcessor extends MessageProcessor { + + private static final Log log = LogFactory.getLog(SubscriptionDomainsAddedMessageProcessor.class); + + private MessageProcessor nextProcessor; + + @Override + public void setNext(MessageProcessor nextProcessor) { + this.nextProcessor = nextProcessor; + } + + @Override + public boolean process(String type, String message, Object object) { + if (SubscriptionDomainsAddedEvent.class.getName().equals(type)) { + // Return if tenant manager has not initialized + if(!TenantManager.getInstance().isInitialized()) { + return false; + } + + // Parse complete message and build event + SubscriptionDomainsAddedEvent event = (SubscriptionDomainsAddedEvent) Util.jsonToObject(message, TenantSubscribedEvent.class); + + try { + TenantManager.acquireWriteLock(); + Tenant tenant = TenantManager.getInstance().getTenant(event.getTenantId()); + if(tenant == null) { + if(log.isWarnEnabled()) { + log.warn(String.format("Tenant not found: [tenant-id] %d", event.getTenantId())); + } + return false; + } + Subscription subscription = tenant.getSubscription(event.getServiceName()); + if(subscription == null) { + if(log.isWarnEnabled()) { + log.warn(String.format("Subscription not found: [tenant-id] %d", event.getTenantId())); + } + return false; + } + subscription.addDomains(event.getDomains()); + if(log.isInfoEnabled()) { + log.info(String.format("Domains added to tenant subscription: [tenant-id] %d [tenant-domain] %s [service] %s [domains] %s", + tenant.getTenantId(), tenant.getTenantDomain(), event.getServiceName(), event.getDomains())); + } + + // Notify event listeners + notifyEventListeners(event); + return true; + } + finally { + TenantManager.releaseWriteLock(); + } + } + else { + if(nextProcessor != null) { + return nextProcessor.process(type, message, object); + } + else { + throw new RuntimeException(String.format("Failed to process tenant message using available message processors: [type] %s [body] %s", type, message)); + } + } + } +} diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsRemovedMessageProcessor.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsRemovedMessageProcessor.java new file mode 100644 index 0000000000..fc08357090 --- /dev/null +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsRemovedMessageProcessor.java @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +package org.apache.stratos.messaging.message.processor.tenant; + +import org.apache.commons.logging.Log; +import org.apache.commons.logging.LogFactory; +import org.apache.stratos.messaging.domain.tenant.Subscription; +import org.apache.stratos.messaging.domain.tenant.Tenant; +import org.apache.stratos.messaging.event.tenant.SubscriptionDomainsAddedEvent; +import org.apache.stratos.messaging.event.tenant.TenantSubscribedEvent; +import org.apache.stratos.messaging.message.processor.MessageProcessor; +import org.apache.stratos.messaging.message.receiver.tenant.TenantManager; +import org.apache.stratos.messaging.util.Util; + +/** + * Tenant subscribed message processor for removing domains from tenant subscriptions. + */ +public class SubscriptionDomainsRemovedMessageProcessor extends MessageProcessor { + + private static final Log log = LogFactory.getLog(SubscriptionDomainsRemovedMessageProcessor.class); + + private MessageProcessor nextProcessor; + + @Override + public void setNext(MessageProcessor nextProcessor) { + this.nextProcessor = nextProcessor; + } + + @Override + public boolean process(String type, String message, Object object) { + if (SubscriptionDomainsAddedEvent.class.getName().equals(type)) { + // Return if tenant manager has not initialized + if(!TenantManager.getInstance().isInitialized()) { + return false; + } + + // Parse complete message and build event + SubscriptionDomainsAddedEvent event = (SubscriptionDomainsAddedEvent) Util.jsonToObject(message, TenantSubscribedEvent.class); + + try { + TenantManager.acquireWriteLock(); + Tenant tenant = TenantManager.getInstance().getTenant(event.getTenantId()); + if(tenant == null) { + if(log.isWarnEnabled()) { + log.warn(String.format("Tenant not found: [tenant-id] %d", event.getTenantId())); + } + return false; + } + Subscription subscription = tenant.getSubscription(event.getServiceName()); + if(subscription == null) { + if(log.isWarnEnabled()) { + log.warn(String.format("Subscription not found: [tenant-id] %d", event.getTenantId())); + } + return false; + } + subscription.removeDomains(event.getDomains()); + if(log.isInfoEnabled()) { + log.info(String.format("Domains removed from tenant subscription: [tenant-id] %d [tenant-domain] %s [service] %s [domains] %s", + tenant.getTenantId(), tenant.getTenantDomain(), event.getServiceName(), event.getDomains())); + } + + // Notify event listeners + notifyEventListeners(event); + return true; + } + finally { + TenantManager.releaseWriteLock(); + } + } + else { + if(nextProcessor != null) { + return nextProcessor.process(type, message, object); + } + else { + throw new RuntimeException(String.format("Failed to process tenant message using available message processors: [type] %s [body] %s", type, message)); + } + } + } +} diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantMessageProcessorChain.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantMessageProcessorChain.java index d4c008e85d..725ad0f902 100644 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantMessageProcessorChain.java +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantMessageProcessorChain.java @@ -37,6 +37,8 @@ public class TenantMessageProcessorChain extends MessageProcessorChain { private TenantRemovedMessageProcessor tenantRemovedMessageProcessor; private TenantSubscribedMessageProcessor tenantSubscribedMessageProcessor; private TenantUnSubscribedMessageProcessor tenantUnSubscribedMessageProcessor; + private SubscriptionDomainsAddedMessageProcessor subscriptionDomainsAddedMessageProcessor; + private SubscriptionDomainsRemovedMessageProcessor subscriptionDomainsRemovedMessageProcessor; public void initialize() { // Add tenant event processors @@ -58,6 +60,12 @@ public void initialize() { tenantUnSubscribedMessageProcessor = new TenantUnSubscribedMessageProcessor(); add(tenantUnSubscribedMessageProcessor); + subscriptionDomainsAddedMessageProcessor = new SubscriptionDomainsAddedMessageProcessor(); + add(subscriptionDomainsAddedMessageProcessor); + + subscriptionDomainsRemovedMessageProcessor = new SubscriptionDomainsRemovedMessageProcessor(); + add(subscriptionDomainsRemovedMessageProcessor); + if (log.isDebugEnabled()) { log.debug("Tenant message processor chain initialized"); } @@ -76,6 +84,10 @@ public void addEventListener(EventListener eventListener) { tenantSubscribedMessageProcessor.addEventListener(eventListener); } else if (eventListener instanceof TenantUnSubscribedEventListener) { tenantUnSubscribedMessageProcessor.addEventListener(eventListener); + } else if (eventListener instanceof SubscriptionDomainsAddedEventListener) { + subscriptionDomainsAddedMessageProcessor.addEventListener(eventListener); + } else if (eventListener instanceof SubscriptionDomainsRemovedEventListener) { + subscriptionDomainsRemovedMessageProcessor.addEventListener(eventListener); } else { throw new RuntimeException("Unknown event listener"); diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantSubscribedMessageProcessor.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantSubscribedMessageProcessor.java index aae074b14d..147ebde539 100644 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantSubscribedMessageProcessor.java +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantSubscribedMessageProcessor.java @@ -21,6 +21,7 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; +import org.apache.stratos.messaging.domain.tenant.Subscription; import org.apache.stratos.messaging.domain.tenant.Tenant; import org.apache.stratos.messaging.event.tenant.TenantSubscribedEvent; import org.apache.stratos.messaging.message.processor.MessageProcessor; @@ -62,10 +63,11 @@ public boolean process(String type, String message, Object object) { } return false; } - tenant.addServiceSubscription(event.getServiceName()); + Subscription subscription = new Subscription(event.getServiceName(), event.getClusterIds(), event.getDomains()); + tenant.addSubscription(subscription); if(log.isInfoEnabled()) { - log.info(String.format("Tenant subscribed to service: [tenant-id] %d [tenant-domain] %s [service] %s", - tenant.getTenantId(), tenant.getTenantDomain(), event.getServiceName())); + log.info(String.format("Tenant subscribed to service: [tenant-id] %d [tenant-domain] %s [service] %s [domains] %s", + tenant.getTenantId(), tenant.getTenantDomain(), event.getServiceName(), event.getDomains())); } // Notify event listeners diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantUnSubscribedMessageProcessor.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantUnSubscribedMessageProcessor.java index 6c4157cefc..ee929a38ce 100644 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantUnSubscribedMessageProcessor.java +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantUnSubscribedMessageProcessor.java @@ -62,7 +62,7 @@ public boolean process(String type, String message, Object object) { } return false; } - tenant.removeServiceSubscription(event.getServiceName()); + tenant.removeSubscription(event.getServiceName()); if(log.isInfoEnabled()) { log.info(String.format("Tenant un-subscribed from service: [tenant-id] %d [tenant-domain] %s [service] %s", tenant.getTenantId(), tenant.getTenantDomain(), event.getServiceName())); diff --git a/components/org.apache.stratos.messaging/src/test/java/org/apache/stratos/messaging/test/TenantDomainTest.java b/components/org.apache.stratos.messaging/src/test/java/org/apache/stratos/messaging/test/TenantDomainTest.java new file mode 100644 index 0000000000..adb11e1ade --- /dev/null +++ b/components/org.apache.stratos.messaging/src/test/java/org/apache/stratos/messaging/test/TenantDomainTest.java @@ -0,0 +1,45 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +package org.apache.stratos.messaging.test; + +import junit.framework.Assert; +import org.apache.stratos.messaging.domain.tenant.Subscription; +import org.apache.stratos.messaging.domain.tenant.Tenant; +import org.junit.Test; +import org.junit.runner.RunWith; +import org.junit.runners.JUnit4; + +import java.util.HashSet; + +/** + * Tenant domain model test. + */ +@RunWith(JUnit4.class) +public class TenantDomainTest { + @Test + public void testSubscriptionModel() { + Tenant tenant = new Tenant(1, "domain.org"); + Subscription subscription = new Subscription("subscription1", new HashSet(), new HashSet()); + tenant.addSubscription(subscription); + Assert.assertTrue("Subscription not added", tenant.isSubscribed("subscription1")); + tenant.removeSubscription("subscription1"); + Assert.assertTrue("Subscription not removed", !tenant.isSubscribed("subscription1")); + } +} diff --git a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/CartridgeInfoBean.java b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/CartridgeInfoBean.java index e29d028fa7..48fd5ce164 100644 --- a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/CartridgeInfoBean.java +++ b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/CartridgeInfoBean.java @@ -19,6 +19,8 @@ package org.apache.stratos.rest.endpoint.bean; import javax.xml.bind.annotation.XmlRootElement; +import java.util.ArrayList; +import java.util.List; @XmlRootElement public class CartridgeInfoBean { @@ -38,6 +40,11 @@ public class CartridgeInfoBean { private String size; private boolean removeOnTermination; private String serviceGroup; + private List domains; + + public CartridgeInfoBean() { + this.domains = new ArrayList(); + } public String getCartridgeType() { return cartridgeType; @@ -158,5 +165,8 @@ public String getServiceGroup() { public void setServiceGroup(String serviceGroup) { this.serviceGroup = serviceGroup; } - + + public List getDomains() { return domains; } + + public void setDomains(List domains) { this.domains = domains; } } diff --git a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/ServiceUtils.java b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/ServiceUtils.java index 44b2c2640b..554accf133 100644 --- a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/ServiceUtils.java +++ b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/ServiceUtils.java @@ -52,8 +52,7 @@ import org.apache.stratos.messaging.domain.topology.MemberStatus; import org.apache.stratos.messaging.message.receiver.topology.TopologyManager; import org.apache.stratos.messaging.util.Constants; -import org.apache.stratos.rest.endpoint.bean.CartridgeInfoBean; -import org.apache.stratos.rest.endpoint.bean.StratosAdminResponse; +import org.apache.stratos.rest.endpoint.bean.*; import org.apache.stratos.rest.endpoint.bean.autoscaler.partition.Partition; import org.apache.stratos.rest.endpoint.bean.autoscaler.partition.PartitionGroup; import org.apache.stratos.rest.endpoint.bean.autoscaler.policy.autoscale.AutoscalePolicy; @@ -992,6 +991,7 @@ private static SubscriptionInfo subscribe (CartridgeInfoBean cartridgeInfoBean, subscriptionData.setRepositoryPassword(cartridgeInfoBean.getRepoPassword()); subscriptionData.setCommitsEnabled(cartridgeInfoBean.isCommitsEnabled()); subscriptionData.setServiceGroup(cartridgeInfoBean.getServiceGroup()); + subscriptionData.addDomains(new HashSet(cartridgeInfoBean.getDomains())); if (cartridgeInfoBean.isPersistanceRequired()) { // Add persistence related properties to PersistenceContext @@ -1187,4 +1187,44 @@ static StratosAdminResponse synchronizeRepository(CartridgeSubscription cartridg return stratosAdminResponse; } + public static StratosAdminResponse addSubscriptionDomains(ConfigurationContext configurationContext, String cartridgeType, + String subscriptionAlias, List domains) throws RestAPIException { + try { + int tenantId = ApplicationManagementUtil.getTenantId(configurationContext); + cartridgeSubsciptionManager.addSubscriptionDomains(tenantId, subscriptionAlias, domains); + } catch (Exception e) { + log.error(e.getMessage(), e); + throw new RestAPIException(e.getMessage(), e); + } + + StratosAdminResponse stratosAdminResponse = new StratosAdminResponse(); + stratosAdminResponse.setMessage("Successfully added domains to cartridge subscription"); + return stratosAdminResponse; + } + + public static List getSubscriptionDomains(ConfigurationContext configurationContext, String cartridgeType, + String subscriptionAlias) throws RestAPIException { + try { + int tenantId = ApplicationManagementUtil.getTenantId(configurationContext); + return cartridgeSubsciptionManager.getSubscriptionDomains(tenantId, subscriptionAlias); + } catch (Exception e) { + log.error(e.getMessage(), e); + throw new RestAPIException(e.getMessage(), e); + } + } + + public static StratosAdminResponse removeSubscriptionDomains(ConfigurationContext configurationContext, String cartridgeType, + String subscriptionAlias, List domains) throws RestAPIException { + try { + int tenantId = ApplicationManagementUtil.getTenantId(configurationContext); + cartridgeSubsciptionManager.removeSubscriptionDomains(tenantId, subscriptionAlias, domains); + } catch (Exception e) { + log.error(e.getMessage(), e); + throw new RestAPIException(e.getMessage(), e); + } + + StratosAdminResponse stratosAdminResponse = new StratosAdminResponse(); + stratosAdminResponse.setMessage("Successfully removed domains from cartridge subscription"); + return stratosAdminResponse; + } } diff --git a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/StratosAdmin.java b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/StratosAdmin.java index 7b744a53c2..c5db7ffadc 100644 --- a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/StratosAdmin.java +++ b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/StratosAdmin.java @@ -33,6 +33,7 @@ import org.apache.stratos.rest.endpoint.annotation.SuperTenantService; import org.apache.stratos.rest.endpoint.bean.CartridgeInfoBean; import org.apache.stratos.rest.endpoint.bean.StratosAdminResponse; +import org.apache.stratos.rest.endpoint.bean.SubscriptionDomainRequest; import org.apache.stratos.rest.endpoint.bean.autoscaler.partition.Partition; import org.apache.stratos.rest.endpoint.bean.autoscaler.partition.PartitionGroup; import org.apache.stratos.rest.endpoint.bean.autoscaler.policy.autoscale.AutoscalePolicy; @@ -40,7 +41,6 @@ import org.apache.stratos.rest.endpoint.bean.cartridge.definition.CartridgeDefinitionBean; import org.apache.stratos.rest.endpoint.bean.cartridge.definition.ServiceDefinitionBean; import org.apache.stratos.rest.endpoint.bean.repositoryNotificationInfoBean.Payload; -import org.apache.stratos.rest.endpoint.bean.repositoryNotificationInfoBean.Repository; import org.apache.stratos.rest.endpoint.bean.topology.Cluster; import org.apache.stratos.rest.endpoint.exception.RestAPIException; import org.apache.stratos.tenant.mgt.core.TenantPersistor; @@ -1018,4 +1018,36 @@ private List searchPartialTenantsDomains(String domain) throws R } return tenantList; } + + @POST + @Path("/cartridge/{cartridgeType}/subscription/{subscriptionAlias}/domain/") + @Consumes("application/json") + @AuthorizationAction("/permission/protected/manage/monitor/tenants") + public StratosAdminResponse addSubscriptionDomains(@PathParam("cartridgeType") String cartridgeType, + @PathParam("subscriptionAlias") String subscriptionAlias, + SubscriptionDomainRequest request) throws RestAPIException { + + return ServiceUtils.addSubscriptionDomains(getConfigContext(), cartridgeType, subscriptionAlias, request.getDomains()); + } + + @GET + @Path("/cartridge/{cartridgeType}/subscription/{subscriptionAlias}/domain/") + @Consumes("application/json") + @AuthorizationAction("/permission/protected/manage/monitor/tenants") + public String[] getSubscriptionDomains(@PathParam("cartridgeType") String cartridgeType, + @PathParam("subscriptionAlias") String subscriptionAlias) throws RestAPIException { + + return (String[]) ServiceUtils.getSubscriptionDomains(getConfigContext(), cartridgeType, subscriptionAlias).toArray(); + } + + @DELETE + @Path("/cartridge/{cartridgeType}/subscription/{subscriptionAlias}/domain/") + @Consumes("application/json") + @AuthorizationAction("/permission/protected/manage/monitor/tenants") + public StratosAdminResponse removeSubscriptionDomains(@PathParam("cartridgeType") String cartridgeType, + @PathParam("subscriptionAlias") String subscriptionAlias, + SubscriptionDomainRequest request) throws RestAPIException { + + return ServiceUtils.removeSubscriptionDomains(getConfigContext(), cartridgeType, subscriptionAlias, request.getDomains()); + } } diff --git a/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/cxf-servlet.xml b/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/cxf-servlet.xml index fbb8b1019f..fac0fb9c11 100644 --- a/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/cxf-servlet.xml +++ b/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/cxf-servlet.xml @@ -68,6 +68,7 @@ hostNames portMappings volumes + domains From 33471692bce9f0cd927705db03839fe8cd2d4e12 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Sun, 27 Apr 2014 22:47:38 +0530 Subject: [PATCH 017/104] Adding SubscriptionDomainRequest.java --- .../bean/SubscriptionDomainRequest.java | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/SubscriptionDomainRequest.java diff --git a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/SubscriptionDomainRequest.java b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/SubscriptionDomainRequest.java new file mode 100644 index 0000000000..9b066cbd24 --- /dev/null +++ b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/SubscriptionDomainRequest.java @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +package org.apache.stratos.rest.endpoint.bean; + +import javax.xml.bind.annotation.XmlRootElement; +import java.util.List; + +/** + * Defines subscription domain post request. + */ +@XmlRootElement(name = "subscriptionDomainRequest") +public class SubscriptionDomainRequest { + private List domains; + + public List getDomains() { + return domains; + } + + public void setDomains(List domains) { + this.domains = domains; + } +} From 87d18b1f5e70f05e1d7a1336980ebf3301ed33bd Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Tue, 29 Apr 2014 00:53:35 +0530 Subject: [PATCH 018/104] Revert "Adding SubscriptionDomainRequest.java" This reverts commit 33471692bce9f0cd927705db03839fe8cd2d4e12. --- .../bean/SubscriptionDomainRequest.java | 39 ------------------- 1 file changed, 39 deletions(-) delete mode 100644 components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/SubscriptionDomainRequest.java diff --git a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/SubscriptionDomainRequest.java b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/SubscriptionDomainRequest.java deleted file mode 100644 index 9b066cbd24..0000000000 --- a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/SubscriptionDomainRequest.java +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package org.apache.stratos.rest.endpoint.bean; - -import javax.xml.bind.annotation.XmlRootElement; -import java.util.List; - -/** - * Defines subscription domain post request. - */ -@XmlRootElement(name = "subscriptionDomainRequest") -public class SubscriptionDomainRequest { - private List domains; - - public List getDomains() { - return domains; - } - - public void setDomains(List domains) { - this.domains = domains; - } -} From b605723aedacfd4a6e5d1e4e8d9d5606bd58c614 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Tue, 29 Apr 2014 00:53:49 +0530 Subject: [PATCH 019/104] Revert "Introduced new functionality to add domains to cartridge subscriptions" This reverts commit 6c34420de9aca70f8282ddff3d59fd56c1ece4bb. --- .../LoadBalancerTenantEventReceiver.java | 180 ++++----- .../LoadBalancerTopologyEventReceiver.java | 8 +- .../conf/LoadBalancerConfiguration.java | 2 +- .../balancer/context/LoadBalancerContext.java | 4 +- .../context/LoadBalancerContextUtil.java | 364 +----------------- .../context/map/MultiTenantClusterMap.java | 13 +- .../TenantAwareLoadBalanceEndpoint.java | 5 +- .../manager/CartridgeSubscriptionManager.java | 94 +---- .../publisher/TenantSynzhronizerTask.java | 15 +- .../DataInsertionAndRetrievalManager.java | 25 -- .../subscription/CartridgeSubscription.java | 26 +- .../subscription/SubscriptionData.java | 27 +- .../utils/CartridgeSubscriptionUtils.java | 22 +- .../messaging/domain/tenant/Subscription.java | 65 ---- .../messaging/domain/tenant/Tenant.java | 29 +- .../tenant/SubscriptionDomainsAddedEvent.java | 60 --- .../SubscriptionDomainsRemovedEvent.java | 60 --- .../event/tenant/TenantSubscribedEvent.java | 15 +- .../event/tenant/TenantUnSubscribedEvent.java | 10 +- ...SubscriptionDomainsAddedEventListener.java | 28 -- ...bscriptionDomainsRemovedEventListener.java | 28 -- ...scriptionDomainsAddedMessageProcessor.java | 96 ----- ...riptionDomainsRemovedMessageProcessor.java | 96 ----- .../tenant/TenantMessageProcessorChain.java | 12 - .../TenantSubscribedMessageProcessor.java | 8 +- .../TenantUnSubscribedMessageProcessor.java | 2 +- .../messaging/test/TenantDomainTest.java | 45 --- .../rest/endpoint/bean/CartridgeInfoBean.java | 12 +- .../rest/endpoint/services/ServiceUtils.java | 44 +-- .../rest/endpoint/services/StratosAdmin.java | 34 +- .../webapp/stratos/WEB-INF/cxf-servlet.xml | 1 - 31 files changed, 163 insertions(+), 1267 deletions(-) delete mode 100644 components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Subscription.java delete mode 100644 components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsAddedEvent.java delete mode 100644 components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsRemovedEvent.java delete mode 100644 components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsAddedEventListener.java delete mode 100644 components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsRemovedEventListener.java delete mode 100644 components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsAddedMessageProcessor.java delete mode 100644 components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsRemovedMessageProcessor.java delete mode 100644 components/org.apache.stratos.messaging/src/test/java/org/apache/stratos/messaging/test/TenantDomainTest.java diff --git a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTenantEventReceiver.java b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTenantEventReceiver.java index 52886d1740..ad1907ae34 100644 --- a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTenantEventReceiver.java +++ b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTenantEventReceiver.java @@ -21,17 +21,24 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.apache.stratos.load.balancer.context.LoadBalancerContextUtil; -import org.apache.stratos.messaging.domain.tenant.Subscription; +import org.apache.stratos.load.balancer.context.LoadBalancerContext; import org.apache.stratos.messaging.domain.tenant.Tenant; +import org.apache.stratos.messaging.domain.topology.Cluster; import org.apache.stratos.messaging.domain.topology.Service; import org.apache.stratos.messaging.domain.topology.ServiceType; import org.apache.stratos.messaging.event.Event; -import org.apache.stratos.messaging.event.tenant.*; -import org.apache.stratos.messaging.listener.tenant.*; +import org.apache.stratos.messaging.event.tenant.CompleteTenantEvent; +import org.apache.stratos.messaging.event.tenant.TenantSubscribedEvent; +import org.apache.stratos.messaging.event.tenant.TenantUnSubscribedEvent; +import org.apache.stratos.messaging.listener.tenant.CompleteTenantEventListener; +import org.apache.stratos.messaging.listener.tenant.TenantSubscribedEventListener; +import org.apache.stratos.messaging.listener.tenant.TenantUnSubscribedEventListener; import org.apache.stratos.messaging.message.receiver.tenant.TenantEventReceiver; import org.apache.stratos.messaging.message.receiver.topology.TopologyManager; +import java.util.HashMap; +import java.util.Map; + /** * Load balancer tenant receiver updates load balancer context according to * incoming tenant events. @@ -53,22 +60,11 @@ private void addEventListeners() { @Override protected void onEvent(Event event) { CompleteTenantEvent completeTenantEvent = (CompleteTenantEvent) event; - if (log.isDebugEnabled()) { - log.debug("Complete tenant event received"); - } for (Tenant tenant : completeTenantEvent.getTenants()) { - for (Subscription subscription : tenant.getSubscriptions()) { - if (isMultiTenantService(subscription.getServiceName())) { - LoadBalancerContextUtil.addClustersAgainstHostNamesAndTenantIds( - subscription.getServiceName(), - tenant.getTenantId(), - subscription.getClusterIds()); + for (String serviceName : tenant.getServiceSubscriptions()) { + if(isMultiTenantService(serviceName)) { + addTenantSubscriptionToLbContext(serviceName, tenant.getTenantId()); } - - LoadBalancerContextUtil.addClustersAgainstDomains( - subscription.getServiceName(), - subscription.getClusterIds(), - subscription.getDomains()); } } } @@ -77,97 +73,103 @@ protected void onEvent(Event event) { @Override protected void onEvent(Event event) { TenantSubscribedEvent tenantSubscribedEvent = (TenantSubscribedEvent) event; - if (log.isDebugEnabled()) { - log.debug(String.format("Tenant subscribed event received: [tenant-id] %d [service] %s [cluster-ids] %s", - tenantSubscribedEvent.getTenantId(), - tenantSubscribedEvent.getServiceName(), - tenantSubscribedEvent.getClusterIds())); + if(log.isDebugEnabled()) { + log.debug(String.format("Tenant subscribed event received: [tenant-id] %d [service] %s", + tenantSubscribedEvent.getTenantId(), tenantSubscribedEvent.getServiceName())); } - - if (isMultiTenantService(tenantSubscribedEvent.getServiceName())) { - LoadBalancerContextUtil.addClustersAgainstHostNamesAndTenantIds( - tenantSubscribedEvent.getServiceName(), - tenantSubscribedEvent.getTenantId(), - tenantSubscribedEvent.getClusterIds()); + if(isMultiTenantService(tenantSubscribedEvent.getServiceName())) { + addTenantSubscriptionToLbContext(tenantSubscribedEvent.getServiceName(), tenantSubscribedEvent.getTenantId()); } - - LoadBalancerContextUtil.addClustersAgainstDomains( - tenantSubscribedEvent.getServiceName(), - tenantSubscribedEvent.getClusterIds(), - tenantSubscribedEvent.getDomains()); } }); tenantEventReceiver.addEventListener(new TenantUnSubscribedEventListener() { @Override protected void onEvent(Event event) { TenantUnSubscribedEvent tenantUnSubscribedEvent = (TenantUnSubscribedEvent) event; - if (log.isDebugEnabled()) { - log.debug(String.format("Tenant un-subscribed event received: [tenant-id] %d [service] %s [cluster-ids] %s", - tenantUnSubscribedEvent.getTenantId(), - tenantUnSubscribedEvent.getServiceName(), - tenantUnSubscribedEvent.getClusterIds())); + if(log.isDebugEnabled()) { + log.debug(String.format("Tenant un-subscribed event received: [tenant-id] %d [service] %s", + tenantUnSubscribedEvent.getTenantId(), tenantUnSubscribedEvent.getServiceName())); } - - if (isMultiTenantService(tenantUnSubscribedEvent.getServiceName())) { - LoadBalancerContextUtil.removeClustersAgainstHostNamesAndTenantIds( - tenantUnSubscribedEvent.getServiceName(), - tenantUnSubscribedEvent.getTenantId(), - tenantUnSubscribedEvent.getClusterIds() - ); + if(isMultiTenantService(tenantUnSubscribedEvent.getServiceName())) { + removeTenantSubscriptionFromLbContext(tenantUnSubscribedEvent.getServiceName(), tenantUnSubscribedEvent.getTenantId()); } - - LoadBalancerContextUtil.removeClustersAgainstAllDomains( - tenantUnSubscribedEvent.getServiceName(), - tenantUnSubscribedEvent.getTenantId(), - tenantUnSubscribedEvent.getClusterIds()); } }); - tenantEventReceiver.addEventListener(new SubscriptionDomainsAddedEventListener() { - @Override - protected void onEvent(Event event) { - SubscriptionDomainsAddedEvent subscriptionDomainsAddedEvent = (SubscriptionDomainsAddedEvent) event; + } + + private boolean isMultiTenantService(String serviceName) { + try { + TopologyManager.acquireReadLock(); + Service service = TopologyManager.getTopology().getService(serviceName); + if(service != null) { + return (service.getServiceType() == ServiceType.MultiTenant); + } + return false; + } + finally { + TopologyManager.releaseReadLock(); + } + } + + private void addTenantSubscriptionToLbContext(String serviceName, int tenantId) { + // Find cluster of tenant + Cluster cluster = findCluster(serviceName, tenantId); + if (cluster != null) { + for (String hostName : cluster.getHostNames()) { + // Add hostName, tenantId, cluster to multi-tenant map + Map clusterMap = LoadBalancerContext.getInstance().getMultiTenantClusterMap().getClusters(hostName); + if (clusterMap == null) { + clusterMap = new HashMap(); + clusterMap.put(tenantId, cluster); + LoadBalancerContext.getInstance().getMultiTenantClusterMap().addClusters(hostName, clusterMap); + } else { + clusterMap.put(tenantId, cluster); + } if (log.isDebugEnabled()) { - log.debug(String.format("Tenant subscription domains added event received: [tenant-id] %d " + - "[service] %s [cluster-ids] %s [domains] %s", - subscriptionDomainsAddedEvent.getTenantId(), - subscriptionDomainsAddedEvent.getServiceName(), - subscriptionDomainsAddedEvent.getClusterIds(), - subscriptionDomainsAddedEvent.getDomains())); + log.debug(String.format("Cluster added to multi-tenant cluster map: [host-name] %s [tenant-id] %d [cluster] %s", + hostName, tenantId, cluster.getClusterId())); } - LoadBalancerContextUtil.addClustersAgainstDomains( - subscriptionDomainsAddedEvent.getServiceName(), - subscriptionDomainsAddedEvent.getClusterIds(), - subscriptionDomainsAddedEvent.getDomains()); } - }); - tenantEventReceiver.addEventListener(new SubscriptionDomainsRemovedEventListener() { - @Override - protected void onEvent(Event event) { - SubscriptionDomainsRemovedEvent subscriptionDomainsRemovedEvent = (SubscriptionDomainsRemovedEvent) event; + } else { + if (log.isErrorEnabled()) { + log.error(String.format("Could not find cluster of tenant: [service] %s [tenant-id] %d", + serviceName, tenantId)); + } + } + } + + private void removeTenantSubscriptionFromLbContext(String serviceName, int tenantId) { + // Find cluster of tenant + Cluster cluster = findCluster(serviceName, tenantId); + if (cluster != null) { + for (String hostName : cluster.getHostNames()) { + LoadBalancerContext.getInstance().getMultiTenantClusterMap().removeClusters(hostName); if (log.isDebugEnabled()) { - log.debug(String.format("Tenant subscription domains removed event received: [tenant-id] %d " + - "[service] %s [cluster-ids] %s [domains] %s", - subscriptionDomainsRemovedEvent.getTenantId(), - subscriptionDomainsRemovedEvent.getServiceName(), - subscriptionDomainsRemovedEvent.getClusterIds(), - subscriptionDomainsRemovedEvent.getDomains())); + log.debug(String.format("Cluster removed from multi-tenant clusters map: [host-name] %s [tenant-id] %d [cluster] %s", + hostName, tenantId, cluster.getClusterId())); } - LoadBalancerContextUtil.removeClustersAgainstDomains( - subscriptionDomainsRemovedEvent.getServiceName(), - subscriptionDomainsRemovedEvent.getClusterIds(), - subscriptionDomainsRemovedEvent.getDomains()); } - }); + } else { + if (log.isErrorEnabled()) { + log.error(String.format("Could not find cluster of tenant: [service] %s [tenant-id] %d", + serviceName, tenantId)); + } + } } - private boolean isMultiTenantService(String serviceName) { + private Cluster findCluster(String serviceName, int tenantId) { try { TopologyManager.acquireReadLock(); Service service = TopologyManager.getTopology().getService(serviceName); - if (service != null) { - return (service.getServiceType() == ServiceType.MultiTenant); + if (service == null) { + throw new RuntimeException(String.format("Service not found: %s", serviceName)); } - return false; + for (Cluster cluster : service.getClusters()) { + if (cluster.tenantIdInRange(tenantId)) { + return cluster; + } + } + return null; } finally { TopologyManager.releaseReadLock(); } @@ -180,10 +182,10 @@ public void run() { // Keep the thread live until terminated while (!terminated) { - try { - Thread.sleep(1000); - } catch (InterruptedException ignore) { - } + try { + Thread.sleep(1000); + } catch (InterruptedException ignore) { + } } if (log.isInfoEnabled()) { log.info("Load balancer tenant receiver thread terminated"); diff --git a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTopologyEventReceiver.java b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTopologyEventReceiver.java index 0796945980..7efaa1c513 100644 --- a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTopologyEventReceiver.java +++ b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/LoadBalancerTopologyEventReceiver.java @@ -84,7 +84,7 @@ protected void onEvent(Event event) { for (Service service : TopologyManager.getTopology().getServices()) { for (Cluster cluster : service.getClusters()) { if (clusterHasActiveMembers(cluster)) { - LoadBalancerContextUtil.addClusterAgainstHostNames(cluster); + LoadBalancerContextUtil.addClusterToLbContext(cluster); } else { if (log.isDebugEnabled()) { log.debug("Cluster does not have any active members"); @@ -128,7 +128,7 @@ protected void onEvent(Event event) { if (service != null) { Cluster cluster = service.getCluster(memberActivatedEvent.getClusterId()); if (cluster != null) { - LoadBalancerContextUtil.addClusterAgainstHostNames(cluster); + LoadBalancerContextUtil.addClusterToLbContext(cluster); } else { if (log.isErrorEnabled()) { log.error(String.format("Cluster not found in topology: [service] %s [cluster] %s", @@ -157,7 +157,7 @@ protected void onEvent(Event event) { ClusterRemovedEvent clusterRemovedEvent = (ClusterRemovedEvent) event; Cluster cluster = LoadBalancerContext.getInstance().getClusterIdClusterMap().getCluster(clusterRemovedEvent.getClusterId()); if (cluster != null) { - LoadBalancerContextUtil.removeClusterAgainstHostNames(cluster.getClusterId()); + LoadBalancerContextUtil.removeClusterFromLbContext(cluster.getClusterId()); } else { if (log.isWarnEnabled()) { log.warn(String.format("Cluster not found in load balancer context: [service] %s [cluster] %s", @@ -182,7 +182,7 @@ protected void onEvent(Event event) { Service service = TopologyManager.getTopology().getService(serviceRemovedEvent.getServiceName()); if (service != null) { for (Cluster cluster : service.getClusters()) { - LoadBalancerContextUtil.removeClusterAgainstHostNames(cluster.getClusterId()); + LoadBalancerContextUtil.removeClusterFromLbContext(cluster.getClusterId()); } } else { if (log.isWarnEnabled()) { diff --git a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/conf/LoadBalancerConfiguration.java b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/conf/LoadBalancerConfiguration.java index a246c1f72b..65f7857609 100644 --- a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/conf/LoadBalancerConfiguration.java +++ b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/conf/LoadBalancerConfiguration.java @@ -515,7 +515,7 @@ private LoadBalancerConfiguration transform(Node loadBalancerNode) { } // Add cluster to load balancer context - LoadBalancerContextUtil.addClusterAgainstHostNames(cluster); + LoadBalancerContextUtil.addClusterToLbContext(cluster); } } } diff --git a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContext.java b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContext.java index fe341d7cb1..90c8e9abaa 100644 --- a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContext.java +++ b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContext.java @@ -59,7 +59,7 @@ public class LoadBalancerContext { // Map // Keep track of all clusters private ClusterIdClusterMap clusterIdClusterMap; - // Map + // Map // Keep tack of all clusters private HostNameClusterMap hostNameClusterMap; // Map> @@ -183,6 +183,6 @@ public HostNameClusterMap getHostNameClusterMap() { } public MultiTenantClusterMap getMultiTenantClusterMap() { - return multiTenantClusterMap; + return multiTenantClusterMap; } } diff --git a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContextUtil.java b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContextUtil.java index c65d29e8bd..037a7c322e 100644 --- a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContextUtil.java +++ b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/LoadBalancerContextUtil.java @@ -21,29 +21,17 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.apache.stratos.messaging.domain.tenant.Subscription; -import org.apache.stratos.messaging.domain.tenant.Tenant; import org.apache.stratos.messaging.domain.topology.Cluster; import org.apache.stratos.messaging.domain.topology.Service; -import org.apache.stratos.messaging.message.receiver.tenant.TenantManager; import org.apache.stratos.messaging.message.receiver.topology.TopologyManager; -import java.util.HashMap; -import java.util.Map; -import java.util.Set; - /** * Load balancer context utility class. */ public class LoadBalancerContextUtil { private static final Log log = LogFactory.getLog(LoadBalancerContextUtil.class); - /** - * Add cluster against its host names. - * - * @param cluster - */ - public static void addClusterAgainstHostNames(Cluster cluster) { + public static void addClusterToLbContext(Cluster cluster) { if (cluster == null) return; @@ -60,21 +48,16 @@ public static void addClusterAgainstHostNames(Cluster cluster) { // Add cluster to HostNameClusterMap for (String hostName : cluster.getHostNames()) { - addClusterToHostNameClusterMap(hostName, cluster); - - if (log.isDebugEnabled()) { - log.debug(String.format("Cluster added to host/domain name -> cluster map: [hostName] %s [cluster] %s", - hostName, cluster.getClusterId())); + if (!LoadBalancerContext.getInstance().getHostNameClusterMap().containsCluster((hostName))) { + LoadBalancerContext.getInstance().getHostNameClusterMap().addCluster(hostName, cluster); + if (log.isDebugEnabled()) { + log.debug(String.format("Cluster added to hostname -> cluster map: [hostname] %s [cluster] %s ", hostName, cluster.getClusterId())); + } } } } - /** - * Remove cluster mapped against its host names. - * - * @param clusterId - */ - public static void removeClusterAgainstHostNames(String clusterId) { + public static void removeClusterFromLbContext(String clusterId) { Cluster cluster = LoadBalancerContext.getInstance().getClusterIdClusterMap().getCluster(clusterId); if (cluster == null) { return; @@ -87,10 +70,11 @@ public static void removeClusterAgainstHostNames(String clusterId) { // Remove cluster from HostNameClusterMap for (String hostName : cluster.getHostNames()) { - removeClusterFromHostNameClusterMap(hostName, cluster); - if (log.isDebugEnabled()) { - log.debug(String.format("Cluster removed from host/domain name -> clusters map: [host-name] %s [cluster] %s", - hostName, cluster.getClusterId())); + if (LoadBalancerContext.getInstance().getHostNameClusterMap().containsCluster(hostName)) { + LoadBalancerContext.getInstance().getHostNameClusterMap().removeCluster(hostName); + if (log.isDebugEnabled()) { + log.debug(String.format("Cluster removed from hostname -> cluster map: [hostname] %s [cluster] %s ", hostName, cluster.getClusterId())); + } } } @@ -100,328 +84,4 @@ public static void removeClusterAgainstHostNames(String clusterId) { log.debug(String.format("Cluster removed from cluster-id -> cluster map: [cluster] %s ", cluster.getClusterId())); } } - - /** - * Add clusters against host names, tenant id for the given service, cluster ids. - * - * @param serviceName - * @param tenantId - * @param clusterIds - */ - public static void addClustersAgainstHostNamesAndTenantIds(String serviceName, int tenantId, Set clusterIds) { - try { - TopologyManager.acquireReadLock(); - - Service service = TopologyManager.getTopology().getService(serviceName); - if (service == null) { - if (log.isErrorEnabled()) { - log.error(String.format("Service not found in topology: [service] %s", serviceName)); - } - return; - } - Cluster cluster; - for (String clusterId : clusterIds) { - cluster = service.getCluster(clusterId); - if (cluster != null) { - // Add cluster against host names and tenant id - addClusterAgainstHostNamesAndTenantId(serviceName, tenantId, cluster); - } else { - if (log.isWarnEnabled()) { - log.warn(String.format("Cluster not found in service: [service] %s [cluster] %s", serviceName, clusterId)); - } - } - } - } finally { - TopologyManager.releaseReadLock(); - } - } - - /** - * Remove clusters mapped against host names and tenant id. - * - * @param serviceName - * @param tenantId - */ - public static void removeClustersAgainstHostNamesAndTenantIds(String serviceName, int tenantId, Set clusterIds) { - try { - TopologyManager.acquireReadLock(); - - Service service = TopologyManager.getTopology().getService(serviceName); - if (service == null) { - if (log.isErrorEnabled()) { - log.error(String.format("Service not found in topology: [service] %s", serviceName)); - } - return; - } - Cluster cluster; - for (String clusterId : clusterIds) { - cluster = service.getCluster(clusterId); - if (cluster != null) { - // Remove cluster mapped against host names and tenant id - removeClusterAgainstHostNamesAndTenantId(serviceName, tenantId, cluster); - } else { - if (log.isWarnEnabled()) { - log.warn(String.format("Cluster not found in service: [service] %s [cluster] %s", serviceName, clusterId)); - } - } - } - } finally { - TopologyManager.releaseReadLock(); - } - } - - /** - * Add clusters against domains for the given service, cluster ids. - * - * @param serviceName - * @param clusterIds - * @param domains - */ - public static void addClustersAgainstDomains(String serviceName, Set clusterIds, Set domains) { - try { - TopologyManager.acquireReadLock(); - Service service = TopologyManager.getTopology().getService(serviceName); - if (service == null) { - if (log.isErrorEnabled()) { - log.error(String.format("Service not found in topology: [service] %s", serviceName)); - } - return; - } - Cluster cluster; - for (String clusterId : clusterIds) { - cluster = service.getCluster(clusterId); - if (cluster != null) { - addClusterAgainstDomains(serviceName, cluster, domains); - } else { - if (log.isWarnEnabled()) { - log.warn(String.format("Cluster not found in service: [service] %s [cluster] %s", serviceName, clusterId)); - } - } - } - } finally { - TopologyManager.releaseReadLock(); - } - } - - /** - * Remove clusters mapped against domains for the given service, cluster ids. - * - * @param serviceName - * @param clusterIds - * @param domains - */ - public static void removeClustersAgainstDomains(String serviceName, Set clusterIds, Set domains) { - try { - TopologyManager.acquireReadLock(); - - Service service = TopologyManager.getTopology().getService(serviceName); - if (service == null) { - if (log.isErrorEnabled()) { - log.error(String.format("Service not found in topology: [service] %s", serviceName)); - } - return; - } - Cluster cluster; - for (String clusterId : clusterIds) { - cluster = service.getCluster(clusterId); - if (cluster != null) { - // Remove clusters mapped against domain names - removeClusterAgainstDomains(cluster, domains); - } else { - if (log.isWarnEnabled()) { - log.warn(String.format("Cluster not found in service: [service] %s [cluster] %s", serviceName, clusterId)); - } - } - } - } finally { - TopologyManager.releaseReadLock(); - } - } - - /** - * Find cluster from service name, tenant id. - * Acquire a topology manager read lock appropriately. - * - * @param serviceName - * @param tenantId - * @return - */ - private static Cluster findCluster(String serviceName, int tenantId) { - Service service = TopologyManager.getTopology().getService(serviceName); - if (service == null) { - throw new RuntimeException(String.format("Service not found: %s", serviceName)); - } - for (Cluster cluster : service.getClusters()) { - if (cluster.tenantIdInRange(tenantId)) { - return cluster; - } - } - return null; - } - - /** - * Add clusters against host names and tenant id to load balancer context. - * - * @param serviceName - * @param tenantId - * @param cluster - */ - private static void addClusterAgainstHostNamesAndTenantId(String serviceName, int tenantId, Cluster cluster) { - // Add clusters against host names - if (log.isDebugEnabled()) { - log.debug(String.format("Adding cluster to multi-tenant cluster map against host names: [service] %s " + - "[tenant-id] %d [cluster] %s", serviceName, tenantId, cluster.getClusterId())); - } - for (String hostName : cluster.getHostNames()) { - addClusterToMultiTenantClusterMap(hostName, tenantId, cluster); - if (log.isDebugEnabled()) { - log.debug(String.format("Cluster added to multi-tenant cluster map: [host-name] %s [tenant-id] %d [cluster] %s", - hostName, tenantId, cluster.getClusterId())); - } - } - } - - /** - * Remove clusters mapped against host names and tenant id from load balancer context. - * - * @param serviceName - * @param tenantId - * @param cluster - */ - private static void removeClusterAgainstHostNamesAndTenantId(String serviceName, int tenantId, Cluster cluster) { - // Remove clusters mapped against host names - if (log.isDebugEnabled()) { - log.debug(String.format("Removing cluster from multi-tenant cluster map against host names: [service] %s " + - "[tenant-id] %d [cluster] %s", serviceName, tenantId, cluster.getClusterId())); - } - for (String hostName : cluster.getHostNames()) { - LoadBalancerContext.getInstance().getMultiTenantClusterMap().removeCluster(hostName, tenantId); - if (log.isDebugEnabled()) { - log.debug(String.format("Cluster removed from multi-tenant clusters map: [host-name] %s [tenant-id] %d [cluster] %s", - hostName, tenantId, cluster.getClusterId())); - } - } - } - - - /** - * Add clusters against domains to load balancer context. - * - * @param serviceName - * @param cluster - * @param domains - */ - private static void addClusterAgainstDomains(String serviceName, Cluster cluster, Set domains) { - if (log.isDebugEnabled()) { - log.debug(String.format("Adding cluster to host/domain name -> cluster map against domain names: [service] %s " + - "[domains] %s [cluster] %s", serviceName, domains, cluster.getClusterId())); - } - if ((domains != null) && (domains.size() > 0)) { - for (String domain : domains) { - addClusterToHostNameClusterMap(domain, cluster); - - if (log.isDebugEnabled()) { - log.debug(String.format("Cluster added to host/domain name -> cluster map: [domain-name] %s [cluster] %s", - domain, cluster.getClusterId())); - } - } - } - } - - /** - * Remove clusters mapped against all subscription domain names for the given service, tenant, cluster ids. - * - * @param serviceName - * @param tenantId - * @param clusterIds - */ - public static void removeClustersAgainstAllDomains(String serviceName, int tenantId, Set clusterIds) { - try { - TenantManager.acquireReadLock(); - TopologyManager.acquireReadLock(); - - Service service = TopologyManager.getTopology().getService(serviceName); - if (service == null) { - if (log.isErrorEnabled()) { - log.error(String.format("Service not found in topology: [service] %s", serviceName)); - } - return; - } - for (String clusterId : clusterIds) { - Cluster cluster = service.getCluster(clusterId); - Tenant tenant = TenantManager.getInstance().getTenant(tenantId); - if (tenant != null) { - for (Subscription subscription : tenant.getSubscriptions()) { - if (subscription.getServiceName().equals(serviceName)) { - if (log.isDebugEnabled()) { - log.debug(String.format("Removing cluster from host/domain name -> cluster map against domain names: [service] %s " + - "[tenant-id] %d [domains] %s", serviceName, tenantId, subscription.getDomains())); - } - removeClusterAgainstDomains(cluster, subscription.getDomains()); - } else { - if (log.isDebugEnabled()) { - log.debug(String.format("Tenant not subscribed to service: %s", serviceName)); - } - } - } - } - } - } finally { - TopologyManager.releaseReadLock(); - TenantManager.releaseReadLock(); - } - } - - private static void removeClusterAgainstDomains(Cluster cluster, Set domains) { - for (String domain : domains) { - removeClusterFromHostNameClusterMap(domain, cluster); - if (log.isDebugEnabled()) { - log.debug(String.format("Cluster removed from host/domain name -> cluster map: [domain-name] %s [cluster] %s", - domain, cluster.getClusterId())); - } - } - } - - /** - * Add cluster to host/domain name cluster map. - * - * @param hostName - * @param cluster - */ - private static void addClusterToHostNameClusterMap(String hostName, Cluster cluster) { - if (!LoadBalancerContext.getInstance().getHostNameClusterMap().containsCluster((hostName))) { - LoadBalancerContext.getInstance().getHostNameClusterMap().addCluster(hostName, cluster); - } - } - - /** - * Remove cluseter from host/domain names cluster map. - * - * @param hostName - * @param cluster - */ - private static void removeClusterFromHostNameClusterMap(String hostName, Cluster cluster) { - if (LoadBalancerContext.getInstance().getHostNameClusterMap().containsCluster(hostName)) { - LoadBalancerContext.getInstance().getHostNameClusterMap().removeCluster(hostName); - } - } - - /** - * Add cluster to multi-tenant cluster map. - * - * @param hostName - * @param tenantId - * @param cluster - */ - private static void addClusterToMultiTenantClusterMap(String hostName, int tenantId, Cluster cluster) { - // Add hostName, tenantId, cluster to multi-tenant map - Map clusterMap = LoadBalancerContext.getInstance().getMultiTenantClusterMap().getClusters(hostName); - if (clusterMap == null) { - clusterMap = new HashMap(); - clusterMap.put(tenantId, cluster); - LoadBalancerContext.getInstance().getMultiTenantClusterMap().addClusters(hostName, clusterMap); - } else { - clusterMap.put(tenantId, cluster); - } - } } diff --git a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/map/MultiTenantClusterMap.java b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/map/MultiTenantClusterMap.java index d038fbce6f..339ad024bd 100644 --- a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/map/MultiTenantClusterMap.java +++ b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/context/map/MultiTenantClusterMap.java @@ -39,9 +39,7 @@ public MultiTenantClusterMap() { public Cluster getCluster(String hostName, int tenantId) { Map clusterMap = getClusters(hostName); if (clusterMap != null) { - if(clusterMap.containsKey(tenantId)) { - return clusterMap.get(tenantId); - } + return clusterMap.get(tenantId); } return null; } @@ -65,13 +63,4 @@ public void removeClusters(String hostName) { public void clear() { concurrentHashMap.clear(); } - - public void removeCluster(String hostName, int tenantId) { - Map clusterMap = getClusters(hostName); - if(clusterMap != null) { - if(clusterMap.containsKey(tenantId)) { - clusterMap.remove(tenantId); - } - } - } } diff --git a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/endpoint/TenantAwareLoadBalanceEndpoint.java b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/endpoint/TenantAwareLoadBalanceEndpoint.java index 364e8691e4..3d71a0a594 100644 --- a/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/endpoint/TenantAwareLoadBalanceEndpoint.java +++ b/components/org.apache.stratos.load.balancer/src/main/java/org/apache/stratos/load/balancer/endpoint/TenantAwareLoadBalanceEndpoint.java @@ -213,14 +213,13 @@ private org.apache.axis2.clustering.Member findNextMember(MessageContext synCtx) String url = extractUrl(synCtx); int tenantId = scanUrlForTenantId(url); if (tenantExists(tenantId)) { - // Tenant found, find member from hostname and tenant id member = requestDelegator.findNextMemberFromTenantId(targetHost, tenantId); } else { - // Tenant id not found in URL, find member from host name + // Multi-tenant cluster not found, try single tenant member = requestDelegator.findNextMemberFromHostName(targetHost); } } else { - // Find next member from host name + // Find next member from single tenant cluster map member = requestDelegator.findNextMemberFromHostName(targetHost); } diff --git a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/manager/CartridgeSubscriptionManager.java b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/manager/CartridgeSubscriptionManager.java index 053f234e1d..e7058f569d 100644 --- a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/manager/CartridgeSubscriptionManager.java +++ b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/manager/CartridgeSubscriptionManager.java @@ -46,17 +46,14 @@ import org.apache.stratos.manager.utils.ApplicationManagementUtil; import org.apache.stratos.manager.utils.CartridgeConstants; import org.apache.stratos.manager.utils.RepoPasswordMgtUtil; -import org.apache.stratos.messaging.broker.publish.EventPublisher; -import org.apache.stratos.messaging.broker.publish.EventPublisherPool; import org.apache.stratos.messaging.domain.topology.Cluster; import org.apache.stratos.messaging.domain.topology.Member; -import org.apache.stratos.messaging.event.tenant.SubscriptionDomainsAddedEvent; -import org.apache.stratos.messaging.event.tenant.SubscriptionDomainsRemovedEvent; import org.apache.stratos.messaging.util.Constants; import org.wso2.carbon.context.CarbonContext; import org.apache.stratos.manager.publisher.CartridgeSubscriptionDataPublisher; -import java.util.*; +import java.util.Collection; +import java.util.Random; /** * Manager class for the purpose of managing CartridgeSubscriptionInfo subscriptions, groupings, etc. @@ -198,7 +195,7 @@ private CartridgeSubscription subscribeToLB (SubscriptionData subscriptionData, if (lbDataContext.getLbCategory() == null || lbDataContext.getLbCategory().equals(Constants.NO_LOAD_BALANCER)) { - // no load balancer subscription required generate SubscriptionKey + // no load balancer subscription requiredgenerateSubscriptionKey log.info("No LB subscription required for the Subscription with alias: " + subscriptionData.getCartridgeAlias() + ", type: " + subscriptionData.getCartridgeType()); return null; @@ -249,7 +246,7 @@ private CartridgeSubscription subscribeToLB (SubscriptionData subscriptionData, // create subscription cartridgeSubscription.createSubscription(subscriber, lbAlias, lbDataContext.getAutoscalePolicy(), - lbDataContext.getDeploymentPolicy(), repository, new HashSet()); + lbDataContext.getDeploymentPolicy(), repository); // add LB category to the payload if (cartridgeSubscription.getPayloadData() != null) { @@ -318,7 +315,7 @@ private CartridgeSubscription subscribe (SubscriptionData subscriptionData, Cart //create subscription cartridgeSubscription.createSubscription(subscriber, subscriptionData.getCartridgeAlias(), subscriptionData.getAutoscalingPolicyName(), - subscriptionData.getDeploymentPolicyName(), repository, subscriptionData.getDomains()); + subscriptionData.getDeploymentPolicyName(), repository); // publishing to bam CartridgeSubscriptionDataPublisher.publish( @@ -379,85 +376,12 @@ private SubscriptionInfo registerCartridgeSubscription(CartridgeSubscription car // Publish tenant subscribed event to message broker CartridgeSubscriptionUtils.publishTenantSubscribedEvent(cartridgeSubscription.getSubscriber().getTenantId(), - cartridgeSubscription.getCartridgeInfo().getType(), new HashSet(cartridgeSubscription.getCluster().getId()), cartridgeSubscription.getDomains()); + cartridgeSubscription.getCartridgeInfo().getType()); return ApplicationManagementUtil. createSubscriptionResponse(cartridgeSubscriptionInfo, cartridgeSubscription.getRepository()); } - public void addSubscriptionDomains(int tenantId, String subscriptionAlias, List domains) - throws ADCException { - - CartridgeSubscription cartridgeSubscription; - try { - cartridgeSubscription = getCartridgeSubscription(tenantId, subscriptionAlias); - if(cartridgeSubscription == null) { - throw new ADCException("Cartridge subscription not found"); - } - cartridgeSubscription.addDomains(new HashSet(domains)); - new DataInsertionAndRetrievalManager().cacheAndUpdateSubscription(cartridgeSubscription); - } catch (PersistenceManagerException e) { - String errorMsg = "Could not add domains to cartridge subscription: [tenant-id] " + tenantId + " [subscription-alias] " + subscriptionAlias + - " [domains] " + domains; - log.error(errorMsg); - throw new ADCException(errorMsg, e); - } - - log.info("Successfully added domains to cartridge subscription: [tenant-id] " + tenantId + " [subscription-alias] " + subscriptionAlias + - " [domains] " + domains); - - EventPublisher eventPublisher = EventPublisherPool.getPublisher(Constants.TENANT_TOPIC); - SubscriptionDomainsAddedEvent event = new SubscriptionDomainsAddedEvent(tenantId, cartridgeSubscription.getType(), - new HashSet(cartridgeSubscription.getCluster().getId()), - new HashSet(domains)); - eventPublisher.publish(event); - } - - public void removeSubscriptionDomains(int tenantId, String subscriptionAlias, List domains) - throws ADCException { - - CartridgeSubscription cartridgeSubscription; - try { - cartridgeSubscription = getCartridgeSubscription(tenantId, subscriptionAlias); - if(cartridgeSubscription == null) { - throw new ADCException("Cartridge subscription not found"); - } - cartridgeSubscription.removeDomains(new HashSet(domains)); - new DataInsertionAndRetrievalManager().cacheAndUpdateSubscription(cartridgeSubscription); - } catch (PersistenceManagerException e) { - String errorMsg = "Could not remove domains from cartridge subscription: [tenant-id] " + tenantId + " [subscription-alias] " + subscriptionAlias + - " [domains] " + domains; - log.error(errorMsg); - throw new ADCException(errorMsg, e); - } - - log.info("Successfully removed domains from cartridge subscription: [tenant-id] " + tenantId + " [subscription-alias] " + subscriptionAlias + - " [domains] " + domains); - - EventPublisher eventPublisher = EventPublisherPool.getPublisher(Constants.TENANT_TOPIC); - SubscriptionDomainsRemovedEvent event = new SubscriptionDomainsRemovedEvent(tenantId, cartridgeSubscription.getType(), - new HashSet(cartridgeSubscription.getCluster().getId()), - new HashSet(domains)); - eventPublisher.publish(event); - } - - public List getSubscriptionDomains(int tenantId, String subscriptionAlias) - throws ADCException { - - try { - CartridgeSubscription cartridgeSubscription = getCartridgeSubscription(tenantId, subscriptionAlias); - if(cartridgeSubscription == null) { - throw new ADCException("Cartridge subscription not found"); - } - Set domains = cartridgeSubscription.getDomains(); - return new ArrayList(domains != null ? domains : new ArrayList()); - } catch (Exception e) { - String errorMsg = "Could not get domains of cartridge subscription: [tenant-id] " + tenantId + " [subscription-alias] " + subscriptionAlias; - log.error(errorMsg); - throw new ADCException(errorMsg, e); - } - } - public Collection getCartridgeSubscriptions (int tenantId, String type) throws ADCException { if (type == null || type.isEmpty()) { @@ -506,10 +430,8 @@ public void unsubscribeFromCartridge (String tenantDomain, String alias) } // Publish tenant un-subscribed event to message broker - CartridgeSubscriptionUtils.publishTenantUnSubscribedEvent( - cartridgeSubscription.getSubscriber().getTenantId(), - cartridgeSubscription.getCartridgeInfo().getType(), - new HashSet(cartridgeSubscription.getCluster().getId())); + CartridgeSubscriptionUtils.publishTenantUnSubscribedEvent(cartridgeSubscription.getSubscriber().getTenantId(), + cartridgeSubscription.getCartridgeInfo().getType()); // publishing to the unsubscribed event details to bam CartridgeSubscriptionDataPublisher.publish(cartridgeSubscription diff --git a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/publisher/TenantSynzhronizerTask.java b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/publisher/TenantSynzhronizerTask.java index a8f0cf0392..3eac3f5a75 100644 --- a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/publisher/TenantSynzhronizerTask.java +++ b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/publisher/TenantSynzhronizerTask.java @@ -26,14 +26,16 @@ import org.apache.stratos.manager.subscription.CartridgeSubscription; import org.apache.stratos.messaging.broker.publish.EventPublisher; import org.apache.stratos.messaging.broker.publish.EventPublisherPool; -import org.apache.stratos.messaging.domain.tenant.Subscription; import org.apache.stratos.messaging.domain.tenant.Tenant; import org.apache.stratos.messaging.event.tenant.CompleteTenantEvent; import org.apache.stratos.messaging.util.Constants; import org.wso2.carbon.ntask.core.Task; import org.wso2.carbon.user.core.tenant.TenantManager; -import java.util.*; +import java.util.ArrayList; +import java.util.Collection; +import java.util.List; +import java.util.Map; /** * Tenant synchronizer task for publishing complete tenant event periodically @@ -69,15 +71,12 @@ public void execute() { ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Collection cartridgeSubscriptions = new DataInsertionAndRetrievalManager().getCartridgeSubscriptions(tenant.getTenantId()); if (cartridgeSubscriptions != null && !cartridgeSubscriptions.isEmpty()) { - for (CartridgeSubscription cartridgeSubscription : cartridgeSubscriptions) { + for (CartridgeSubscription subscription : cartridgeSubscriptions) { if(log.isDebugEnabled()) { log.debug(String.format("Tenant subscription found: [tenant-id] %d [tenant-domain] %s [service] %s", - carbonTenant.getId(), carbonTenant.getDomain(), cartridgeSubscription.getType())); + carbonTenant.getId(), carbonTenant.getDomain(), subscription.getType())); } - Subscription subscription = new Subscription(cartridgeSubscription.getType(), - new HashSet(cartridgeSubscription.getCluster().getId()), - cartridgeSubscription.getDomains()); - tenant.addSubscription(subscription); + tenant.addServiceSubscription(subscription.getType()); } } tenants.add(tenant); diff --git a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/retriever/DataInsertionAndRetrievalManager.java b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/retriever/DataInsertionAndRetrievalManager.java index 0504fd3188..386758febe 100644 --- a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/retriever/DataInsertionAndRetrievalManager.java +++ b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/retriever/DataInsertionAndRetrievalManager.java @@ -68,31 +68,6 @@ public void cacheAndPersistSubcription (CartridgeSubscription cartridgeSubscript } } - public void cacheAndUpdateSubscription(CartridgeSubscription cartridgeSubscription) throws PersistenceManagerException { - - // get the write lock - LookupDataHolder.getInstance().acquireWriteLock(); - - try { - // store in LookupDataHolder - LookupDataHolder.getInstance().putSubscription(cartridgeSubscription); - - try { - // store in Persistence Manager - persistenceManager.persistCartridgeSubscription(cartridgeSubscription); - - } catch (PersistenceManagerException e) { - String errorMsg = "Error in updating cartridge subscription in persistence manager"; - log.error(errorMsg, e); - throw e; - } - - } finally { - // release the write lock - LookupDataHolder.getInstance().releaseWriteLock(); - } - } - public void removeSubscription (int tenantId, String subscriptionAlias) throws PersistenceManagerException { CartridgeSubscription cartridgeSubscription = getCartridgeSubscription(tenantId, subscriptionAlias); diff --git a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/CartridgeSubscription.java b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/CartridgeSubscription.java index f32cd2f3e9..e143bc3b64 100644 --- a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/CartridgeSubscription.java +++ b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/CartridgeSubscription.java @@ -34,7 +34,7 @@ import org.apache.stratos.manager.utils.CartridgeConstants; import java.io.Serializable; -import java.util.*; +import java.util.Map; public abstract class CartridgeSubscription implements Serializable { @@ -58,7 +58,7 @@ public abstract class CartridgeSubscription implements Serializable { //private List connectedSubscriptionAliases; private String subscriptionKey; private SubscriptionTenancyBehaviour subscriptionTenancyBehaviour; - private Set domains; + /** * Constructor @@ -79,7 +79,6 @@ public CartridgeSubscription(CartridgeInfo cartridgeInfo, SubscriptionTenancyBeh //this.setSubscriptionStatus(CartridgeConstants.SUBSCRIBED); //this.connectedSubscriptionAliases = new ArrayList(); this.setSubscriptionTenancyBehaviour(subscriptionTenancyBehaviour); - this.domains = new HashSet(); } /** @@ -103,7 +102,7 @@ public CartridgeSubscription(CartridgeInfo cartridgeInfo, SubscriptionTenancyBeh * @throws org.apache.stratos.manager.exception.RepositoryTransportException */ public void createSubscription (Subscriber subscriber, String alias, String autoscalingPolicy, - String deploymentPolicyName, Repository repository, Set domains) + String deploymentPolicyName, Repository repository) throws ADCException, PolicyException, UnregisteredCartridgeException, InvalidCartridgeAliasException, DuplicateCartridgeAliasException, RepositoryRequiredException, AlreadySubscribedException, RepositoryCredentialsRequiredException, InvalidRepositoryException, RepositoryTransportException { @@ -113,28 +112,11 @@ public void createSubscription (Subscriber subscriber, String alias, String auto setAutoscalingPolicyName(autoscalingPolicy); setDeploymentPolicyName(deploymentPolicyName); setRepository(repository); - addDomains(domains); setPayloadData(getSubscriptionTenancyBehaviour().create(getAlias(), getCluster(), getSubscriber(), getRepository(), getCartridgeInfo(), getSubscriptionKey(), getCustomPayloadEntries())); } - public void addDomains(Set domains) { - domains.addAll(domains); - } - - public void removeDomain(String domain) { - domains.remove(domain); - } - - public void removeDomains(Set domains) { - domains.removeAll(domains); - } - - public Set getDomains() { - return Collections.unmodifiableSet(domains); - } - /** * Unsubscribe from this cartridge subscription * @@ -405,7 +387,7 @@ public String toString() { ", alias=" + alias + ", autoscalingPolicyName=" + autoscalingPolicyName + ", deploymentPolicyName=" + deploymentPolicyName + ", subscriber=" + subscriber + ", repository=" + repository + ", cartridgeInfo=" + cartridgeInfo + ", payload=" + - payloadData + ", cluster=" + cluster + "]" + ", domains=" + domains.toString(); + payloadData + ", cluster=" + cluster + "]"; } public String getLbClusterId() { diff --git a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/SubscriptionData.java b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/SubscriptionData.java index cf4d91bd03..e267c24a28 100644 --- a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/SubscriptionData.java +++ b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/SubscriptionData.java @@ -20,15 +20,12 @@ import org.apache.stratos.cloud.controller.stub.pojo.Property; -import java.util.Collections; -import java.util.HashSet; -import java.util.Set; - /** * This holds the data that are gathered at the time of subscription. This is usefull when passing subscription details to the method calls. */ public class SubscriptionData { + private String cartridgeType; private String cartridgeAlias; private String autoscalingPolicyName; @@ -45,11 +42,6 @@ public class SubscriptionData { private PersistenceContext persistanceCtxt; private boolean isCommitsEnabled; private String serviceGroup; - private Set domains; - - public SubscriptionData() { - this.domains = new HashSet(); - } public String getCartridgeType() { return cartridgeType; @@ -178,20 +170,5 @@ public String getServiceGroup() { public void setServiceGroup(String serviceGroup) { this.serviceGroup = serviceGroup; } - - public void addDomains(Set domains) { - domains.addAll(domains); - } - - public void removeDomain(String domain) { - domains.remove(domain); - } - - public void removeDomains(Set domains) { - domains.removeAll(domains); - } - - public Set getDomains() { - return Collections.unmodifiableSet(domains); - } + } diff --git a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/utils/CartridgeSubscriptionUtils.java b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/utils/CartridgeSubscriptionUtils.java index 20e23e1502..a5c55178b1 100644 --- a/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/utils/CartridgeSubscriptionUtils.java +++ b/components/org.apache.stratos.manager/src/main/java/org/apache/stratos/manager/subscription/utils/CartridgeSubscriptionUtils.java @@ -44,8 +44,6 @@ import org.apache.stratos.messaging.event.tenant.TenantUnSubscribedEvent; import org.apache.stratos.messaging.util.Constants; -import java.util.HashSet; -import java.util.Set; import java.util.concurrent.Executor; import java.util.regex.Pattern; @@ -155,16 +153,12 @@ public static String generateSubscriptionKey() { static class TenantSubscribedEventPublisher implements Runnable { - private int tenantId; - private String serviceName; - private Set clusterIds; - private Set domains; + int tenantId; + String serviceName; - public TenantSubscribedEventPublisher(int tenantId, String service, Set clusterIds, Set domains) { + public TenantSubscribedEventPublisher(int tenantId, String service) { this.tenantId = tenantId; this.serviceName = service; - this.clusterIds = clusterIds; - this.domains = domains; } @Override public void run() { @@ -172,7 +166,7 @@ public void run() { if(log.isInfoEnabled()) { log.info(String.format("Publishing tenant subscribed event: [tenant-id] %d [service] %s", tenantId, serviceName)); } - TenantSubscribedEvent subscribedEvent = new TenantSubscribedEvent(tenantId, serviceName, clusterIds, domains); + TenantSubscribedEvent subscribedEvent = new TenantSubscribedEvent(tenantId, serviceName); EventPublisher eventPublisher = EventPublisherPool.getPublisher(Constants.TENANT_TOPIC); eventPublisher.publish(subscribedEvent); } catch (Exception e) { @@ -184,7 +178,7 @@ public void run() { } } - public static void publishTenantSubscribedEvent(int tenantId, String serviceName, Set clusterIds, Set domains) { + public static void publishTenantSubscribedEvent(int tenantId, String serviceName) { Executor exec = new Executor() { @@ -194,15 +188,15 @@ public void execute(Runnable command) { } }; - exec.execute(new TenantSubscribedEventPublisher(tenantId, serviceName, clusterIds, domains)); + exec.execute(new TenantSubscribedEventPublisher(tenantId, serviceName)); } - public static void publishTenantUnSubscribedEvent(int tenantId, String serviceName, Set clusterIds) { + public static void publishTenantUnSubscribedEvent(int tenantId, String serviceName) { try { if(log.isInfoEnabled()) { log.info(String.format("Publishing tenant un-subscribed event: [tenant-id] %d [service] %s", tenantId, serviceName)); } - TenantUnSubscribedEvent event = new TenantUnSubscribedEvent(tenantId, serviceName, clusterIds); + TenantUnSubscribedEvent event = new TenantUnSubscribedEvent(tenantId, serviceName); EventPublisher eventPublisher = EventPublisherPool.getPublisher(Constants.TENANT_TOPIC); eventPublisher.publish(event); } catch (Exception e) { diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Subscription.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Subscription.java deleted file mode 100644 index 36fca2b4dc..0000000000 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Subscription.java +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package org.apache.stratos.messaging.domain.tenant; - -import java.util.*; - -/** - * Tenant's service subscription. - */ -public class Subscription { - private final String serviceName; - private final Set clusterIds; - private final Set domains; - - public Subscription(String serviceName, Set clusterIds, Set domains) { - this.serviceName = serviceName; - this.clusterIds = clusterIds; - this.domains = (domains != null) ? domains : new HashSet(); - } - - public String getServiceName() { - return serviceName; - } - - public Set getClusterIds() { - return Collections.unmodifiableSet(clusterIds); - } - - public void addDomain(String domain) { - domains.add(domain); - } - - public void addDomains(Set domains) { - domains.addAll(domains); - } - - public void removeDomain(String domain) { - domains.remove(domain); - } - - public void removeDomains(Set domains) { - domains.removeAll(domains); - } - - public Set getDomains() { - return Collections.unmodifiableSet(domains); - } -} diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Tenant.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Tenant.java index ed20bd0172..bc4244a5c2 100644 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Tenant.java +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/tenant/Tenant.java @@ -32,13 +32,13 @@ public class Tenant implements Serializable{ private int tenantId; private String tenantDomain; - // Map - private Map serviceNameSubscriptionMap; + // Map + private Map serviceNameMap; public Tenant(int tenantId, String tenantDomain) { this.tenantId = tenantId; this.tenantDomain = tenantDomain; - this.serviceNameSubscriptionMap = new HashMap(); + this.serviceNameMap = new HashMap(); } public int getTenantId() { @@ -53,26 +53,19 @@ public void setTenantDomain(String tenantDomain) { this.tenantDomain = tenantDomain; } - public Subscription getSubscription(String serviceName) { - if(serviceNameSubscriptionMap.containsKey(serviceName)) { - return serviceNameSubscriptionMap.get(serviceName); - } - return null; + public Collection getServiceSubscriptions() { + return serviceNameMap.keySet(); } - public Collection getSubscriptions() { - return serviceNameSubscriptionMap.values(); + public boolean isServiceSubscribed(String serviceName) { + return serviceNameMap.containsKey(serviceName); } - public boolean isSubscribed(String serviceName) { - return serviceNameSubscriptionMap.containsKey(serviceName); + public void addServiceSubscription(String serviceName) { + serviceNameMap.put(serviceName, true); } - public void addSubscription(Subscription subscription) { - serviceNameSubscriptionMap.put(subscription.getServiceName(), subscription); - } - - public void removeSubscription(String serviceName) { - serviceNameSubscriptionMap.remove(serviceName); + public void removeServiceSubscription(String serviceName) { + serviceNameMap.remove(serviceName); } } diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsAddedEvent.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsAddedEvent.java deleted file mode 100644 index 312571a9c4..0000000000 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsAddedEvent.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package org.apache.stratos.messaging.event.tenant; - -import org.apache.stratos.messaging.event.Event; - -import java.io.Serializable; -import java.util.*; - -/** - * This event is fired when domains are added to a tenant subscription. - */ -public class SubscriptionDomainsAddedEvent extends Event implements Serializable { - private static final long serialVersionUID = 3457484382856403382L; - - private final int tenantId; - private final String serviceName; - private final Set clusterIds; - private final Set domains; - - public SubscriptionDomainsAddedEvent(int tenantId, String serviceName, Set clusterIds, Set domains) { - this.tenantId = tenantId; - this.serviceName = serviceName; - this.clusterIds = clusterIds; - this.domains = (domains != null) ? domains : new HashSet(); - } - - public int getTenantId() { - return tenantId; - } - - public String getServiceName() { - return serviceName; - } - - public Set getClusterIds() { - return Collections.unmodifiableSet(clusterIds); - } - - public Set getDomains() { - return Collections.unmodifiableSet(domains); - } -} diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsRemovedEvent.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsRemovedEvent.java deleted file mode 100644 index 3cc566426b..0000000000 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/SubscriptionDomainsRemovedEvent.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package org.apache.stratos.messaging.event.tenant; - -import org.apache.stratos.messaging.event.Event; - -import java.io.Serializable; -import java.util.*; - -/** - * This event is fired when domains are removed from a tenant subscription. - */ -public class SubscriptionDomainsRemovedEvent extends Event implements Serializable { - private static final long serialVersionUID = -8837521344795740210L; - - private final int tenantId; - private final String serviceName; - private final Set clusterIds; - private Set domains; - - public SubscriptionDomainsRemovedEvent(int tenantId, String serviceName, Set clusterIds, Set domains) { - this.tenantId = tenantId; - this.serviceName = serviceName; - this.clusterIds = clusterIds; - this.domains = (domains != null) ? domains : new HashSet(); - } - - public int getTenantId() { - return tenantId; - } - - public String getServiceName() { - return serviceName; - } - - public Set getClusterIds() { - return Collections.unmodifiableSet(clusterIds); - } - - public Set getDomains() { - return Collections.unmodifiableSet(domains); - } -} diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantSubscribedEvent.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantSubscribedEvent.java index bf0e28855d..2be1ad3a35 100644 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantSubscribedEvent.java +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantSubscribedEvent.java @@ -20,7 +20,6 @@ package org.apache.stratos.messaging.event.tenant; import java.io.Serializable; -import java.util.*; /** * This event is fired when a tenant is subscribed to a service. @@ -30,14 +29,10 @@ public class TenantSubscribedEvent extends TenantEvent implements Serializable { private final int tenantId; private final String serviceName; - private final Set clusterIds; - private final Set domains; - public TenantSubscribedEvent(int tenantId, String serviceName, Set clusterIds, Set domains) { + public TenantSubscribedEvent(int tenantId, String serviceName) { this.tenantId = tenantId; this.serviceName = serviceName; - this.clusterIds = clusterIds; - this.domains = (domains != null) ? domains : new HashSet(); } public int getTenantId() { @@ -47,12 +42,4 @@ public int getTenantId() { public String getServiceName() { return serviceName; } - - public Set getClusterIds() { - return Collections.unmodifiableSet(clusterIds); - } - - public Set getDomains() { - return Collections.unmodifiableSet(domains); - } } diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantUnSubscribedEvent.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantUnSubscribedEvent.java index 5cfcfdf577..2262cd4dc6 100644 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantUnSubscribedEvent.java +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/event/tenant/TenantUnSubscribedEvent.java @@ -20,8 +20,6 @@ package org.apache.stratos.messaging.event.tenant; import java.io.Serializable; -import java.util.Collections; -import java.util.Set; /** * This event is fired when a tenant is un-subscribed from a service. @@ -31,12 +29,10 @@ public class TenantUnSubscribedEvent extends TenantEvent implements Serializable private final int tenantId; private final String serviceName; - private final Set clusterIds; - public TenantUnSubscribedEvent(int tenantId, String serviceName, Set clusterIds) { + public TenantUnSubscribedEvent(int tenantId, String serviceName) { this.tenantId = tenantId; this.serviceName = serviceName; - this.clusterIds = clusterIds; } public int getTenantId() { @@ -46,8 +42,4 @@ public int getTenantId() { public String getServiceName() { return serviceName; } - - public Set getClusterIds() { - return Collections.unmodifiableSet(clusterIds); - } } diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsAddedEventListener.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsAddedEventListener.java deleted file mode 100644 index 3f169b7abf..0000000000 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsAddedEventListener.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package org.apache.stratos.messaging.listener.tenant; - -import org.apache.stratos.messaging.listener.EventListener; - -/** - * Tenant subscription domains added event listener. - */ -public abstract class SubscriptionDomainsAddedEventListener extends EventListener { -} diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsRemovedEventListener.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsRemovedEventListener.java deleted file mode 100644 index 5c81ad6b7f..0000000000 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/listener/tenant/SubscriptionDomainsRemovedEventListener.java +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package org.apache.stratos.messaging.listener.tenant; - -import org.apache.stratos.messaging.listener.EventListener; - -/** - * Tenant subscription domains removed event listener. - */ -public abstract class SubscriptionDomainsRemovedEventListener extends EventListener { -} diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsAddedMessageProcessor.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsAddedMessageProcessor.java deleted file mode 100644 index aeea6bf2dc..0000000000 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsAddedMessageProcessor.java +++ /dev/null @@ -1,96 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package org.apache.stratos.messaging.message.processor.tenant; - -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; -import org.apache.stratos.messaging.domain.tenant.Subscription; -import org.apache.stratos.messaging.domain.tenant.Tenant; -import org.apache.stratos.messaging.event.tenant.SubscriptionDomainsAddedEvent; -import org.apache.stratos.messaging.event.tenant.TenantSubscribedEvent; -import org.apache.stratos.messaging.message.processor.MessageProcessor; -import org.apache.stratos.messaging.message.receiver.tenant.TenantManager; -import org.apache.stratos.messaging.util.Util; - -/** - * Tenant subscribed message processor for adding domains to tenant subscriptions. - */ -public class SubscriptionDomainsAddedMessageProcessor extends MessageProcessor { - - private static final Log log = LogFactory.getLog(SubscriptionDomainsAddedMessageProcessor.class); - - private MessageProcessor nextProcessor; - - @Override - public void setNext(MessageProcessor nextProcessor) { - this.nextProcessor = nextProcessor; - } - - @Override - public boolean process(String type, String message, Object object) { - if (SubscriptionDomainsAddedEvent.class.getName().equals(type)) { - // Return if tenant manager has not initialized - if(!TenantManager.getInstance().isInitialized()) { - return false; - } - - // Parse complete message and build event - SubscriptionDomainsAddedEvent event = (SubscriptionDomainsAddedEvent) Util.jsonToObject(message, TenantSubscribedEvent.class); - - try { - TenantManager.acquireWriteLock(); - Tenant tenant = TenantManager.getInstance().getTenant(event.getTenantId()); - if(tenant == null) { - if(log.isWarnEnabled()) { - log.warn(String.format("Tenant not found: [tenant-id] %d", event.getTenantId())); - } - return false; - } - Subscription subscription = tenant.getSubscription(event.getServiceName()); - if(subscription == null) { - if(log.isWarnEnabled()) { - log.warn(String.format("Subscription not found: [tenant-id] %d", event.getTenantId())); - } - return false; - } - subscription.addDomains(event.getDomains()); - if(log.isInfoEnabled()) { - log.info(String.format("Domains added to tenant subscription: [tenant-id] %d [tenant-domain] %s [service] %s [domains] %s", - tenant.getTenantId(), tenant.getTenantDomain(), event.getServiceName(), event.getDomains())); - } - - // Notify event listeners - notifyEventListeners(event); - return true; - } - finally { - TenantManager.releaseWriteLock(); - } - } - else { - if(nextProcessor != null) { - return nextProcessor.process(type, message, object); - } - else { - throw new RuntimeException(String.format("Failed to process tenant message using available message processors: [type] %s [body] %s", type, message)); - } - } - } -} diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsRemovedMessageProcessor.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsRemovedMessageProcessor.java deleted file mode 100644 index fc08357090..0000000000 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/SubscriptionDomainsRemovedMessageProcessor.java +++ /dev/null @@ -1,96 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package org.apache.stratos.messaging.message.processor.tenant; - -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; -import org.apache.stratos.messaging.domain.tenant.Subscription; -import org.apache.stratos.messaging.domain.tenant.Tenant; -import org.apache.stratos.messaging.event.tenant.SubscriptionDomainsAddedEvent; -import org.apache.stratos.messaging.event.tenant.TenantSubscribedEvent; -import org.apache.stratos.messaging.message.processor.MessageProcessor; -import org.apache.stratos.messaging.message.receiver.tenant.TenantManager; -import org.apache.stratos.messaging.util.Util; - -/** - * Tenant subscribed message processor for removing domains from tenant subscriptions. - */ -public class SubscriptionDomainsRemovedMessageProcessor extends MessageProcessor { - - private static final Log log = LogFactory.getLog(SubscriptionDomainsRemovedMessageProcessor.class); - - private MessageProcessor nextProcessor; - - @Override - public void setNext(MessageProcessor nextProcessor) { - this.nextProcessor = nextProcessor; - } - - @Override - public boolean process(String type, String message, Object object) { - if (SubscriptionDomainsAddedEvent.class.getName().equals(type)) { - // Return if tenant manager has not initialized - if(!TenantManager.getInstance().isInitialized()) { - return false; - } - - // Parse complete message and build event - SubscriptionDomainsAddedEvent event = (SubscriptionDomainsAddedEvent) Util.jsonToObject(message, TenantSubscribedEvent.class); - - try { - TenantManager.acquireWriteLock(); - Tenant tenant = TenantManager.getInstance().getTenant(event.getTenantId()); - if(tenant == null) { - if(log.isWarnEnabled()) { - log.warn(String.format("Tenant not found: [tenant-id] %d", event.getTenantId())); - } - return false; - } - Subscription subscription = tenant.getSubscription(event.getServiceName()); - if(subscription == null) { - if(log.isWarnEnabled()) { - log.warn(String.format("Subscription not found: [tenant-id] %d", event.getTenantId())); - } - return false; - } - subscription.removeDomains(event.getDomains()); - if(log.isInfoEnabled()) { - log.info(String.format("Domains removed from tenant subscription: [tenant-id] %d [tenant-domain] %s [service] %s [domains] %s", - tenant.getTenantId(), tenant.getTenantDomain(), event.getServiceName(), event.getDomains())); - } - - // Notify event listeners - notifyEventListeners(event); - return true; - } - finally { - TenantManager.releaseWriteLock(); - } - } - else { - if(nextProcessor != null) { - return nextProcessor.process(type, message, object); - } - else { - throw new RuntimeException(String.format("Failed to process tenant message using available message processors: [type] %s [body] %s", type, message)); - } - } - } -} diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantMessageProcessorChain.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantMessageProcessorChain.java index 725ad0f902..d4c008e85d 100644 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantMessageProcessorChain.java +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantMessageProcessorChain.java @@ -37,8 +37,6 @@ public class TenantMessageProcessorChain extends MessageProcessorChain { private TenantRemovedMessageProcessor tenantRemovedMessageProcessor; private TenantSubscribedMessageProcessor tenantSubscribedMessageProcessor; private TenantUnSubscribedMessageProcessor tenantUnSubscribedMessageProcessor; - private SubscriptionDomainsAddedMessageProcessor subscriptionDomainsAddedMessageProcessor; - private SubscriptionDomainsRemovedMessageProcessor subscriptionDomainsRemovedMessageProcessor; public void initialize() { // Add tenant event processors @@ -60,12 +58,6 @@ public void initialize() { tenantUnSubscribedMessageProcessor = new TenantUnSubscribedMessageProcessor(); add(tenantUnSubscribedMessageProcessor); - subscriptionDomainsAddedMessageProcessor = new SubscriptionDomainsAddedMessageProcessor(); - add(subscriptionDomainsAddedMessageProcessor); - - subscriptionDomainsRemovedMessageProcessor = new SubscriptionDomainsRemovedMessageProcessor(); - add(subscriptionDomainsRemovedMessageProcessor); - if (log.isDebugEnabled()) { log.debug("Tenant message processor chain initialized"); } @@ -84,10 +76,6 @@ public void addEventListener(EventListener eventListener) { tenantSubscribedMessageProcessor.addEventListener(eventListener); } else if (eventListener instanceof TenantUnSubscribedEventListener) { tenantUnSubscribedMessageProcessor.addEventListener(eventListener); - } else if (eventListener instanceof SubscriptionDomainsAddedEventListener) { - subscriptionDomainsAddedMessageProcessor.addEventListener(eventListener); - } else if (eventListener instanceof SubscriptionDomainsRemovedEventListener) { - subscriptionDomainsRemovedMessageProcessor.addEventListener(eventListener); } else { throw new RuntimeException("Unknown event listener"); diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantSubscribedMessageProcessor.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantSubscribedMessageProcessor.java index 147ebde539..aae074b14d 100644 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantSubscribedMessageProcessor.java +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantSubscribedMessageProcessor.java @@ -21,7 +21,6 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.apache.stratos.messaging.domain.tenant.Subscription; import org.apache.stratos.messaging.domain.tenant.Tenant; import org.apache.stratos.messaging.event.tenant.TenantSubscribedEvent; import org.apache.stratos.messaging.message.processor.MessageProcessor; @@ -63,11 +62,10 @@ public boolean process(String type, String message, Object object) { } return false; } - Subscription subscription = new Subscription(event.getServiceName(), event.getClusterIds(), event.getDomains()); - tenant.addSubscription(subscription); + tenant.addServiceSubscription(event.getServiceName()); if(log.isInfoEnabled()) { - log.info(String.format("Tenant subscribed to service: [tenant-id] %d [tenant-domain] %s [service] %s [domains] %s", - tenant.getTenantId(), tenant.getTenantDomain(), event.getServiceName(), event.getDomains())); + log.info(String.format("Tenant subscribed to service: [tenant-id] %d [tenant-domain] %s [service] %s", + tenant.getTenantId(), tenant.getTenantDomain(), event.getServiceName())); } // Notify event listeners diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantUnSubscribedMessageProcessor.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantUnSubscribedMessageProcessor.java index ee929a38ce..6c4157cefc 100644 --- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantUnSubscribedMessageProcessor.java +++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/message/processor/tenant/TenantUnSubscribedMessageProcessor.java @@ -62,7 +62,7 @@ public boolean process(String type, String message, Object object) { } return false; } - tenant.removeSubscription(event.getServiceName()); + tenant.removeServiceSubscription(event.getServiceName()); if(log.isInfoEnabled()) { log.info(String.format("Tenant un-subscribed from service: [tenant-id] %d [tenant-domain] %s [service] %s", tenant.getTenantId(), tenant.getTenantDomain(), event.getServiceName())); diff --git a/components/org.apache.stratos.messaging/src/test/java/org/apache/stratos/messaging/test/TenantDomainTest.java b/components/org.apache.stratos.messaging/src/test/java/org/apache/stratos/messaging/test/TenantDomainTest.java deleted file mode 100644 index adb11e1ade..0000000000 --- a/components/org.apache.stratos.messaging/src/test/java/org/apache/stratos/messaging/test/TenantDomainTest.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package org.apache.stratos.messaging.test; - -import junit.framework.Assert; -import org.apache.stratos.messaging.domain.tenant.Subscription; -import org.apache.stratos.messaging.domain.tenant.Tenant; -import org.junit.Test; -import org.junit.runner.RunWith; -import org.junit.runners.JUnit4; - -import java.util.HashSet; - -/** - * Tenant domain model test. - */ -@RunWith(JUnit4.class) -public class TenantDomainTest { - @Test - public void testSubscriptionModel() { - Tenant tenant = new Tenant(1, "domain.org"); - Subscription subscription = new Subscription("subscription1", new HashSet(), new HashSet()); - tenant.addSubscription(subscription); - Assert.assertTrue("Subscription not added", tenant.isSubscribed("subscription1")); - tenant.removeSubscription("subscription1"); - Assert.assertTrue("Subscription not removed", !tenant.isSubscribed("subscription1")); - } -} diff --git a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/CartridgeInfoBean.java b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/CartridgeInfoBean.java index 48fd5ce164..e29d028fa7 100644 --- a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/CartridgeInfoBean.java +++ b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/bean/CartridgeInfoBean.java @@ -19,8 +19,6 @@ package org.apache.stratos.rest.endpoint.bean; import javax.xml.bind.annotation.XmlRootElement; -import java.util.ArrayList; -import java.util.List; @XmlRootElement public class CartridgeInfoBean { @@ -40,11 +38,6 @@ public class CartridgeInfoBean { private String size; private boolean removeOnTermination; private String serviceGroup; - private List domains; - - public CartridgeInfoBean() { - this.domains = new ArrayList(); - } public String getCartridgeType() { return cartridgeType; @@ -165,8 +158,5 @@ public String getServiceGroup() { public void setServiceGroup(String serviceGroup) { this.serviceGroup = serviceGroup; } - - public List getDomains() { return domains; } - - public void setDomains(List domains) { this.domains = domains; } + } diff --git a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/ServiceUtils.java b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/ServiceUtils.java index 554accf133..44b2c2640b 100644 --- a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/ServiceUtils.java +++ b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/ServiceUtils.java @@ -52,7 +52,8 @@ import org.apache.stratos.messaging.domain.topology.MemberStatus; import org.apache.stratos.messaging.message.receiver.topology.TopologyManager; import org.apache.stratos.messaging.util.Constants; -import org.apache.stratos.rest.endpoint.bean.*; +import org.apache.stratos.rest.endpoint.bean.CartridgeInfoBean; +import org.apache.stratos.rest.endpoint.bean.StratosAdminResponse; import org.apache.stratos.rest.endpoint.bean.autoscaler.partition.Partition; import org.apache.stratos.rest.endpoint.bean.autoscaler.partition.PartitionGroup; import org.apache.stratos.rest.endpoint.bean.autoscaler.policy.autoscale.AutoscalePolicy; @@ -991,7 +992,6 @@ private static SubscriptionInfo subscribe (CartridgeInfoBean cartridgeInfoBean, subscriptionData.setRepositoryPassword(cartridgeInfoBean.getRepoPassword()); subscriptionData.setCommitsEnabled(cartridgeInfoBean.isCommitsEnabled()); subscriptionData.setServiceGroup(cartridgeInfoBean.getServiceGroup()); - subscriptionData.addDomains(new HashSet(cartridgeInfoBean.getDomains())); if (cartridgeInfoBean.isPersistanceRequired()) { // Add persistence related properties to PersistenceContext @@ -1187,44 +1187,4 @@ static StratosAdminResponse synchronizeRepository(CartridgeSubscription cartridg return stratosAdminResponse; } - public static StratosAdminResponse addSubscriptionDomains(ConfigurationContext configurationContext, String cartridgeType, - String subscriptionAlias, List domains) throws RestAPIException { - try { - int tenantId = ApplicationManagementUtil.getTenantId(configurationContext); - cartridgeSubsciptionManager.addSubscriptionDomains(tenantId, subscriptionAlias, domains); - } catch (Exception e) { - log.error(e.getMessage(), e); - throw new RestAPIException(e.getMessage(), e); - } - - StratosAdminResponse stratosAdminResponse = new StratosAdminResponse(); - stratosAdminResponse.setMessage("Successfully added domains to cartridge subscription"); - return stratosAdminResponse; - } - - public static List getSubscriptionDomains(ConfigurationContext configurationContext, String cartridgeType, - String subscriptionAlias) throws RestAPIException { - try { - int tenantId = ApplicationManagementUtil.getTenantId(configurationContext); - return cartridgeSubsciptionManager.getSubscriptionDomains(tenantId, subscriptionAlias); - } catch (Exception e) { - log.error(e.getMessage(), e); - throw new RestAPIException(e.getMessage(), e); - } - } - - public static StratosAdminResponse removeSubscriptionDomains(ConfigurationContext configurationContext, String cartridgeType, - String subscriptionAlias, List domains) throws RestAPIException { - try { - int tenantId = ApplicationManagementUtil.getTenantId(configurationContext); - cartridgeSubsciptionManager.removeSubscriptionDomains(tenantId, subscriptionAlias, domains); - } catch (Exception e) { - log.error(e.getMessage(), e); - throw new RestAPIException(e.getMessage(), e); - } - - StratosAdminResponse stratosAdminResponse = new StratosAdminResponse(); - stratosAdminResponse.setMessage("Successfully removed domains from cartridge subscription"); - return stratosAdminResponse; - } } diff --git a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/StratosAdmin.java b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/StratosAdmin.java index c5db7ffadc..7b744a53c2 100644 --- a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/StratosAdmin.java +++ b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/StratosAdmin.java @@ -33,7 +33,6 @@ import org.apache.stratos.rest.endpoint.annotation.SuperTenantService; import org.apache.stratos.rest.endpoint.bean.CartridgeInfoBean; import org.apache.stratos.rest.endpoint.bean.StratosAdminResponse; -import org.apache.stratos.rest.endpoint.bean.SubscriptionDomainRequest; import org.apache.stratos.rest.endpoint.bean.autoscaler.partition.Partition; import org.apache.stratos.rest.endpoint.bean.autoscaler.partition.PartitionGroup; import org.apache.stratos.rest.endpoint.bean.autoscaler.policy.autoscale.AutoscalePolicy; @@ -41,6 +40,7 @@ import org.apache.stratos.rest.endpoint.bean.cartridge.definition.CartridgeDefinitionBean; import org.apache.stratos.rest.endpoint.bean.cartridge.definition.ServiceDefinitionBean; import org.apache.stratos.rest.endpoint.bean.repositoryNotificationInfoBean.Payload; +import org.apache.stratos.rest.endpoint.bean.repositoryNotificationInfoBean.Repository; import org.apache.stratos.rest.endpoint.bean.topology.Cluster; import org.apache.stratos.rest.endpoint.exception.RestAPIException; import org.apache.stratos.tenant.mgt.core.TenantPersistor; @@ -1018,36 +1018,4 @@ private List searchPartialTenantsDomains(String domain) throws R } return tenantList; } - - @POST - @Path("/cartridge/{cartridgeType}/subscription/{subscriptionAlias}/domain/") - @Consumes("application/json") - @AuthorizationAction("/permission/protected/manage/monitor/tenants") - public StratosAdminResponse addSubscriptionDomains(@PathParam("cartridgeType") String cartridgeType, - @PathParam("subscriptionAlias") String subscriptionAlias, - SubscriptionDomainRequest request) throws RestAPIException { - - return ServiceUtils.addSubscriptionDomains(getConfigContext(), cartridgeType, subscriptionAlias, request.getDomains()); - } - - @GET - @Path("/cartridge/{cartridgeType}/subscription/{subscriptionAlias}/domain/") - @Consumes("application/json") - @AuthorizationAction("/permission/protected/manage/monitor/tenants") - public String[] getSubscriptionDomains(@PathParam("cartridgeType") String cartridgeType, - @PathParam("subscriptionAlias") String subscriptionAlias) throws RestAPIException { - - return (String[]) ServiceUtils.getSubscriptionDomains(getConfigContext(), cartridgeType, subscriptionAlias).toArray(); - } - - @DELETE - @Path("/cartridge/{cartridgeType}/subscription/{subscriptionAlias}/domain/") - @Consumes("application/json") - @AuthorizationAction("/permission/protected/manage/monitor/tenants") - public StratosAdminResponse removeSubscriptionDomains(@PathParam("cartridgeType") String cartridgeType, - @PathParam("subscriptionAlias") String subscriptionAlias, - SubscriptionDomainRequest request) throws RestAPIException { - - return ServiceUtils.removeSubscriptionDomains(getConfigContext(), cartridgeType, subscriptionAlias, request.getDomains()); - } } diff --git a/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/cxf-servlet.xml b/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/cxf-servlet.xml index fac0fb9c11..fbb8b1019f 100644 --- a/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/cxf-servlet.xml +++ b/components/org.apache.stratos.rest.endpoint/src/main/webapp/stratos/WEB-INF/cxf-servlet.xml @@ -68,7 +68,6 @@ hostNames portMappings volumes - domains From 4bef178416ffbdec1233a3f41323ca3247eef599 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Wed, 30 Apr 2014 15:13:12 +0530 Subject: [PATCH 020/104] Removed target,.git folders from maven artifacts and included DISCLAIMER file --- pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/pom.xml b/pom.xml index 48e86bf940..0f23741877 100644 --- a/pom.xml +++ b/pom.xml @@ -417,6 +417,49 @@ 1.6 + + org.apache.maven.plugins + maven-remote-resources-plugin + + + **/target/**/* + **/.gitignore + **/.git/**/* + + + + + + process + + + + org.apache:apache-incubator-disclaimer-resource-bundle:1.1 + + org.apache:apache-jar-resource-bundle:1.4 + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + jar-no-fork + + + + ${project.build.directory}/**/* + + + + + From d8c16eb55758ba4af40e1f119616f722521a96a8 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Wed, 30 Apr 2014 16:26:34 +0530 Subject: [PATCH 021/104] Changed version to 4.0.0-SNAPSHOT to execute a new release build --- components/org.apache.stratos.account.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.account.mgt/pom.xml | 2 +- components/org.apache.stratos.activation/pom.xml | 2 +- components/org.apache.stratos.autoscaler/pom.xml | 2 +- components/org.apache.stratos.cartridge.agent/pom.xml | 2 +- components/org.apache.stratos.cartridge.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.cli/pom.xml | 2 +- components/org.apache.stratos.cloud.controller/pom.xml | 2 +- components/org.apache.stratos.common/pom.xml | 2 +- components/org.apache.stratos.deployment/pom.xml | 2 +- components/org.apache.stratos.email.sender/pom.xml | 2 +- components/org.apache.stratos.keystore.mgt/pom.xml | 2 +- components/org.apache.stratos.load.balancer.common/pom.xml | 2 +- .../org.apache.stratos.load.balancer.extension.api/pom.xml | 2 +- components/org.apache.stratos.load.balancer/pom.xml | 2 +- components/org.apache.stratos.logging.view.ui/pom.xml | 2 +- components/org.apache.stratos.manager.styles/pom.xml | 2 +- components/org.apache.stratos.manager/pom.xml | 2 +- components/org.apache.stratos.messaging/pom.xml | 2 +- components/org.apache.stratos.redirector.servlet.ui/pom.xml | 2 +- components/org.apache.stratos.redirector.servlet/pom.xml | 2 +- components/org.apache.stratos.register.ui/pom.xml | 2 +- components/org.apache.stratos.rest.endpoint/pom.xml | 2 +- components/org.apache.stratos.sso.redirector.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor.agent/pom.xml | 2 +- components/org.apache.stratos.status.monitor.core/pom.xml | 2 +- components/org.apache.stratos.status.monitor.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor/pom.xml | 2 +- components/org.apache.stratos.tenant.activity.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.activity/pom.xml | 2 +- components/org.apache.stratos.tenant.dispatcher/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.core/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.email.sender/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt/pom.xml | 2 +- components/org.apache.stratos.theme.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.theme.mgt/pom.xml | 2 +- components/org.apache.stratos.throttling.agent/pom.xml | 2 +- components/org.apache.stratos.throttling.manager/pom.xml | 2 +- components/org.apache.stratos.throttling.ui/pom.xml | 2 +- components/org.apache.stratos.usage.agent/pom.xml | 2 +- components/org.apache.stratos.usage.summary.helper/pom.xml | 2 +- components/org.apache.stratos.usage.ui/pom.xml | 2 +- components/org.apache.stratos.usage/pom.xml | 2 +- components/org.apache.stratos.validate.domain.ui/pom.xml | 2 +- components/org.apache.stratos.validate.domain/pom.xml | 2 +- components/pom.xml | 2 +- dependencies/org.wso2.carbon.ui/pom.xml | 2 +- dependencies/pom.xml | 2 +- extensions/cep/stratos-cep-extension/pom.xml | 2 +- extensions/load-balancer/haproxy-extension/pom.xml | 2 +- extensions/load-balancer/pom.xml | 2 +- extensions/pom.xml | 2 +- .../autoscaler/org.apache.stratos.autoscaler.feature/pom.xml | 2 +- features/autoscaler/pom.xml | 2 +- .../org.apache.stratos.cloud.controller.feature/pom.xml | 2 +- features/cloud-controller/pom.xml | 2 +- .../org.apache.stratos.load.balancer.common.feature/pom.xml | 2 +- .../org.apache.stratos.load.balancer.feature/pom.xml | 2 +- features/load-balancer/pom.xml | 2 +- .../org.apache.stratos.cartridge.mgt.ui.feature/pom.xml | 2 +- features/manager/cartridge-mgt/pom.xml | 2 +- .../manager/common/org.apache.stratos.common.feature/pom.xml | 2 +- .../common/org.apache.stratos.common.server.feature/pom.xml | 2 +- .../common/org.apache.stratos.common.ui.feature/pom.xml | 2 +- features/manager/common/pom.xml | 2 +- features/manager/deployment/pom.xml | 2 +- features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.server.feature/pom.xml | 2 +- .../manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml | 2 +- features/manager/gapp/pom.xml | 2 +- .../org.apache.stratos.logging.mgt.feature/pom.xml | 2 +- features/manager/logging-mgt/pom.xml | 2 +- features/manager/pom.xml | 2 +- .../org.apache.stratos.rest.endpoint.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.agent.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.server.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.ui.feature/pom.xml | 2 +- features/manager/status-monitor/pom.xml | 2 +- .../stratos-mgt/org.apache.stratos.manager.feature/pom.xml | 2 +- .../org.apache.stratos.manager.server.feature/pom.xml | 2 +- features/manager/stratos-mgt/pom.xml | 2 +- .../styles/org.apache.stratos.manager.styles.feature/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.server.feature/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.ui.feature/pom.xml | 2 +- features/manager/tenant-activity/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.core.feature/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.server.feature/pom.xml | 2 +- features/manager/tenant-mgt/pom.xml | 2 +- .../org.apache.stratos.throttling.agent.feature/pom.xml | 2 +- .../org.apache.stratos.throttling.manager.feature/pom.xml | 2 +- features/manager/throttling/pom.xml | 2 +- .../usage/org.apache.stratos.usage.agent.feature/pom.xml | 2 +- .../manager/usage/org.apache.stratos.usage.feature/pom.xml | 2 +- .../usage/org.apache.stratos.usage.server.feature/pom.xml | 2 +- .../manager/usage/org.apache.stratos.usage.ui.feature/pom.xml | 2 +- features/manager/usage/pom.xml | 2 +- .../messaging/org.apache.stratos.messaging.feature/pom.xml | 2 +- features/messaging/pom.xml | 2 +- features/pom.xml | 2 +- pom.xml | 2 +- products/cartridge-agent/modules/distribution/pom.xml | 2 +- products/cartridge-agent/pom.xml | 2 +- products/load-balancer/modules/distribution/pom.xml | 2 +- products/load-balancer/modules/integration/pom.xml | 2 +- products/load-balancer/modules/p2-profile/pom.xml | 2 +- products/load-balancer/pom.xml | 2 +- products/pom.xml | 2 +- products/stratos-cli/distribution/pom.xml | 2 +- products/stratos-cli/pom.xml | 2 +- products/stratos/modules/distribution/pom.xml | 4 ++-- products/stratos/modules/integration/pom.xml | 2 +- products/stratos/modules/p2-profile-gen/pom.xml | 2 +- products/stratos/pom.xml | 2 +- service-stubs/org.apache.stratos.account.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.autoscaler.service.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml | 2 +- .../org.apache.stratos.cloud.controller.service.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.common.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.manager.dashboard.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.manager.stub/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.register.gapp.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.tenant.register.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttle.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.agent.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttling.stub/pom.xml | 2 +- .../org.apache.stratos.usage.meteringqueryds.stub/pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.usage.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.validate.domain.stub/pom.xml | 2 +- service-stubs/pom.xml | 2 +- tools/stratos-installer/config/as/repository/conf/carbon.xml | 2 +- tools/stratos-installer/config/cc/repository/conf/carbon.xml | 2 +- tools/stratos-installer/config/sm/repository/conf/carbon.xml | 2 +- 143 files changed, 144 insertions(+), 144 deletions(-) diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml index 41e0d4ee85..e6aa1ab102 100644 --- a/components/org.apache.stratos.account.mgt.ui/pom.xml +++ b/components/org.apache.stratos.account.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml index a871a6c3c6..2e9214c26e 100644 --- a/components/org.apache.stratos.account.mgt/pom.xml +++ b/components/org.apache.stratos.account.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml index 2e68f3e536..ac5a56fc06 100644 --- a/components/org.apache.stratos.activation/pom.xml +++ b/components/org.apache.stratos.activation/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml index 61e317a797..cbc409057d 100644 --- a/components/org.apache.stratos.autoscaler/pom.xml +++ b/components/org.apache.stratos.autoscaler/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml index 40f0c69bc5..48084271ff 100644 --- a/components/org.apache.stratos.cartridge.agent/pom.xml +++ b/components/org.apache.stratos.cartridge.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml index 60c5025e38..c038759ae5 100644 --- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml +++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml index cbe0d87d45..119db71804 100644 --- a/components/org.apache.stratos.cli/pom.xml +++ b/components/org.apache.stratos.cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index 9755ab02bd..97276137ef 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml index a2cbe6cdf9..c39b9f8af0 100644 --- a/components/org.apache.stratos.common/pom.xml +++ b/components/org.apache.stratos.common/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml index 44b9fb437d..273cb97fa4 100644 --- a/components/org.apache.stratos.deployment/pom.xml +++ b/components/org.apache.stratos.deployment/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml index fd36bcd9fd..a62b72d538 100644 --- a/components/org.apache.stratos.email.sender/pom.xml +++ b/components/org.apache.stratos.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml index 78f831a99b..e73f718cc5 100644 --- a/components/org.apache.stratos.keystore.mgt/pom.xml +++ b/components/org.apache.stratos.keystore.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml index 6450a32d2d..81febb760c 100644 --- a/components/org.apache.stratos.load.balancer.common/pom.xml +++ b/components/org.apache.stratos.load.balancer.common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.extension.api/pom.xml b/components/org.apache.stratos.load.balancer.extension.api/pom.xml index a79fbf1b31..cf3abba5f4 100644 --- a/components/org.apache.stratos.load.balancer.extension.api/pom.xml +++ b/components/org.apache.stratos.load.balancer.extension.api/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT org.apache.stratos diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index ad4541db98..5a2b6f423a 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml index d3c37f600c..46d25c828a 100644 --- a/components/org.apache.stratos.logging.view.ui/pom.xml +++ b/components/org.apache.stratos.logging.view.ui/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml index 217527db1c..491cbb6ce2 100644 --- a/components/org.apache.stratos.manager.styles/pom.xml +++ b/components/org.apache.stratos.manager.styles/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml index 7e6bcb1dbc..b6cd4bb648 100644 --- a/components/org.apache.stratos.manager/pom.xml +++ b/components/org.apache.stratos.manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml index e1bc08986c..54b8fded76 100644 --- a/components/org.apache.stratos.messaging/pom.xml +++ b/components/org.apache.stratos.messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml index 68b33e5ec8..d3595ea2a8 100644 --- a/components/org.apache.stratos.redirector.servlet.ui/pom.xml +++ b/components/org.apache.stratos.redirector.servlet.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml index c986fe3c46..7ea160a3d5 100644 --- a/components/org.apache.stratos.redirector.servlet/pom.xml +++ b/components/org.apache.stratos.redirector.servlet/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml index 15a2cce635..6ab6dab6ac 100644 --- a/components/org.apache.stratos.register.ui/pom.xml +++ b/components/org.apache.stratos.register.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml index 9d327f2a8a..41b707c428 100644 --- a/components/org.apache.stratos.rest.endpoint/pom.xml +++ b/components/org.apache.stratos.rest.endpoint/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml index a8f233027e..2a58584077 100644 --- a/components/org.apache.stratos.sso.redirector.ui/pom.xml +++ b/components/org.apache.stratos.sso.redirector.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml index cfb47bd2e1..6fedb3d5a8 100644 --- a/components/org.apache.stratos.status.monitor.agent/pom.xml +++ b/components/org.apache.stratos.status.monitor.agent/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml index c377ff2190..02e9c03dfc 100644 --- a/components/org.apache.stratos.status.monitor.core/pom.xml +++ b/components/org.apache.stratos.status.monitor.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml index 4304c18836..30bcdbd181 100644 --- a/components/org.apache.stratos.status.monitor.ui/pom.xml +++ b/components/org.apache.stratos.status.monitor.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml index 71da264128..5cd27915ce 100644 --- a/components/org.apache.stratos.status.monitor/pom.xml +++ b/components/org.apache.stratos.status.monitor/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml index 18c909c18e..e6cb0b1ed6 100644 --- a/components/org.apache.stratos.tenant.activity.ui/pom.xml +++ b/components/org.apache.stratos.tenant.activity.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml index 7d92044a29..65b49d7c18 100644 --- a/components/org.apache.stratos.tenant.activity/pom.xml +++ b/components/org.apache.stratos.tenant.activity/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml index 7e1802eae3..13ce898a72 100644 --- a/components/org.apache.stratos.tenant.dispatcher/pom.xml +++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml index e7da9c0f52..fd33bdcff6 100644 --- a/components/org.apache.stratos.tenant.mgt.core/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml index 2c28aa6437..09b9803794 100644 --- a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml index 843e8bf8e0..838857d7e2 100644 --- a/components/org.apache.stratos.tenant.mgt.ui/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml index cff2d05fcb..9e501ca485 100644 --- a/components/org.apache.stratos.tenant.mgt/pom.xml +++ b/components/org.apache.stratos.tenant.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml index 6cd60a8acb..c907ac0cb2 100644 --- a/components/org.apache.stratos.theme.mgt.ui/pom.xml +++ b/components/org.apache.stratos.theme.mgt.ui/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml index 97a6475e44..ec3b0b3120 100644 --- a/components/org.apache.stratos.theme.mgt/pom.xml +++ b/components/org.apache.stratos.theme.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.throttling.agent/pom.xml b/components/org.apache.stratos.throttling.agent/pom.xml index 162947d23c..ccad29286e 100644 --- a/components/org.apache.stratos.throttling.agent/pom.xml +++ b/components/org.apache.stratos.throttling.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.throttling.manager/pom.xml b/components/org.apache.stratos.throttling.manager/pom.xml index 0383af4ff5..c83df9c688 100644 --- a/components/org.apache.stratos.throttling.manager/pom.xml +++ b/components/org.apache.stratos.throttling.manager/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.throttling.ui/pom.xml b/components/org.apache.stratos.throttling.ui/pom.xml index 441aeb8569..dd571f872b 100644 --- a/components/org.apache.stratos.throttling.ui/pom.xml +++ b/components/org.apache.stratos.throttling.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.usage.agent/pom.xml b/components/org.apache.stratos.usage.agent/pom.xml index 8f7a1c6d0c..17d8a2e10d 100644 --- a/components/org.apache.stratos.usage.agent/pom.xml +++ b/components/org.apache.stratos.usage.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT diff --git a/components/org.apache.stratos.usage.summary.helper/pom.xml b/components/org.apache.stratos.usage.summary.helper/pom.xml index 688441a402..e634728435 100644 --- a/components/org.apache.stratos.usage.summary.helper/pom.xml +++ b/components/org.apache.stratos.usage.summary.helper/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.usage.ui/pom.xml b/components/org.apache.stratos.usage.ui/pom.xml index 7d3df6fd1b..15de5c4b97 100644 --- a/components/org.apache.stratos.usage.ui/pom.xml +++ b/components/org.apache.stratos.usage.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.usage/pom.xml b/components/org.apache.stratos.usage/pom.xml index 29bf471a3e..db5715e543 100644 --- a/components/org.apache.stratos.usage/pom.xml +++ b/components/org.apache.stratos.usage/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT diff --git a/components/org.apache.stratos.validate.domain.ui/pom.xml b/components/org.apache.stratos.validate.domain.ui/pom.xml index 41087fe51a..8c06e81120 100644 --- a/components/org.apache.stratos.validate.domain.ui/pom.xml +++ b/components/org.apache.stratos.validate.domain.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml index 4a145342ee..c78bc872e8 100644 --- a/components/org.apache.stratos.validate.domain/pom.xml +++ b/components/org.apache.stratos.validate.domain/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/pom.xml b/components/pom.xml index eee5769a55..5be4292792 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 757163b864..2dc06007e0 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-dependents - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/dependencies/pom.xml b/dependencies/pom.xml index a46a3de240..998200efba 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml index f42302746e..4062ead502 100644 --- a/extensions/cep/stratos-cep-extension/pom.xml +++ b/extensions/cep/stratos-cep-extension/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index ed3c35b783..3ec1f0fad1 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-load-balancer-extensions - 4.0.0-incubating + 4.0.0-SNAPSHOT apache-stratos-haproxy-extension diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index 5688f3cf83..e6357b0a8d 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index 181238ed95..e30e226b1d 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index cc1ce4bb87..ccd771c864 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos autoscaler-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml index 84397ef35d..e4a8869799 100644 --- a/features/autoscaler/pom.xml +++ b/features/autoscaler/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 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 201e213525..6cf15e410e 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 @@ -22,7 +22,7 @@ org.apache.stratos cloud-controller-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml index b2b61a5239..372d100da6 100644 --- a/features/cloud-controller/pom.xml +++ b/features/cloud-controller/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml index c335a6759a..431d71a0db 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml index a4bc6cdb8d..b041e99e01 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index 9d690abd9e..e6a4071f40 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml index 487bed9964..e17db91283 100644 --- a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml +++ b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos cartridge-mgt-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml index 8aa95f3c06..8341740b00 100644 --- a/features/manager/cartridge-mgt/pom.xml +++ b/features/manager/cartridge-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml index b51f515da9..3292237d0b 100644 --- a/features/manager/common/org.apache.stratos.common.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml index 2e3f58c853..b839abe1c3 100644 --- a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml index 3b97074b53..9bbd4b8ae1 100644 --- a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml index aed25cdf94..11b18df78a 100644 --- a/features/manager/common/pom.xml +++ b/features/manager/common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml index 5ef1551e15..fd60639ab0 100644 --- a/features/manager/deployment/pom.xml +++ b/features/manager/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml index 2eb55c67b3..82b4523810 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml index 742ec1b607..4a3f3c1d6f 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml index 9dfb7a302d..48fcec3b89 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml index d928d0d8fe..fe2ff327d2 100644 --- a/features/manager/gapp/pom.xml +++ b/features/manager/gapp/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml index f800127eaa..6a809ffc28 100644 --- a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml +++ b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos logging-mgt-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml index 31c1b59c38..c5f77743c3 100644 --- a/features/manager/logging-mgt/pom.xml +++ b/features/manager/logging-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 logging-mgt-feature diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 697044306a..4445e344c3 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index 75ceb64103..1f9be0355c 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml index bd9739ad83..0e22057d22 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml index 22c48ed31e..0fa6ffc994 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml index d855c31f00..8c449c06a8 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml index 9990a4b3e4..8be0803c2f 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml index 11ae74ce1a..1b28d8fbe9 100644 --- a/features/manager/status-monitor/pom.xml +++ b/features/manager/status-monitor/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml index d493e93d3c..8600a5a098 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index fb7abb3f8f..51e4c36a27 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml index f209f7399b..42ee208a02 100644 --- a/features/manager/stratos-mgt/pom.xml +++ b/features/manager/stratos-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index b1bbc6f2a2..baf32a2d04 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml index cb3e4f30d4..a0353f0003 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml index 53e6d29c07..aacef85b69 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml index 3f7f67bd70..7e8661ba9a 100644 --- a/features/manager/tenant-activity/pom.xml +++ b/features/manager/tenant-activity/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 tenant-activity-feature diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml index ca9d65209a..57ea9894ed 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml index 431adc41ac..11ab62ca12 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml index a4a566cc0c..2757540d38 100644 --- a/features/manager/tenant-mgt/pom.xml +++ b/features/manager/tenant-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/throttling/org.apache.stratos.throttling.agent.feature/pom.xml b/features/manager/throttling/org.apache.stratos.throttling.agent.feature/pom.xml index fd7c334e1d..e394f7040b 100644 --- a/features/manager/throttling/org.apache.stratos.throttling.agent.feature/pom.xml +++ b/features/manager/throttling/org.apache.stratos.throttling.agent.feature/pom.xml @@ -25,7 +25,7 @@ org.apache.stratos throttling-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/throttling/org.apache.stratos.throttling.manager.feature/pom.xml b/features/manager/throttling/org.apache.stratos.throttling.manager.feature/pom.xml index 33adcc6b97..a0713e470d 100644 --- a/features/manager/throttling/org.apache.stratos.throttling.manager.feature/pom.xml +++ b/features/manager/throttling/org.apache.stratos.throttling.manager.feature/pom.xml @@ -25,7 +25,7 @@ org.apache.stratos throttling-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/throttling/pom.xml b/features/manager/throttling/pom.xml index 001871e4da..58236b0942 100644 --- a/features/manager/throttling/pom.xml +++ b/features/manager/throttling/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 throttling-feature diff --git a/features/manager/usage/org.apache.stratos.usage.agent.feature/pom.xml b/features/manager/usage/org.apache.stratos.usage.agent.feature/pom.xml index bba5d231e8..40f0d1e5ef 100644 --- a/features/manager/usage/org.apache.stratos.usage.agent.feature/pom.xml +++ b/features/manager/usage/org.apache.stratos.usage.agent.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos usage-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/usage/org.apache.stratos.usage.feature/pom.xml b/features/manager/usage/org.apache.stratos.usage.feature/pom.xml index 70353fad8f..9e9f84a394 100644 --- a/features/manager/usage/org.apache.stratos.usage.feature/pom.xml +++ b/features/manager/usage/org.apache.stratos.usage.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos usage-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/usage/org.apache.stratos.usage.server.feature/pom.xml b/features/manager/usage/org.apache.stratos.usage.server.feature/pom.xml index f582d8c8cf..345a8010d8 100644 --- a/features/manager/usage/org.apache.stratos.usage.server.feature/pom.xml +++ b/features/manager/usage/org.apache.stratos.usage.server.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos usage-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/usage/org.apache.stratos.usage.ui.feature/pom.xml b/features/manager/usage/org.apache.stratos.usage.ui.feature/pom.xml index b90c34397f..a7a5e01749 100644 --- a/features/manager/usage/org.apache.stratos.usage.ui.feature/pom.xml +++ b/features/manager/usage/org.apache.stratos.usage.ui.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos usage-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/usage/pom.xml b/features/manager/usage/pom.xml index 7332969663..bc2884f99b 100644 --- a/features/manager/usage/pom.xml +++ b/features/manager/usage/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 usage-feature diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml index ecfd03851c..bd64f01e15 100644 --- a/features/messaging/org.apache.stratos.messaging.feature/pom.xml +++ b/features/messaging/org.apache.stratos.messaging.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos messaging-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml index 76593f90bb..3e15c227cd 100644 --- a/features/messaging/pom.xml +++ b/features/messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index dfea41395b..9f74e4e43d 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 0f23741877..ab4fad2acf 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.stratos stratos-parent pom - 4.0.0-incubating + 4.0.0-SNAPSHOT Apache Stratos (incubating) Project Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework http://stratos.incubator.apache.org diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 382e4ac5dc..4ea3289dc9 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos cartidge-agent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index 0e6636bf59..d69b55472e 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index cceef13e77..14c20e570c 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/modules/integration/pom.xml b/products/load-balancer/modules/integration/pom.xml index 567e8fa853..c2d9dfbf19 100644 --- a/products/load-balancer/modules/integration/pom.xml +++ b/products/load-balancer/modules/integration/pom.xml @@ -25,7 +25,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index 539168b384..b4791e0c7d 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index c7b371a32e..7cb218f924 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/pom.xml b/products/pom.xml index 71d231b3d3..b58a5eea54 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index 1cf4c1e572..13f9c86f0c 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos apache-stratos-cli-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index 74c35cda8e..41b2cfcce3 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index f16c818695..77d2b7b174 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml @@ -452,7 +452,7 @@ org.apache.stratos org.apache.stratos.cep.extension - 4.0.0-incubating + 4.0.0-SNAPSHOT org.apache.geronimo.specs diff --git a/products/stratos/modules/integration/pom.xml b/products/stratos/modules/integration/pom.xml index 6bdc8b15f6..304cb5baef 100755 --- a/products/stratos/modules/integration/pom.xml +++ b/products/stratos/modules/integration/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 44f7921f86..64ae09c91e 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index 75854b02c6..f478d6a210 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index aed82d4356..4edc39a437 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index 8354b198f3..38d9bc20ad 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index 4b8a8a6c19..b636bb3968 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index f2c7f15fd5..836542867e 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index 1c6dd7838c..2855f5ebf0 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index 0ddf576b2e..b5f3d3588d 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index 8a17801def..8340d6d5ef 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index e8d2035bb3..03e861fb1c 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index 5d26410ea2..73b9194efc 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index 5fc07274a9..4cc4216e74 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index 7240cecf4f..ae6158a1fc 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index 5888578e31..28b13544c5 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index 4815d43e41..82b6d22b14 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index 0394bad5a5..258c4e53ff 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index 7abe517ec5..e2d3730a65 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index af676514f0..8752637397 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index c4d3a89eac..216616efd3 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index ff832c6946..7dcc4e533b 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index 7f1d2b9956..bb492712e0 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index 396eb1f976..5b2c25a423 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index 7c52863b3f..ae5175cbff 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index 29eadb383f..5aaaa50454 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index 0bb5d789b7..5209094ccf 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index 3c2852a413..f317f3535d 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index 2ae5144bf8..bc0f5d6028 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/tools/stratos-installer/config/as/repository/conf/carbon.xml b/tools/stratos-installer/config/as/repository/conf/carbon.xml index c57a44a0e4..3b13ea173b 100644 --- a/tools/stratos-installer/config/as/repository/conf/carbon.xml +++ b/tools/stratos-installer/config/as/repository/conf/carbon.xml @@ -40,7 +40,7 @@ - 4.0.0-incubating + 4.0.0-SNAPSHOT - 4.0.0-incubating + 4.0.0-SNAPSHOT - 4.0.0-incubating + 4.0.0-SNAPSHOT + bin zip diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index 13f9c86f0c..9671f95909 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -55,6 +55,7 @@ src/main/assembly/bin.xml + false diff --git a/products/stratos-cli/distribution/src/main/assembly/bin.xml b/products/stratos-cli/distribution/src/main/assembly/bin.xml index dc44379d59..273273a01d 100644 --- a/products/stratos-cli/distribution/src/main/assembly/bin.xml +++ b/products/stratos-cli/distribution/src/main/assembly/bin.xml @@ -18,6 +18,7 @@ ~ under the License. --> + bin zip diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 77d2b7b174..f9c7444ff1 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -637,6 +637,7 @@ ${basedir}/src/assembly/bin.xml + false @@ -671,6 +672,7 @@ ${basedir}/src/assembly/dist.xml + false From 0ba7f4c620f0e4c5334492d2b924d322d11203e6 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Fri, 2 May 2014 11:34:30 +0530 Subject: [PATCH 024/104] Added assembly id to stratos product bin.xml --- products/stratos/modules/distribution/src/assembly/bin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/stratos/modules/distribution/src/assembly/bin.xml b/products/stratos/modules/distribution/src/assembly/bin.xml index 800bac6349..e5cc69ec40 100755 --- a/products/stratos/modules/distribution/src/assembly/bin.xml +++ b/products/stratos/modules/distribution/src/assembly/bin.xml @@ -17,7 +17,7 @@ ~ under the License. --> - + bin zip From 646470197cf3cf7b8b59347f7561e99a8627bdd3 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Sat, 3 May 2014 12:55:26 +0530 Subject: [PATCH 025/104] Added DISCLAIMER files to product distributions and INSTALL.txt and README.txt of cartridge agent --- .../haproxy-extension/DISCLAIMER | 16 ++ .../src/main/assembly/bin.xml | 1 + .../modules/distribution/DISCLAIMER | 16 ++ .../modules/distribution/INSTALL.txt | 29 +++ .../modules/distribution/README.txt | 20 ++ .../distribution/src/main/assembly/bin.xml | 2 + .../modules/distribution/DISCLAIMER | 16 ++ .../{ => modules/distribution}/INSTALL.txt | 13 +- .../{ => modules/distribution}/README.txt | 19 +- .../distribution/src/main/assembly/bin.xml | 10 +- products/stratos-cli/distribution/DISCLAIMER | 16 ++ products/stratos-cli/distribution/INSTALL.txt | 42 ++++ .../stratos-cli/{ => distribution}/README.txt | 183 +++++++----------- .../distribution/src/main/assembly/bin.xml | 10 +- .../stratos/modules/distribution/DISCLAIMER | 16 ++ .../stratos/modules/distribution/INSTALL.txt | 10 +- .../stratos/modules/distribution/README.txt | 42 +++- .../modules/distribution/src/assembly/bin.xml | 10 +- 18 files changed, 328 insertions(+), 143 deletions(-) create mode 100644 extensions/load-balancer/haproxy-extension/DISCLAIMER create mode 100644 products/cartridge-agent/modules/distribution/DISCLAIMER create mode 100644 products/cartridge-agent/modules/distribution/INSTALL.txt create mode 100644 products/cartridge-agent/modules/distribution/README.txt create mode 100644 products/load-balancer/modules/distribution/DISCLAIMER rename products/load-balancer/{ => modules/distribution}/INSTALL.txt (84%) rename products/load-balancer/{ => modules/distribution}/README.txt (91%) create mode 100644 products/stratos-cli/distribution/DISCLAIMER create mode 100644 products/stratos-cli/distribution/INSTALL.txt rename products/stratos-cli/{ => distribution}/README.txt (65%) create mode 100644 products/stratos/modules/distribution/DISCLAIMER diff --git a/extensions/load-balancer/haproxy-extension/DISCLAIMER b/extensions/load-balancer/haproxy-extension/DISCLAIMER new file mode 100644 index 0000000000..9e11e9f691 --- /dev/null +++ b/extensions/load-balancer/haproxy-extension/DISCLAIMER @@ -0,0 +1,16 @@ +Apache Stratos is an effort undergoing incubation at the Apache Software +Foundation (ASF), sponsored by the Apache Incubator PMC. + +Incubation is required of all newly accepted projects until a further review +indicates that the infrastructure, communications, and decision making process +have stabilized in a manner consistent with other successful ASF projects. + +While incubation status is not necessarily a reflection of the completeness +or stability of the code, it does indicate that the project has yet to be +fully endorsed by the ASF. + +For more information about the incubation status of the Apache Stratos project you +can go to the following page: + +http://incubator.apache.org/projects/stratos.html +http://stratos.incubator.apache.org diff --git a/extensions/load-balancer/haproxy-extension/src/main/assembly/bin.xml b/extensions/load-balancer/haproxy-extension/src/main/assembly/bin.xml index 0b9e001488..3b2e8b70b4 100644 --- a/extensions/load-balancer/haproxy-extension/src/main/assembly/bin.xml +++ b/extensions/load-balancer/haproxy-extension/src/main/assembly/bin.xml @@ -71,6 +71,7 @@ / 0600 + DISCLAIMER README* LICENSE* INSTALL* diff --git a/products/cartridge-agent/modules/distribution/DISCLAIMER b/products/cartridge-agent/modules/distribution/DISCLAIMER new file mode 100644 index 0000000000..9e11e9f691 --- /dev/null +++ b/products/cartridge-agent/modules/distribution/DISCLAIMER @@ -0,0 +1,16 @@ +Apache Stratos is an effort undergoing incubation at the Apache Software +Foundation (ASF), sponsored by the Apache Incubator PMC. + +Incubation is required of all newly accepted projects until a further review +indicates that the infrastructure, communications, and decision making process +have stabilized in a manner consistent with other successful ASF projects. + +While incubation status is not necessarily a reflection of the completeness +or stability of the code, it does indicate that the project has yet to be +fully endorsed by the ASF. + +For more information about the incubation status of the Apache Stratos project you +can go to the following page: + +http://incubator.apache.org/projects/stratos.html +http://stratos.incubator.apache.org diff --git a/products/cartridge-agent/modules/distribution/INSTALL.txt b/products/cartridge-agent/modules/distribution/INSTALL.txt new file mode 100644 index 0000000000..7653cc02c0 --- /dev/null +++ b/products/cartridge-agent/modules/distribution/INSTALL.txt @@ -0,0 +1,29 @@ +================================================================================ + Apache Stratos Cartridge Agent Installation +================================================================================ + + +1. Extract the zip file and go to the extracted directory. + +2. Update the following configuration parameters in bin/stratos.sh file. + +properties="-Dmb.ip=MB-IP + -Dmb.port=MB-PORT + -Dlisten.address=localhost + -Dthrift.receiver.ip=CEP-IP + -Dthrift.receiver.port=CEP-PORT + -Dparam.file.path=${script_path}/../payload/launch-params + -Djavax.net.ssl.trustStore=CERT-TRUSTSTORE + -Djavax.net.ssl.trustStorePassword=TRUSTSTORE-PASSWORD + -Denable.data.publisher=ENABLE-DATA-PUBLISHER + -Dmonitoring.server.ip=MONITORING-SERVER-IP + -Dmonitoring.server.port=MONITORING-SERVER-PORT + -Dmonitoring.server.secure.port=MONITORING-SERVER-SECURE-PORT + -Dmonitoring.server.admin.username=MONITORING-SERVER-ADMIN-USERNAME + -Dmonitoring.server.admin.password=MONITORING-SERVER-ADMIN-PASSWORD" + +3. Run bin/stratos.sh file. + + +Please refer following link for more information: +https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Installation+Guide \ No newline at end of file diff --git a/products/cartridge-agent/modules/distribution/README.txt b/products/cartridge-agent/modules/distribution/README.txt new file mode 100644 index 0000000000..55993b4dcd --- /dev/null +++ b/products/cartridge-agent/modules/distribution/README.txt @@ -0,0 +1,20 @@ +================================================================================ + Apache Stratos Cartridge Agent +================================================================================ + +Welcome to the Apache Stratos Cartridge Agent + +Cartridge Agent is a component that resides within a cartridge instance and handles the communication between the +cartridge and Stratos. Cartridge Agent communicates with Message Broker to publish its state and manage the cartridge +lifecycle. Furthermore, it talks to Complex Event Processor (CEP) to send health statistics of the cartridge. Cartridge +Agent is generic and can be used in any cartridge. A Cartridge Agent comprises of the following components as +illustrated in the following diagram: Instance Notifier Event Receiver, Health Statistics Publisher, Artifact Deployment +Synchronizer and Instance Status Event Publisher. + + +Please refer below link for more information: +https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Cartridge+Agent + + +Thank you for using Apache Stratos! +The Stratos Team \ No newline at end of file diff --git a/products/cartridge-agent/modules/distribution/src/main/assembly/bin.xml b/products/cartridge-agent/modules/distribution/src/main/assembly/bin.xml index a85e7260c1..22133cf05d 100644 --- a/products/cartridge-agent/modules/distribution/src/main/assembly/bin.xml +++ b/products/cartridge-agent/modules/distribution/src/main/assembly/bin.xml @@ -75,6 +75,8 @@ / 0600 + DISCLAIMER + INSTALL* README* LICENSE* NOTICE* diff --git a/products/load-balancer/modules/distribution/DISCLAIMER b/products/load-balancer/modules/distribution/DISCLAIMER new file mode 100644 index 0000000000..9e11e9f691 --- /dev/null +++ b/products/load-balancer/modules/distribution/DISCLAIMER @@ -0,0 +1,16 @@ +Apache Stratos is an effort undergoing incubation at the Apache Software +Foundation (ASF), sponsored by the Apache Incubator PMC. + +Incubation is required of all newly accepted projects until a further review +indicates that the infrastructure, communications, and decision making process +have stabilized in a manner consistent with other successful ASF projects. + +While incubation status is not necessarily a reflection of the completeness +or stability of the code, it does indicate that the project has yet to be +fully endorsed by the ASF. + +For more information about the incubation status of the Apache Stratos project you +can go to the following page: + +http://incubator.apache.org/projects/stratos.html +http://stratos.incubator.apache.org diff --git a/products/load-balancer/INSTALL.txt b/products/load-balancer/modules/distribution/INSTALL.txt similarity index 84% rename from products/load-balancer/INSTALL.txt rename to products/load-balancer/modules/distribution/INSTALL.txt index 068494eff9..89dba62337 100644 --- a/products/load-balancer/INSTALL.txt +++ b/products/load-balancer/modules/distribution/INSTALL.txt @@ -1,7 +1,8 @@ -Installing Apache Stratos Load Balancer (LB) 2.0.5 -================================================== +================================================================================ + Apache Stratos Load Balancer Installation +================================================================================ -Apache Stratos LB 2.0.5 can be run as a light-weight software load balancer in +Apache Stratos Load Balancer can be run as a light-weight software load balancer in stand-alone mode, that can be configured to balance the load across the services nodes. Standalone Mode @@ -53,3 +54,9 @@ System Requirements 2. Processor - Pentium 800MHz or equivalent at minimum 3. Java SE Development Kit 1.6.0_24 or higher + +Please refer following link for more information: +https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Installation+Guide + + + diff --git a/products/load-balancer/README.txt b/products/load-balancer/modules/distribution/README.txt similarity index 91% rename from products/load-balancer/README.txt rename to products/load-balancer/modules/distribution/README.txt index 2764c46b66..19bdef2f7b 100755 --- a/products/load-balancer/README.txt +++ b/products/load-balancer/modules/distribution/README.txt @@ -1,8 +1,8 @@ ================================================================================ - Apache Stratos Load Balancer 4.0.0 + Apache Stratos Load Balancer ================================================================================ -Welcome to the Apache Stratos Load Balancer 4.0.0 +Welcome to the Apache Stratos Load Balancer. Apache Stratos LB is a lightweight and easy-to-use Open Source Load Balancer (LB) available under the Apache Software License v2.0. Apache Stratos LB allows @@ -10,14 +10,13 @@ administrators to simply configure message load balancing, failover routing, and auto scaling. The runtime has been designed to be completely asynchronous, non-blocking and streaming based on the Apache Synapse core. -This is based on the revolutionary WSO2 Carbon [Middleware a' la carte] -framework. All the major features have been developed as pluggable Carbon -components. Apache Stratos Load Balancer is a compact version doing the load balancing -features of WSO2 Enterprise Service Bus. +This is based on the revolutionary WSO2 Carbon [Middleware] framework. All the major +features have been developed as pluggable Carbon components. Apache Stratos Load Balancer +is a compact version doing the load balancing features of WSO2 Enterprise Service Bus. -Key Features of Apache Stratos LB -====================================== +Key Features +============ 1. Non-blocking HTTP/S transports based on Apache HttpCore for ultra fast execution and support for thousands of connections at high concurrency with @@ -34,7 +33,7 @@ Key Features of Apache Stratos LB 7. Administrator friendly - Configurations are simple and easy. System Requirements -======================= +=================== 1. Minimum memory - 1.5GB 2. Processor - Pentium 800MHz or equivalent at minimum @@ -142,4 +141,4 @@ Crypto Notice Thank you for using Apache Stratos! -The Stratos Team. +The Stratos Team diff --git a/products/load-balancer/modules/distribution/src/main/assembly/bin.xml b/products/load-balancer/modules/distribution/src/main/assembly/bin.xml index dbe5d0b2d1..22536276cb 100755 --- a/products/load-balancer/modules/distribution/src/main/assembly/bin.xml +++ b/products/load-balancer/modules/distribution/src/main/assembly/bin.xml @@ -295,13 +295,19 @@ 644 - ../../README.txt + ${project.basedir}/DISCLAIMER apache-stratos-load-balancer-${pom.version} true 644 - ../../INSTALL.txt + ${project.basedir}/README.txt + apache-stratos-load-balancer-${pom.version} + true + 644 + + + ${project.basedir}/INSTALL.txt apache-stratos-load-balancer-${pom.version} true 644 diff --git a/products/stratos-cli/distribution/DISCLAIMER b/products/stratos-cli/distribution/DISCLAIMER new file mode 100644 index 0000000000..9e11e9f691 --- /dev/null +++ b/products/stratos-cli/distribution/DISCLAIMER @@ -0,0 +1,16 @@ +Apache Stratos is an effort undergoing incubation at the Apache Software +Foundation (ASF), sponsored by the Apache Incubator PMC. + +Incubation is required of all newly accepted projects until a further review +indicates that the infrastructure, communications, and decision making process +have stabilized in a manner consistent with other successful ASF projects. + +While incubation status is not necessarily a reflection of the completeness +or stability of the code, it does indicate that the project has yet to be +fully endorsed by the ASF. + +For more information about the incubation status of the Apache Stratos project you +can go to the following page: + +http://incubator.apache.org/projects/stratos.html +http://stratos.incubator.apache.org diff --git a/products/stratos-cli/distribution/INSTALL.txt b/products/stratos-cli/distribution/INSTALL.txt new file mode 100644 index 0000000000..46ad852e74 --- /dev/null +++ b/products/stratos-cli/distribution/INSTALL.txt @@ -0,0 +1,42 @@ +================================================================================ + Apache Stratos CLI Installation +================================================================================ + + +1. Extract the zip and go to the extracted directory + +Add execute permission to the script in Linux. +chmod +x ./stratos.sh + +2. Export the host and port of the SC as environment variables + +Linux: +export STRATOS_URL=https://stratosmanager.apache.org:9445 + +Windows: +set STRATOS_URL=https://stratosmanager.apache.org:9445 + +3. Run the stratos.sh or stratos.bat as appropriate + +4. Export the following environment variables. + +Linux: (Add to your bashrc file) +export JAVA_HOME=/opt/jdk1.6.0_24 +export PATH=$JAVA_HOME/bin:$PATH + +Windows: (Set in System Properties) +set JAVA_HOME=C:\Java\jdk1.6.0_24 +set PATH=%JAVA_HOME%\bin;%PATH% + +4. Use the tentant username and password to login + +If you wish, you can also export your username and password as environment variables. +If you export only the username, you will be prompted to enter the password. + +Linux: +export STRATOS_USERNAME= +export STRATOS_PASSWORD= + +Windows: +set STRATOS_USERNAME= +set STRATOS_PASSWORD= \ No newline at end of file diff --git a/products/stratos-cli/README.txt b/products/stratos-cli/distribution/README.txt similarity index 65% rename from products/stratos-cli/README.txt rename to products/stratos-cli/distribution/README.txt index 1f07f8a92b..d94c2ff6ec 100755 --- a/products/stratos-cli/README.txt +++ b/products/stratos-cli/distribution/README.txt @@ -1,112 +1,71 @@ -================================================================================ - Apache Stratos CLI v1.0.1 -================================================================================ - -Welcome to the Apache Stratos CLI release - -The command line interface (CLI) is a powerful tool that clients can use -to communicate with Stratos services. - -The tenant can use the CLI tool on two separate modes if needed, which -are namely single command line mode and interactive mode. - -If the user executes with a command as an argument, the CLI tool -will execute that command and exit with a status code. - -However, if there is no command as an argument, the CLI tool will -enter into an interactive mode. - -A user will be able to carryout all the following functions via the -CLI, with the exception of registering tenants and viewing logs. - -The CLI tool also supports command history and auto-completing features -in the interactive mode. - -Help -================================== -usage: stratos [-debug] [-h] [-p ] [-trace] [-u ] - -debug Enable debug logging - -h,--help Display this help - -p,--password Password - -trace Enable trace logging - -u,--username Username - - -Available Commands: -create-tenant Add new tenant -list-autoscale-policies List available autoscale policies -subscribe-cartridge Subscribe to a cartridge -exit Exit from Stratos Client Tool -list-available-cartridges List available cartridges -help Help for commands -list-available-partitions List available partitions -deploy-cartridge Add new cartridge deployment -unsubscribe-cartridge Unsubscribe from a subscribed cartridge -list-subscribe-cartridges List subscribed cartridges with details -deploy-partition Add new partition deployment -deploy-autoscaling-policy Add new autoscaling policy deployment -deploy-deployment-policy Add new deployment policy - -Installation & Running -================================== - -1. Extract the zip and go to the extracted directory - -Add execute permission to the script in Linux. -chmod +x ./stratos.sh - -2. Export the host and port of the SC as environment variables - -Linux: -export STRATOS_URL=https://stratosmanager.apache.org:9445 - -Windows: -set STRATOS_URL=https://stratosmanager.apache.org:9445 - -3. Run the stratos.sh or stratos.bat as appropriate - -4. Export the following environment variables. - -Linux: (Add to your bashrc file) -export JAVA_HOME=/opt/jdk1.6.0_24 -export PATH=$JAVA_HOME/bin:$PATH - -Windows: (Set in System Properties) -set JAVA_HOME=C:\Java\jdk1.6.0_24 -set PATH=%JAVA_HOME%\bin;%PATH% - -4. Use the tentant username and password to login - -If you wish, you can also export your username and password as environment variables. -If you export only the username, you will be prompted to enter the password. - -Linux: -export STRATOS_USERNAME= -export STRATOS_PASSWORD= - -Windows: -set STRATOS_USERNAME= -set STRATOS_PASSWORD= - - -Support -================================== - -Any problem with this release can be reported to Apache Stratos mailing list -or in the JIRA issue tracker. If you are sending an email to the mailing -list make sure to add the [Apache Stratos] prefix to the subject. - -Mailing list subscription: - dev-subscribe@stratos.incubator.apache.org - - -Issue Tracker -================================== - -Jira: - https://issues.apache.org/jira/browse/stratos - - -Thank you for using Apache Stratos! -The Stratos Team. - +================================================================================ + Apache Stratos CLI +================================================================================ + +Welcome to the Apache Stratos CLI. + +The command line interface (CLI) is a powerful tool that clients can use +to communicate with Stratos services. + +The tenant can use the CLI tool on two separate modes if needed, which +are namely single command line mode and interactive mode. + +If the user executes with a command as an argument, the CLI tool +will execute that command and exit with a status code. + +However, if there is no command as an argument, the CLI tool will +enter into an interactive mode. + +A user will be able to carryout all the following functions via the +CLI, with the exception of registering tenants and viewing logs. + +The CLI tool also supports command history and auto-completing features +in the interactive mode. + +Help +================================== +usage: stratos [-debug] [-h] [-p ] [-trace] [-u ] + -debug Enable debug logging + -h,--help Display this help + -p,--password Password + -trace Enable trace logging + -u,--username Username + + +Available Commands: +create-tenant Add new tenant +list-autoscale-policies List available autoscale policies +subscribe-cartridge Subscribe to a cartridge +exit Exit from Stratos Client Tool +list-available-cartridges List available cartridges +help Help for commands +list-available-partitions List available partitions +deploy-cartridge Add new cartridge deployment +unsubscribe-cartridge Unsubscribe from a subscribed cartridge +list-subscribe-cartridges List subscribed cartridges with details +deploy-partition Add new partition deployment +deploy-autoscaling-policy Add new autoscaling policy deployment +deploy-deployment-policy Add new deployment policy + + +Support +================================== + +Any problem with this release can be reported to Apache Stratos mailing list +or in the JIRA issue tracker. If you are sending an email to the mailing +list make sure to add the [Apache Stratos] prefix to the subject. + +Mailing list subscription: + dev-subscribe@stratos.incubator.apache.org + + +Issue Tracker +================================== + +Jira: + https://issues.apache.org/jira/browse/stratos + + +Thank you for using Apache Stratos! +The Stratos Team + diff --git a/products/stratos-cli/distribution/src/main/assembly/bin.xml b/products/stratos-cli/distribution/src/main/assembly/bin.xml index 273273a01d..51298f0268 100644 --- a/products/stratos-cli/distribution/src/main/assembly/bin.xml +++ b/products/stratos-cli/distribution/src/main/assembly/bin.xml @@ -47,22 +47,24 @@ stratos.bat - - ../ + + ${project.basedir} ${pom.artifactId}-${pom.version} + DISCLAIMER + INSTALL.txt README.txt - + src/main/notice/NOTICE ${pom.artifactId}-${pom.version} true 644 - + src/main/license/LICENSE ${pom.artifactId}-${pom.version} true diff --git a/products/stratos/modules/distribution/DISCLAIMER b/products/stratos/modules/distribution/DISCLAIMER new file mode 100644 index 0000000000..9e11e9f691 --- /dev/null +++ b/products/stratos/modules/distribution/DISCLAIMER @@ -0,0 +1,16 @@ +Apache Stratos is an effort undergoing incubation at the Apache Software +Foundation (ASF), sponsored by the Apache Incubator PMC. + +Incubation is required of all newly accepted projects until a further review +indicates that the infrastructure, communications, and decision making process +have stabilized in a manner consistent with other successful ASF projects. + +While incubation status is not necessarily a reflection of the completeness +or stability of the code, it does indicate that the project has yet to be +fully endorsed by the ASF. + +For more information about the incubation status of the Apache Stratos project you +can go to the following page: + +http://incubator.apache.org/projects/stratos.html +http://stratos.incubator.apache.org diff --git a/products/stratos/modules/distribution/INSTALL.txt b/products/stratos/modules/distribution/INSTALL.txt index 31ea2f5691..8af898f7a9 100755 --- a/products/stratos/modules/distribution/INSTALL.txt +++ b/products/stratos/modules/distribution/INSTALL.txt @@ -1,8 +1,10 @@ -Installing Apache Stratos Controller (SC) 1.0.1 -=============================================== +================================================================================ + Apache Stratos Installation +================================================================================ Standalone Mode =============== + 1. The directory containing this INSTALL file will be the root and it will be treated as Carbon home directory and let it be CARBON_HOME. @@ -59,3 +61,7 @@ System Requirements level in Internet Explorer 6.x and the default medium security setting with IE does not allow sufficient level of JS or ActiveX enablement for the management console to run. + + +Please refer below link for more information: +https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Installation+Guide \ No newline at end of file diff --git a/products/stratos/modules/distribution/README.txt b/products/stratos/modules/distribution/README.txt index 02db83a12f..543541de7b 100755 --- a/products/stratos/modules/distribution/README.txt +++ b/products/stratos/modules/distribution/README.txt @@ -1,15 +1,37 @@ -Apache Stratos Controller ------------------------ +================================================================================ + Apache Stratos +================================================================================ -Welcome to the Apache Stratos Controller +Welcome to the Apache Stratos distribution. This distribution includes Stratos Manager, Auto-scaler, +Complex Event Processor and Cloud Contoller components. In single-JVM mode all four components could be run +in single product and in multiple-JVM mode Stratos Manager, Auto-Scaler and Cloud Controller could be run using +this distribution with carbon profiles and Complex Event Processor needs to be run separately. -The Stratos Controller (SC) mainly consists of the graphical user interface (GUI) and The Artifact Distribution -Coordinator that is responsible for the distribution of artifacts has been embedded into the Stratos Controller. +Stratos Manager (SM) +-------------------- +Stratos Manager includes a comprehensive RESTful API for integration with external PaaS management interfaces for all +DevOps and user interaction. -The Stratos Controller also defines the autoscaling policies that are defined for the Cartridges. +Auto-scaler +----------- +Auto-scaler is responsible for the elasticity of all components of the system. It contains an embedded rule engine to +take fast and accurate decisions. + +Complex Event Processor (CEP) +----------------------------- +Complex Event Processor does temporal (i.e., time-based) queries to analyze all the event streams that are being sent to +it and sends summarized information to the Auto-scaler. The event processing engine is an event aggregator/accumulator, +which takes lots of events and produces messages that Auto-scaler uses to make elasticity decisions in a more granular manner. + +Cloud Controller (CC) +--------------------- +Cloud Controller sends instructions via jClouds to the IaaS to create or destroy instances. It also listens to messages +from instances and updates the routing topology periodically. Topology updates fire messages on a topic that the LBs listen to. + + +Please refer below link for more information: +https://cwiki.apache.org/confluence/display/STRATOS/4.0.0+Architecture -For more information about Stratos Controller, please refer WSO2 Stratos Wiki Docs: -http://docs.wso2.org/wiki/display/Stratos200/WSO2+Stratos+Documentation Crypto Notice ============= @@ -40,3 +62,7 @@ Crypto Notice Apache WSS4J : http://ws.apache.org/wss4j/ Apache Santuario : http://santuario.apache.org/ Bouncycastle : http://www.bouncycastle.org/ + + +Thank you for using Apache Stratos! +The Stratos Team \ No newline at end of file diff --git a/products/stratos/modules/distribution/src/assembly/bin.xml b/products/stratos/modules/distribution/src/assembly/bin.xml index e5cc69ec40..5f1d047b5b 100755 --- a/products/stratos/modules/distribution/src/assembly/bin.xml +++ b/products/stratos/modules/distribution/src/assembly/bin.xml @@ -646,7 +646,13 @@ - INSTALL.txt + ${project.basedir}/DISCLAIMER + ${pom.artifactId}-${pom.version} + true + 644 + + + ${project.basedir}/INSTALL.txt ${pom.artifactId}-${pom.version} true 644 @@ -714,7 +720,7 @@ 644 - README.txt + ${project.basedir}/README.txt ${pom.artifactId}-${pom.version} true 644 From 340b6bcc72f947845683aef1332be2b7faa644a5 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Sat, 3 May 2014 13:26:35 +0530 Subject: [PATCH 026/104] Added note to CLI README file to mention that it only includes one jar file containing all dependent java libraries. --- products/stratos-cli/distribution/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/products/stratos-cli/distribution/README.txt b/products/stratos-cli/distribution/README.txt index d94c2ff6ec..80134871fd 100755 --- a/products/stratos-cli/distribution/README.txt +++ b/products/stratos-cli/distribution/README.txt @@ -5,7 +5,8 @@ Welcome to the Apache Stratos CLI. The command line interface (CLI) is a powerful tool that clients can use -to communicate with Stratos services. +to communicate with Stratos services. The CLI distribution only includes one +jar file containing all dependent java libraries. The tenant can use the CLI tool on two separate modes if needed, which are namely single command line mode and interactive mode. From 737467b08519e80184175fba99d0c10e604e7ed8 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Sun, 4 May 2014 13:39:13 +0530 Subject: [PATCH 027/104] [maven-release-plugin] prepare release 4.0.0-incubating-rc2 --- components/org.apache.stratos.account.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.account.mgt/pom.xml | 2 +- components/org.apache.stratos.activation/pom.xml | 2 +- components/org.apache.stratos.autoscaler/pom.xml | 2 +- components/org.apache.stratos.cartridge.agent/pom.xml | 2 +- components/org.apache.stratos.cartridge.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.cli/pom.xml | 2 +- components/org.apache.stratos.cloud.controller/pom.xml | 2 +- components/org.apache.stratos.common/pom.xml | 2 +- components/org.apache.stratos.deployment/pom.xml | 2 +- components/org.apache.stratos.email.sender/pom.xml | 2 +- components/org.apache.stratos.keystore.mgt/pom.xml | 2 +- components/org.apache.stratos.load.balancer.common/pom.xml | 2 +- .../org.apache.stratos.load.balancer.extension.api/pom.xml | 2 +- components/org.apache.stratos.load.balancer/pom.xml | 2 +- components/org.apache.stratos.logging.view.ui/pom.xml | 2 +- components/org.apache.stratos.manager.styles/pom.xml | 2 +- components/org.apache.stratos.manager/pom.xml | 2 +- components/org.apache.stratos.messaging/pom.xml | 2 +- components/org.apache.stratos.redirector.servlet.ui/pom.xml | 2 +- components/org.apache.stratos.redirector.servlet/pom.xml | 2 +- components/org.apache.stratos.register.ui/pom.xml | 2 +- components/org.apache.stratos.rest.endpoint/pom.xml | 2 +- components/org.apache.stratos.sso.redirector.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor.agent/pom.xml | 2 +- components/org.apache.stratos.status.monitor.core/pom.xml | 2 +- components/org.apache.stratos.status.monitor.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor/pom.xml | 2 +- components/org.apache.stratos.tenant.activity.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.activity/pom.xml | 2 +- components/org.apache.stratos.tenant.dispatcher/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.core/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.email.sender/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt/pom.xml | 2 +- components/org.apache.stratos.theme.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.theme.mgt/pom.xml | 2 +- components/org.apache.stratos.validate.domain.ui/pom.xml | 2 +- components/org.apache.stratos.validate.domain/pom.xml | 2 +- components/pom.xml | 2 +- dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml | 2 +- .../jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml | 2 +- dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml | 2 +- dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 2 +- dependencies/org.wso2.carbon.ui/pom.xml | 2 +- dependencies/pom.xml | 2 +- extensions/cep/stratos-cep-extension/pom.xml | 2 +- extensions/load-balancer/haproxy-extension/pom.xml | 2 +- extensions/load-balancer/pom.xml | 2 +- extensions/pom.xml | 2 +- .../autoscaler/org.apache.stratos.autoscaler.feature/pom.xml | 2 +- features/autoscaler/pom.xml | 2 +- .../org.apache.stratos.cloud.controller.feature/pom.xml | 2 +- features/cloud-controller/pom.xml | 2 +- .../org.apache.stratos.load.balancer.common.feature/pom.xml | 2 +- .../org.apache.stratos.load.balancer.feature/pom.xml | 2 +- features/load-balancer/pom.xml | 2 +- .../org.apache.stratos.cartridge.mgt.ui.feature/pom.xml | 2 +- features/manager/cartridge-mgt/pom.xml | 2 +- .../manager/common/org.apache.stratos.common.feature/pom.xml | 2 +- .../common/org.apache.stratos.common.server.feature/pom.xml | 2 +- .../common/org.apache.stratos.common.ui.feature/pom.xml | 2 +- features/manager/common/pom.xml | 2 +- features/manager/deployment/pom.xml | 2 +- features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.server.feature/pom.xml | 2 +- .../manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml | 2 +- features/manager/gapp/pom.xml | 2 +- .../org.apache.stratos.logging.mgt.feature/pom.xml | 2 +- features/manager/logging-mgt/pom.xml | 2 +- features/manager/pom.xml | 2 +- .../org.apache.stratos.rest.endpoint.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.agent.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.server.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.ui.feature/pom.xml | 2 +- features/manager/status-monitor/pom.xml | 2 +- .../stratos-mgt/org.apache.stratos.manager.feature/pom.xml | 2 +- .../org.apache.stratos.manager.server.feature/pom.xml | 2 +- features/manager/stratos-mgt/pom.xml | 2 +- .../styles/org.apache.stratos.manager.styles.feature/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.server.feature/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.ui.feature/pom.xml | 2 +- features/manager/tenant-activity/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.core.feature/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.server.feature/pom.xml | 2 +- features/manager/tenant-mgt/pom.xml | 2 +- .../messaging/org.apache.stratos.messaging.feature/pom.xml | 2 +- features/messaging/pom.xml | 2 +- features/pom.xml | 2 +- pom.xml | 4 ++-- products/cartridge-agent/modules/distribution/pom.xml | 2 +- products/cartridge-agent/pom.xml | 2 +- products/load-balancer/modules/distribution/pom.xml | 2 +- products/load-balancer/modules/p2-profile/pom.xml | 2 +- products/load-balancer/pom.xml | 2 +- products/pom.xml | 2 +- products/stratos-cli/distribution/pom.xml | 2 +- products/stratos-cli/pom.xml | 2 +- products/stratos/modules/distribution/pom.xml | 4 ++-- products/stratos/modules/p2-profile-gen/pom.xml | 2 +- products/stratos/pom.xml | 2 +- service-stubs/org.apache.stratos.account.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.autoscaler.service.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml | 2 +- .../org.apache.stratos.cloud.controller.service.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.common.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.manager.dashboard.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.manager.stub/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.register.gapp.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.tenant.register.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttle.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.agent.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttling.stub/pom.xml | 2 +- .../org.apache.stratos.usage.meteringqueryds.stub/pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.usage.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.validate.domain.stub/pom.xml | 2 +- service-stubs/pom.xml | 2 +- 127 files changed, 129 insertions(+), 129 deletions(-) diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml index e6aa1ab102..41e0d4ee85 100644 --- a/components/org.apache.stratos.account.mgt.ui/pom.xml +++ b/components/org.apache.stratos.account.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml index 2e9214c26e..a871a6c3c6 100644 --- a/components/org.apache.stratos.account.mgt/pom.xml +++ b/components/org.apache.stratos.account.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml index ac5a56fc06..2e68f3e536 100644 --- a/components/org.apache.stratos.activation/pom.xml +++ b/components/org.apache.stratos.activation/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml index cbc409057d..61e317a797 100644 --- a/components/org.apache.stratos.autoscaler/pom.xml +++ b/components/org.apache.stratos.autoscaler/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml index 48084271ff..40f0c69bc5 100644 --- a/components/org.apache.stratos.cartridge.agent/pom.xml +++ b/components/org.apache.stratos.cartridge.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml index c038759ae5..60c5025e38 100644 --- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml +++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml index 18d01d2c3f..566d42174e 100644 --- a/components/org.apache.stratos.cli/pom.xml +++ b/components/org.apache.stratos.cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index 97276137ef..9755ab02bd 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml index c39b9f8af0..a2cbe6cdf9 100644 --- a/components/org.apache.stratos.common/pom.xml +++ b/components/org.apache.stratos.common/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml index 273cb97fa4..44b9fb437d 100644 --- a/components/org.apache.stratos.deployment/pom.xml +++ b/components/org.apache.stratos.deployment/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml index a62b72d538..fd36bcd9fd 100644 --- a/components/org.apache.stratos.email.sender/pom.xml +++ b/components/org.apache.stratos.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml index e73f718cc5..78f831a99b 100644 --- a/components/org.apache.stratos.keystore.mgt/pom.xml +++ b/components/org.apache.stratos.keystore.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml index 81febb760c..6450a32d2d 100644 --- a/components/org.apache.stratos.load.balancer.common/pom.xml +++ b/components/org.apache.stratos.load.balancer.common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.extension.api/pom.xml b/components/org.apache.stratos.load.balancer.extension.api/pom.xml index cf3abba5f4..a79fbf1b31 100644 --- a/components/org.apache.stratos.load.balancer.extension.api/pom.xml +++ b/components/org.apache.stratos.load.balancer.extension.api/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index 5a2b6f423a..ad4541db98 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml index 46d25c828a..d3c37f600c 100644 --- a/components/org.apache.stratos.logging.view.ui/pom.xml +++ b/components/org.apache.stratos.logging.view.ui/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml index 491cbb6ce2..217527db1c 100644 --- a/components/org.apache.stratos.manager.styles/pom.xml +++ b/components/org.apache.stratos.manager.styles/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml index b6cd4bb648..7e6bcb1dbc 100644 --- a/components/org.apache.stratos.manager/pom.xml +++ b/components/org.apache.stratos.manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml index 54b8fded76..e1bc08986c 100644 --- a/components/org.apache.stratos.messaging/pom.xml +++ b/components/org.apache.stratos.messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml index d3595ea2a8..68b33e5ec8 100644 --- a/components/org.apache.stratos.redirector.servlet.ui/pom.xml +++ b/components/org.apache.stratos.redirector.servlet.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml index 7ea160a3d5..c986fe3c46 100644 --- a/components/org.apache.stratos.redirector.servlet/pom.xml +++ b/components/org.apache.stratos.redirector.servlet/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml index 6ab6dab6ac..15a2cce635 100644 --- a/components/org.apache.stratos.register.ui/pom.xml +++ b/components/org.apache.stratos.register.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml index 41b707c428..9d327f2a8a 100644 --- a/components/org.apache.stratos.rest.endpoint/pom.xml +++ b/components/org.apache.stratos.rest.endpoint/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml index 2a58584077..a8f233027e 100644 --- a/components/org.apache.stratos.sso.redirector.ui/pom.xml +++ b/components/org.apache.stratos.sso.redirector.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml index 6fedb3d5a8..cfb47bd2e1 100644 --- a/components/org.apache.stratos.status.monitor.agent/pom.xml +++ b/components/org.apache.stratos.status.monitor.agent/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml index 02e9c03dfc..c377ff2190 100644 --- a/components/org.apache.stratos.status.monitor.core/pom.xml +++ b/components/org.apache.stratos.status.monitor.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml index 30bcdbd181..4304c18836 100644 --- a/components/org.apache.stratos.status.monitor.ui/pom.xml +++ b/components/org.apache.stratos.status.monitor.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml index 5cd27915ce..71da264128 100644 --- a/components/org.apache.stratos.status.monitor/pom.xml +++ b/components/org.apache.stratos.status.monitor/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml index e6cb0b1ed6..18c909c18e 100644 --- a/components/org.apache.stratos.tenant.activity.ui/pom.xml +++ b/components/org.apache.stratos.tenant.activity.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml index 65b49d7c18..7d92044a29 100644 --- a/components/org.apache.stratos.tenant.activity/pom.xml +++ b/components/org.apache.stratos.tenant.activity/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml index 13ce898a72..7e1802eae3 100644 --- a/components/org.apache.stratos.tenant.dispatcher/pom.xml +++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml index fd33bdcff6..e7da9c0f52 100644 --- a/components/org.apache.stratos.tenant.mgt.core/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml index 09b9803794..2c28aa6437 100644 --- a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml index 838857d7e2..843e8bf8e0 100644 --- a/components/org.apache.stratos.tenant.mgt.ui/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml index 9e501ca485..cff2d05fcb 100644 --- a/components/org.apache.stratos.tenant.mgt/pom.xml +++ b/components/org.apache.stratos.tenant.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml index c907ac0cb2..6cd60a8acb 100644 --- a/components/org.apache.stratos.theme.mgt.ui/pom.xml +++ b/components/org.apache.stratos.theme.mgt.ui/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml index ec3b0b3120..97a6475e44 100644 --- a/components/org.apache.stratos.theme.mgt/pom.xml +++ b/components/org.apache.stratos.theme.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.validate.domain.ui/pom.xml b/components/org.apache.stratos.validate.domain.ui/pom.xml index 8c06e81120..41087fe51a 100644 --- a/components/org.apache.stratos.validate.domain.ui/pom.xml +++ b/components/org.apache.stratos.validate.domain.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml index c78bc872e8..4a145342ee 100644 --- a/components/org.apache.stratos.validate.domain/pom.xml +++ b/components/org.apache.stratos.validate.domain/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/pom.xml b/components/pom.xml index 5be4292792..eee5769a55 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml index 5454396b40..5b4df7c54d 100644 --- a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml @@ -138,7 +138,7 @@ - 4.0.0-incubating-rc1 + 4.0.0-incubating-rc2 diff --git a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml index 55a1d8541e..fcb764962c 100644 --- a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml @@ -140,6 +140,6 @@ - 4.0.0-incubating-rc1 + 4.0.0-incubating-rc2 diff --git a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml index ba9fd121d8..de4b389a6b 100755 --- a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml @@ -126,6 +126,6 @@ - 4.0.0-incubating-rc1 + 4.0.0-incubating-rc2 diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index 3bd47d7243..1f39d6dd21 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -150,7 +150,7 @@ - 4.0.0-incubating-rc1 + 4.0.0-incubating-rc2 diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 2dc06007e0..757163b864 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-dependents - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 998200efba..a46a3de240 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml index 4062ead502..f42302746e 100644 --- a/extensions/cep/stratos-cep-extension/pom.xml +++ b/extensions/cep/stratos-cep-extension/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index 65d0265372..18b310d12e 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-load-balancer-extensions - 4.0.0-SNAPSHOT + 4.0.0-incubating apache-stratos-haproxy-extension diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index e6357b0a8d..5688f3cf83 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index e30e226b1d..181238ed95 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index ccd771c864..cc1ce4bb87 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos autoscaler-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml index e4a8869799..84397ef35d 100644 --- a/features/autoscaler/pom.xml +++ b/features/autoscaler/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 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 6cf15e410e..201e213525 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 @@ -22,7 +22,7 @@ org.apache.stratos cloud-controller-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml index 372d100da6..b2b61a5239 100644 --- a/features/cloud-controller/pom.xml +++ b/features/cloud-controller/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml index 431d71a0db..c335a6759a 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml index b041e99e01..a4bc6cdb8d 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index e6a4071f40..9d690abd9e 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml index e17db91283..487bed9964 100644 --- a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml +++ b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos cartridge-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml index 8341740b00..8aa95f3c06 100644 --- a/features/manager/cartridge-mgt/pom.xml +++ b/features/manager/cartridge-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml index 3292237d0b..b51f515da9 100644 --- a/features/manager/common/org.apache.stratos.common.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml index b839abe1c3..2e3f58c853 100644 --- a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml index 9bbd4b8ae1..3b97074b53 100644 --- a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml index 11b18df78a..aed25cdf94 100644 --- a/features/manager/common/pom.xml +++ b/features/manager/common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml index fd60639ab0..5ef1551e15 100644 --- a/features/manager/deployment/pom.xml +++ b/features/manager/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml index 82b4523810..2eb55c67b3 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml index 4a3f3c1d6f..742ec1b607 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml index 48fcec3b89..9dfb7a302d 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml index fe2ff327d2..d928d0d8fe 100644 --- a/features/manager/gapp/pom.xml +++ b/features/manager/gapp/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml index 6a809ffc28..f800127eaa 100644 --- a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml +++ b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos logging-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml index c5f77743c3..31c1b59c38 100644 --- a/features/manager/logging-mgt/pom.xml +++ b/features/manager/logging-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 logging-mgt-feature diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 4445e344c3..697044306a 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index 1f9be0355c..75ceb64103 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml index 0e22057d22..bd9739ad83 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml index 0fa6ffc994..22c48ed31e 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml index 8c449c06a8..d855c31f00 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml index 8be0803c2f..9990a4b3e4 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml index 1b28d8fbe9..11ae74ce1a 100644 --- a/features/manager/status-monitor/pom.xml +++ b/features/manager/status-monitor/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml index 8600a5a098..d493e93d3c 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index 51e4c36a27..fb7abb3f8f 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml index 42ee208a02..f209f7399b 100644 --- a/features/manager/stratos-mgt/pom.xml +++ b/features/manager/stratos-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index baf32a2d04..b1bbc6f2a2 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml index a0353f0003..cb3e4f30d4 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml index aacef85b69..53e6d29c07 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml index 7e8661ba9a..3f7f67bd70 100644 --- a/features/manager/tenant-activity/pom.xml +++ b/features/manager/tenant-activity/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 tenant-activity-feature diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml index 57ea9894ed..ca9d65209a 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml index 11ab62ca12..431adc41ac 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml index 2757540d38..a4a566cc0c 100644 --- a/features/manager/tenant-mgt/pom.xml +++ b/features/manager/tenant-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml index bd64f01e15..ecfd03851c 100644 --- a/features/messaging/org.apache.stratos.messaging.feature/pom.xml +++ b/features/messaging/org.apache.stratos.messaging.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos messaging-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml index 3e15c227cd..76593f90bb 100644 --- a/features/messaging/pom.xml +++ b/features/messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index 9f74e4e43d..dfea41395b 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/pom.xml b/pom.xml index 8e7af7a839..3b6ff90f66 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.stratos stratos-parent pom - 4.0.0-SNAPSHOT + 4.0.0-incubating Apache Stratos (incubating) Project Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework http://stratos.incubator.apache.org @@ -74,7 +74,7 @@ scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git https://git-wip-us.apache.org/repos/asf?p=incubator-stratos.git - 4.0.0-incubating-rc1 + 4.0.0-incubating-rc2 diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 9c01d6c990..89ba20e723 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos cartidge-agent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index d69b55472e..0e6636bf59 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index 05fbd20cd8..72fef71f2d 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index b4791e0c7d..539168b384 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index 7cb218f924..c7b371a32e 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/pom.xml b/products/pom.xml index b58a5eea54..71d231b3d3 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index 9671f95909..b1e6ee777b 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos apache-stratos-cli-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index 41b2cfcce3..74c35cda8e 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index f9c7444ff1..7944e4a965 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml @@ -452,7 +452,7 @@ org.apache.stratos org.apache.stratos.cep.extension - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.geronimo.specs diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 64ae09c91e..44f7921f86 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index f478d6a210..75854b02c6 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index 4edc39a437..aed82d4356 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index 38d9bc20ad..8354b198f3 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index b636bb3968..4b8a8a6c19 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index 836542867e..f2c7f15fd5 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index 2855f5ebf0..1c6dd7838c 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index b5f3d3588d..0ddf576b2e 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index 8340d6d5ef..8a17801def 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index 03e861fb1c..e8d2035bb3 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index 73b9194efc..5d26410ea2 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index 4cc4216e74..5fc07274a9 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index ae6158a1fc..7240cecf4f 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index 28b13544c5..5888578e31 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index 82b6d22b14..4815d43e41 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index 258c4e53ff..0394bad5a5 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index e2d3730a65..7abe517ec5 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index 8752637397..af676514f0 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index 216616efd3..c4d3a89eac 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index 7dcc4e533b..ff832c6946 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index bb492712e0..7f1d2b9956 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index 5b2c25a423..396eb1f976 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index ae5175cbff..7c52863b3f 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index 5aaaa50454..29eadb383f 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index 5209094ccf..0bb5d789b7 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index f317f3535d..3c2852a413 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index bc0f5d6028..2ae5144bf8 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 From 9e673ab3f9750c83bd33062920635db19731cdf2 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Sun, 4 May 2014 13:39:15 +0530 Subject: [PATCH 028/104] [maven-release-plugin] prepare for next development iteration --- components/org.apache.stratos.account.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.account.mgt/pom.xml | 2 +- components/org.apache.stratos.activation/pom.xml | 2 +- components/org.apache.stratos.autoscaler/pom.xml | 2 +- components/org.apache.stratos.cartridge.agent/pom.xml | 2 +- components/org.apache.stratos.cartridge.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.cli/pom.xml | 2 +- components/org.apache.stratos.cloud.controller/pom.xml | 10 +++++----- components/org.apache.stratos.common/pom.xml | 2 +- components/org.apache.stratos.deployment/pom.xml | 2 +- components/org.apache.stratos.email.sender/pom.xml | 2 +- components/org.apache.stratos.keystore.mgt/pom.xml | 2 +- .../org.apache.stratos.load.balancer.common/pom.xml | 2 +- .../pom.xml | 2 +- components/org.apache.stratos.load.balancer/pom.xml | 2 +- components/org.apache.stratos.logging.view.ui/pom.xml | 2 +- components/org.apache.stratos.manager.styles/pom.xml | 2 +- components/org.apache.stratos.manager/pom.xml | 2 +- components/org.apache.stratos.messaging/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.ui/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet/pom.xml | 2 +- components/org.apache.stratos.register.ui/pom.xml | 2 +- components/org.apache.stratos.rest.endpoint/pom.xml | 2 +- .../org.apache.stratos.sso.redirector.ui/pom.xml | 2 +- .../org.apache.stratos.status.monitor.agent/pom.xml | 2 +- .../org.apache.stratos.status.monitor.core/pom.xml | 2 +- .../org.apache.stratos.status.monitor.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.activity/pom.xml | 2 +- .../org.apache.stratos.tenant.dispatcher/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.core/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.email.sender/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt/pom.xml | 2 +- components/org.apache.stratos.theme.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.theme.mgt/pom.xml | 2 +- .../org.apache.stratos.validate.domain.ui/pom.xml | 2 +- components/org.apache.stratos.validate.domain/pom.xml | 2 +- components/pom.xml | 2 +- dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml | 4 ++-- .../jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml | 4 ++-- dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml | 4 ++-- .../jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 4 ++-- dependencies/org.wso2.carbon.ui/pom.xml | 4 ++-- dependencies/pom.xml | 2 +- extensions/cep/stratos-cep-extension/pom.xml | 2 +- extensions/load-balancer/haproxy-extension/pom.xml | 2 +- extensions/load-balancer/pom.xml | 2 +- extensions/pom.xml | 2 +- .../org.apache.stratos.autoscaler.feature/pom.xml | 2 +- features/autoscaler/pom.xml | 2 +- .../pom.xml | 10 +++++----- features/cloud-controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.load.balancer.feature/pom.xml | 2 +- features/load-balancer/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/cartridge-mgt/pom.xml | 2 +- .../common/org.apache.stratos.common.feature/pom.xml | 2 +- .../org.apache.stratos.common.server.feature/pom.xml | 2 +- .../org.apache.stratos.common.ui.feature/pom.xml | 2 +- features/manager/common/pom.xml | 2 +- features/manager/deployment/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.feature/pom.xml | 2 +- .../org.apache.stratos.gapp.server.feature/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.ui.feature/pom.xml | 2 +- features/manager/gapp/pom.xml | 2 +- .../org.apache.stratos.logging.mgt.feature/pom.xml | 2 +- features/manager/logging-mgt/pom.xml | 2 +- features/manager/pom.xml | 2 +- .../org.apache.stratos.rest.endpoint.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.status.monitor.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/status-monitor/pom.xml | 2 +- .../org.apache.stratos.manager.feature/pom.xml | 2 +- .../org.apache.stratos.manager.server.feature/pom.xml | 2 +- features/manager/stratos-mgt/pom.xml | 2 +- .../org.apache.stratos.manager.styles.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-activity/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.core.feature/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-mgt/pom.xml | 2 +- .../org.apache.stratos.messaging.feature/pom.xml | 2 +- features/messaging/pom.xml | 2 +- features/pom.xml | 2 +- pom.xml | 4 ++-- products/cartridge-agent/modules/distribution/pom.xml | 2 +- products/cartridge-agent/pom.xml | 2 +- products/load-balancer/modules/distribution/pom.xml | 2 +- products/load-balancer/modules/p2-profile/pom.xml | 2 +- products/load-balancer/pom.xml | 2 +- products/pom.xml | 2 +- products/stratos-cli/distribution/pom.xml | 2 +- products/stratos-cli/pom.xml | 2 +- products/stratos/modules/distribution/pom.xml | 6 +++--- products/stratos/modules/p2-profile-gen/pom.xml | 2 +- products/stratos/pom.xml | 2 +- .../org.apache.stratos.account.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.autoscaler.service.stub/pom.xml | 2 +- .../org.apache.stratos.billing.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.cartridge.agent.stub/pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.common.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.manager.dashboard.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.manager.stub/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.tenant.register.stub/pom.xml | 2 +- .../org.apache.stratos.theme.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttle.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.agent.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.usage.stub/pom.xml | 2 +- .../org.apache.stratos.validate.domain.stub/pom.xml | 2 +- service-stubs/pom.xml | 2 +- 127 files changed, 143 insertions(+), 143 deletions(-) diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml index 41e0d4ee85..71a472808e 100644 --- a/components/org.apache.stratos.account.mgt.ui/pom.xml +++ b/components/org.apache.stratos.account.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml index a871a6c3c6..99f973e0cc 100644 --- a/components/org.apache.stratos.account.mgt/pom.xml +++ b/components/org.apache.stratos.account.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml index 2e68f3e536..a550014cd6 100644 --- a/components/org.apache.stratos.activation/pom.xml +++ b/components/org.apache.stratos.activation/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml index 61e317a797..68e588bf61 100644 --- a/components/org.apache.stratos.autoscaler/pom.xml +++ b/components/org.apache.stratos.autoscaler/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml index 40f0c69bc5..bf7446d4b8 100644 --- a/components/org.apache.stratos.cartridge.agent/pom.xml +++ b/components/org.apache.stratos.cartridge.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml index 60c5025e38..fe0e2cca42 100644 --- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml +++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml index 566d42174e..e74235024d 100644 --- a/components/org.apache.stratos.cli/pom.xml +++ b/components/org.apache.stratos.cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index 9755ab02bd..e77254d4e6 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 @@ -187,17 +187,17 @@ org.apache.stratos ec2 - 1.7.1-stratos + 4.1.0-SNAPSHOT org.apache.stratos aws-ec2 - 1.7.1-stratos + 4.1.0-SNAPSHOT org.apache.stratos openstack-nova - 1.7.1-stratos + 4.1.0-SNAPSHOT org.apache.jclouds.api @@ -212,7 +212,7 @@ org.apache.stratos vcloud - 1.7.1-stratos + 4.1.0-SNAPSHOT diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml index a2cbe6cdf9..618eb5fdaa 100644 --- a/components/org.apache.stratos.common/pom.xml +++ b/components/org.apache.stratos.common/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml index 44b9fb437d..be0ac9d1c5 100644 --- a/components/org.apache.stratos.deployment/pom.xml +++ b/components/org.apache.stratos.deployment/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml index fd36bcd9fd..4a0f9f8d03 100644 --- a/components/org.apache.stratos.email.sender/pom.xml +++ b/components/org.apache.stratos.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml index 78f831a99b..967abd66b6 100644 --- a/components/org.apache.stratos.keystore.mgt/pom.xml +++ b/components/org.apache.stratos.keystore.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml index 6450a32d2d..e0680d65f0 100644 --- a/components/org.apache.stratos.load.balancer.common/pom.xml +++ b/components/org.apache.stratos.load.balancer.common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.extension.api/pom.xml b/components/org.apache.stratos.load.balancer.extension.api/pom.xml index a79fbf1b31..34c4d5a1b6 100644 --- a/components/org.apache.stratos.load.balancer.extension.api/pom.xml +++ b/components/org.apache.stratos.load.balancer.extension.api/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.stratos diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index ad4541db98..fbc8a1e309 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml index d3c37f600c..909efcaed9 100644 --- a/components/org.apache.stratos.logging.view.ui/pom.xml +++ b/components/org.apache.stratos.logging.view.ui/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml index 217527db1c..a8420552d7 100644 --- a/components/org.apache.stratos.manager.styles/pom.xml +++ b/components/org.apache.stratos.manager.styles/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml index 7e6bcb1dbc..3bfadc89e9 100644 --- a/components/org.apache.stratos.manager/pom.xml +++ b/components/org.apache.stratos.manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml index e1bc08986c..b5e239af66 100644 --- a/components/org.apache.stratos.messaging/pom.xml +++ b/components/org.apache.stratos.messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml index 68b33e5ec8..40a569337f 100644 --- a/components/org.apache.stratos.redirector.servlet.ui/pom.xml +++ b/components/org.apache.stratos.redirector.servlet.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml index c986fe3c46..460ac4143e 100644 --- a/components/org.apache.stratos.redirector.servlet/pom.xml +++ b/components/org.apache.stratos.redirector.servlet/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml index 15a2cce635..401a3382bf 100644 --- a/components/org.apache.stratos.register.ui/pom.xml +++ b/components/org.apache.stratos.register.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml index 9d327f2a8a..2cb5b6783e 100644 --- a/components/org.apache.stratos.rest.endpoint/pom.xml +++ b/components/org.apache.stratos.rest.endpoint/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml index a8f233027e..527079275b 100644 --- a/components/org.apache.stratos.sso.redirector.ui/pom.xml +++ b/components/org.apache.stratos.sso.redirector.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml index cfb47bd2e1..4e84dcb428 100644 --- a/components/org.apache.stratos.status.monitor.agent/pom.xml +++ b/components/org.apache.stratos.status.monitor.agent/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml index c377ff2190..590a294140 100644 --- a/components/org.apache.stratos.status.monitor.core/pom.xml +++ b/components/org.apache.stratos.status.monitor.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml index 4304c18836..882f6b5998 100644 --- a/components/org.apache.stratos.status.monitor.ui/pom.xml +++ b/components/org.apache.stratos.status.monitor.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml index 71da264128..8ae36b24ea 100644 --- a/components/org.apache.stratos.status.monitor/pom.xml +++ b/components/org.apache.stratos.status.monitor/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml index 18c909c18e..ff05123600 100644 --- a/components/org.apache.stratos.tenant.activity.ui/pom.xml +++ b/components/org.apache.stratos.tenant.activity.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml index 7d92044a29..ecfcd16322 100644 --- a/components/org.apache.stratos.tenant.activity/pom.xml +++ b/components/org.apache.stratos.tenant.activity/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml index 7e1802eae3..ad7a8debd8 100644 --- a/components/org.apache.stratos.tenant.dispatcher/pom.xml +++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml index e7da9c0f52..018f6333bf 100644 --- a/components/org.apache.stratos.tenant.mgt.core/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml index 2c28aa6437..a1a2a23faa 100644 --- a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml index 843e8bf8e0..0cc01cb9b5 100644 --- a/components/org.apache.stratos.tenant.mgt.ui/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml index cff2d05fcb..2deb587822 100644 --- a/components/org.apache.stratos.tenant.mgt/pom.xml +++ b/components/org.apache.stratos.tenant.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml index 6cd60a8acb..5edba9ba23 100644 --- a/components/org.apache.stratos.theme.mgt.ui/pom.xml +++ b/components/org.apache.stratos.theme.mgt.ui/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml index 97a6475e44..df0dee7bb3 100644 --- a/components/org.apache.stratos.theme.mgt/pom.xml +++ b/components/org.apache.stratos.theme.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain.ui/pom.xml b/components/org.apache.stratos.validate.domain.ui/pom.xml index 41087fe51a..cf62ab1714 100644 --- a/components/org.apache.stratos.validate.domain.ui/pom.xml +++ b/components/org.apache.stratos.validate.domain.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml index 4a145342ee..3fbbed1d88 100644 --- a/components/org.apache.stratos.validate.domain/pom.xml +++ b/components/org.apache.stratos.validate.domain/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/pom.xml b/components/pom.xml index eee5769a55..15d0ee539d 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml index 5b4df7c54d..149869691c 100644 --- a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos ec2 - 1.7.1-stratos + 4.1.0-SNAPSHOT jclouds ec2 api jclouds components to access an implementation of EC2 bundle @@ -138,7 +138,7 @@ - 4.0.0-incubating-rc2 + 4.0.0-incubating-rc1 diff --git a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml index fcb764962c..97f4ad3b6e 100644 --- a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos openstack-nova - 1.7.1-stratos + 4.1.0-SNAPSHOT jclouds openstack-nova api jclouds components to access an implementation of OpenStack Nova bundle @@ -140,6 +140,6 @@ - 4.0.0-incubating-rc2 + 4.0.0-incubating-rc1 diff --git a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml index de4b389a6b..669fe689ce 100755 --- a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos vcloud - 1.7.1-stratos + 4.1.0-SNAPSHOT jclouds vcloud api jclouds components to access an implementation of VMWare vCloud bundle @@ -126,6 +126,6 @@ - 4.0.0-incubating-rc2 + 4.0.0-incubating-rc1 diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index 1f39d6dd21..13c0f79b20 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -27,7 +27,7 @@ org.apache.stratos aws-ec2 - 1.7.1-stratos + 4.1.0-SNAPSHOT jclouds Amazon EC2 provider EC2 implementation targeted to Amazon Web Services bundle @@ -150,7 +150,7 @@ - 4.0.0-incubating-rc2 + 4.0.0-incubating-rc1 diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 757163b864..4141ecfeb5 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-dependents - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml @@ -30,7 +30,7 @@ bundle WSO2 Carbon - UI org.wso2.carbon.ui patch version for apache stratos - 4.2.0-stratos + 4.1.0-SNAPSHOT http://wso2.org diff --git a/dependencies/pom.xml b/dependencies/pom.xml index a46a3de240..b04a5de051 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml index f42302746e..cad3d31f34 100644 --- a/extensions/cep/stratos-cep-extension/pom.xml +++ b/extensions/cep/stratos-cep-extension/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index 18b310d12e..77d67730a2 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-load-balancer-extensions - 4.0.0-incubating + 4.1.0-SNAPSHOT apache-stratos-haproxy-extension diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index 5688f3cf83..18dabc6aa0 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index 181238ed95..e371d43f31 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index cc1ce4bb87..c2a2abe238 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos autoscaler-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml index 84397ef35d..1605e122b0 100644 --- a/features/autoscaler/pom.xml +++ b/features/autoscaler/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 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 201e213525..570317ee9d 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 @@ -22,7 +22,7 @@ org.apache.stratos cloud-controller-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 @@ -76,17 +76,17 @@ org.apache.stratos ec2 - 1.7.1-stratos + 4.1.0-SNAPSHOT org.apache.stratos aws-ec2 - 1.7.1-stratos + 4.1.0-SNAPSHOT org.apache.stratos openstack-nova - 1.7.1-stratos + 4.1.0-SNAPSHOT @@ -119,7 +119,7 @@ org.apache.stratos vcloud - 1.7.1-stratos + 4.1.0-SNAPSHOT com.google.code.gson diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml index b2b61a5239..9b918fa7f5 100644 --- a/features/cloud-controller/pom.xml +++ b/features/cloud-controller/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml index c335a6759a..9c7d203ded 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml index a4bc6cdb8d..5b931521ed 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index 9d690abd9e..2930f261ab 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml index 487bed9964..6cf3b4a0e1 100644 --- a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml +++ b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos cartridge-mgt-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml index 8aa95f3c06..33aa68bbd0 100644 --- a/features/manager/cartridge-mgt/pom.xml +++ b/features/manager/cartridge-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml index b51f515da9..92fd871d98 100644 --- a/features/manager/common/org.apache.stratos.common.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml index 2e3f58c853..032e8f354e 100644 --- a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml index 3b97074b53..4d1b2f6db4 100644 --- a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml index aed25cdf94..0d8ce99814 100644 --- a/features/manager/common/pom.xml +++ b/features/manager/common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml index 5ef1551e15..138e6858de 100644 --- a/features/manager/deployment/pom.xml +++ b/features/manager/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml index 2eb55c67b3..9f51e7fcde 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml index 742ec1b607..1f58248d1c 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml index 9dfb7a302d..bdca5b4df3 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml index d928d0d8fe..c4de4f15a4 100644 --- a/features/manager/gapp/pom.xml +++ b/features/manager/gapp/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml index f800127eaa..89632ab923 100644 --- a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml +++ b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos logging-mgt-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml index 31c1b59c38..b5d58c838c 100644 --- a/features/manager/logging-mgt/pom.xml +++ b/features/manager/logging-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 logging-mgt-feature diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 697044306a..0a0fbdb0a7 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index 75ceb64103..109a987a28 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml index bd9739ad83..dded5b3f81 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml index 22c48ed31e..77399c14fd 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml index d855c31f00..4798e086c6 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml index 9990a4b3e4..7773b9cf39 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml index 11ae74ce1a..e1b23d6749 100644 --- a/features/manager/status-monitor/pom.xml +++ b/features/manager/status-monitor/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml index d493e93d3c..f8f8868961 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index fb7abb3f8f..d4abfbdfb0 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml index f209f7399b..7cdf66bf8b 100644 --- a/features/manager/stratos-mgt/pom.xml +++ b/features/manager/stratos-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index b1bbc6f2a2..dcd0fb06b5 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml index cb3e4f30d4..b74218eec0 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml index 53e6d29c07..c4271ab0ce 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml index 3f7f67bd70..9764ea0ca0 100644 --- a/features/manager/tenant-activity/pom.xml +++ b/features/manager/tenant-activity/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 tenant-activity-feature diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml index ca9d65209a..416ac96032 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml index 431adc41ac..ccbfe3c584 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml index a4a566cc0c..463348d2f0 100644 --- a/features/manager/tenant-mgt/pom.xml +++ b/features/manager/tenant-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml index ecfd03851c..379ad33df3 100644 --- a/features/messaging/org.apache.stratos.messaging.feature/pom.xml +++ b/features/messaging/org.apache.stratos.messaging.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos messaging-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml index 76593f90bb..ee3e7e00a5 100644 --- a/features/messaging/pom.xml +++ b/features/messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index dfea41395b..baf64e7b95 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 3b6ff90f66..be578aceab 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.stratos stratos-parent pom - 4.0.0-incubating + 4.1.0-SNAPSHOT Apache Stratos (incubating) Project Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework http://stratos.incubator.apache.org @@ -74,7 +74,7 @@ scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git https://git-wip-us.apache.org/repos/asf?p=incubator-stratos.git - 4.0.0-incubating-rc2 + 4.0.0-incubating-rc1 diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 89ba20e723..4133212367 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos cartidge-agent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index 0e6636bf59..0362ccc187 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index 72fef71f2d..bee82fb591 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index 539168b384..b5859c607c 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index c7b371a32e..587666224d 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/products/pom.xml b/products/pom.xml index 71d231b3d3..acffa9b4a3 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index b1e6ee777b..ae5ce401f1 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos apache-stratos-cli-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index 74c35cda8e..1240d63c6b 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 7944e4a965..118790feeb 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml @@ -452,7 +452,7 @@ org.apache.stratos org.apache.stratos.cep.extension - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.geronimo.specs @@ -462,7 +462,7 @@ org.apache.stratos org.wso2.carbon.ui - 4.2.0-stratos + 4.1.0-SNAPSHOT diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 44f7921f86..1500759a91 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index 75854b02c6..c13eb9e991 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index aed82d4356..d5ae3d0532 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index 8354b198f3..ac6f7eb9ed 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index 4b8a8a6c19..4609920a26 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index f2c7f15fd5..35dc4d2019 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index 1c6dd7838c..8e55a317bd 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index 0ddf576b2e..d4e2c122b2 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index 8a17801def..398c9fa516 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index e8d2035bb3..4b2e5c8240 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index 5d26410ea2..65f9f91fe3 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index 5fc07274a9..5b5845a73c 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index 7240cecf4f..e123fb8369 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index 5888578e31..7f843c04db 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index 4815d43e41..4584c2ce55 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index 0394bad5a5..ff32dd4958 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index 7abe517ec5..9a162c053f 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index af676514f0..37c7d963af 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index c4d3a89eac..fe017b9231 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index ff832c6946..3b210dadc3 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index 7f1d2b9956..5cd205dbd8 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index 396eb1f976..17a0e2a890 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index 7c52863b3f..e1411d71ab 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index 29eadb383f..c87193a3fe 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index 0bb5d789b7..56e1d50fae 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index 3c2852a413..0c96e10358 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index 2ae5144bf8..84f698a8f1 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 From bab925b41f9149db50a4b68760918ae24d35c67c Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Sun, 4 May 2014 15:31:03 +0530 Subject: [PATCH 029/104] Reverted artifact version back to 4.0.0-incubating which was updated to 4.1.0-SNAPSHOT by maven release plugin --- components/org.apache.stratos.account.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.account.mgt/pom.xml | 2 +- components/org.apache.stratos.activation/pom.xml | 2 +- components/org.apache.stratos.autoscaler/pom.xml | 2 +- components/org.apache.stratos.cartridge.agent/pom.xml | 2 +- components/org.apache.stratos.cartridge.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.cli/pom.xml | 2 +- components/org.apache.stratos.cloud.controller/pom.xml | 10 +++++----- components/org.apache.stratos.common/pom.xml | 2 +- components/org.apache.stratos.deployment/pom.xml | 2 +- components/org.apache.stratos.email.sender/pom.xml | 2 +- components/org.apache.stratos.keystore.mgt/pom.xml | 2 +- .../org.apache.stratos.load.balancer.common/pom.xml | 2 +- .../pom.xml | 2 +- components/org.apache.stratos.load.balancer/pom.xml | 2 +- components/org.apache.stratos.logging.view.ui/pom.xml | 2 +- components/org.apache.stratos.manager.styles/pom.xml | 2 +- components/org.apache.stratos.manager/pom.xml | 2 +- components/org.apache.stratos.messaging/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.ui/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet/pom.xml | 2 +- components/org.apache.stratos.register.ui/pom.xml | 2 +- components/org.apache.stratos.rest.endpoint/pom.xml | 2 +- .../org.apache.stratos.sso.redirector.ui/pom.xml | 2 +- .../org.apache.stratos.status.monitor.agent/pom.xml | 2 +- .../org.apache.stratos.status.monitor.core/pom.xml | 2 +- .../org.apache.stratos.status.monitor.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.activity/pom.xml | 2 +- .../org.apache.stratos.tenant.dispatcher/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.core/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.email.sender/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt/pom.xml | 2 +- components/org.apache.stratos.theme.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.theme.mgt/pom.xml | 2 +- .../org.apache.stratos.validate.domain.ui/pom.xml | 2 +- components/org.apache.stratos.validate.domain/pom.xml | 2 +- components/pom.xml | 2 +- dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml | 2 +- .../jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml | 2 +- dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml | 2 +- .../jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 2 +- dependencies/org.wso2.carbon.ui/pom.xml | 4 ++-- dependencies/pom.xml | 2 +- extensions/cep/stratos-cep-extension/pom.xml | 2 +- extensions/load-balancer/haproxy-extension/pom.xml | 2 +- extensions/load-balancer/pom.xml | 2 +- extensions/pom.xml | 2 +- .../org.apache.stratos.autoscaler.feature/pom.xml | 2 +- features/autoscaler/pom.xml | 2 +- .../pom.xml | 10 +++++----- features/cloud-controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.load.balancer.feature/pom.xml | 2 +- features/load-balancer/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/cartridge-mgt/pom.xml | 2 +- .../common/org.apache.stratos.common.feature/pom.xml | 2 +- .../org.apache.stratos.common.server.feature/pom.xml | 2 +- .../org.apache.stratos.common.ui.feature/pom.xml | 2 +- features/manager/common/pom.xml | 2 +- features/manager/deployment/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.feature/pom.xml | 2 +- .../org.apache.stratos.gapp.server.feature/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.ui.feature/pom.xml | 2 +- features/manager/gapp/pom.xml | 2 +- .../org.apache.stratos.logging.mgt.feature/pom.xml | 2 +- features/manager/logging-mgt/pom.xml | 2 +- features/manager/pom.xml | 2 +- .../org.apache.stratos.rest.endpoint.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.status.monitor.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/status-monitor/pom.xml | 2 +- .../org.apache.stratos.manager.feature/pom.xml | 2 +- .../org.apache.stratos.manager.server.feature/pom.xml | 2 +- features/manager/stratos-mgt/pom.xml | 2 +- .../org.apache.stratos.manager.styles.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-activity/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.core.feature/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-mgt/pom.xml | 2 +- .../org.apache.stratos.messaging.feature/pom.xml | 2 +- features/messaging/pom.xml | 2 +- features/pom.xml | 2 +- pom.xml | 2 +- products/cartridge-agent/modules/distribution/pom.xml | 2 +- products/cartridge-agent/pom.xml | 2 +- products/load-balancer/modules/distribution/pom.xml | 2 +- products/load-balancer/modules/p2-profile/pom.xml | 2 +- products/load-balancer/pom.xml | 2 +- products/pom.xml | 2 +- products/stratos-cli/distribution/pom.xml | 2 +- products/stratos-cli/pom.xml | 2 +- products/stratos/modules/distribution/pom.xml | 6 +++--- products/stratos/modules/p2-profile-gen/pom.xml | 2 +- products/stratos/pom.xml | 2 +- .../org.apache.stratos.account.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.autoscaler.service.stub/pom.xml | 2 +- .../org.apache.stratos.billing.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.cartridge.agent.stub/pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.common.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.manager.dashboard.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.manager.stub/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.tenant.register.stub/pom.xml | 2 +- .../org.apache.stratos.theme.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttle.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.agent.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.usage.stub/pom.xml | 2 +- .../org.apache.stratos.validate.domain.stub/pom.xml | 2 +- service-stubs/pom.xml | 2 +- 127 files changed, 138 insertions(+), 138 deletions(-) diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml index 71a472808e..41e0d4ee85 100644 --- a/components/org.apache.stratos.account.mgt.ui/pom.xml +++ b/components/org.apache.stratos.account.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml index 99f973e0cc..a871a6c3c6 100644 --- a/components/org.apache.stratos.account.mgt/pom.xml +++ b/components/org.apache.stratos.account.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml index a550014cd6..2e68f3e536 100644 --- a/components/org.apache.stratos.activation/pom.xml +++ b/components/org.apache.stratos.activation/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml index 68e588bf61..61e317a797 100644 --- a/components/org.apache.stratos.autoscaler/pom.xml +++ b/components/org.apache.stratos.autoscaler/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml index bf7446d4b8..40f0c69bc5 100644 --- a/components/org.apache.stratos.cartridge.agent/pom.xml +++ b/components/org.apache.stratos.cartridge.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml index fe0e2cca42..60c5025e38 100644 --- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml +++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml index e74235024d..566d42174e 100644 --- a/components/org.apache.stratos.cli/pom.xml +++ b/components/org.apache.stratos.cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index e77254d4e6..7f68ed01e8 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 @@ -187,17 +187,17 @@ org.apache.stratos ec2 - 4.1.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos aws-ec2 - 4.1.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos openstack-nova - 4.1.0-SNAPSHOT + 4.0.0-incubating org.apache.jclouds.api @@ -212,7 +212,7 @@ org.apache.stratos vcloud - 4.1.0-SNAPSHOT + 4.0.0-incubating diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml index 618eb5fdaa..a2cbe6cdf9 100644 --- a/components/org.apache.stratos.common/pom.xml +++ b/components/org.apache.stratos.common/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml index be0ac9d1c5..44b9fb437d 100644 --- a/components/org.apache.stratos.deployment/pom.xml +++ b/components/org.apache.stratos.deployment/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml index 4a0f9f8d03..fd36bcd9fd 100644 --- a/components/org.apache.stratos.email.sender/pom.xml +++ b/components/org.apache.stratos.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml index 967abd66b6..78f831a99b 100644 --- a/components/org.apache.stratos.keystore.mgt/pom.xml +++ b/components/org.apache.stratos.keystore.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml index e0680d65f0..6450a32d2d 100644 --- a/components/org.apache.stratos.load.balancer.common/pom.xml +++ b/components/org.apache.stratos.load.balancer.common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.extension.api/pom.xml b/components/org.apache.stratos.load.balancer.extension.api/pom.xml index 34c4d5a1b6..a79fbf1b31 100644 --- a/components/org.apache.stratos.load.balancer.extension.api/pom.xml +++ b/components/org.apache.stratos.load.balancer.extension.api/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index fbc8a1e309..ad4541db98 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml index 909efcaed9..d3c37f600c 100644 --- a/components/org.apache.stratos.logging.view.ui/pom.xml +++ b/components/org.apache.stratos.logging.view.ui/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml index a8420552d7..217527db1c 100644 --- a/components/org.apache.stratos.manager.styles/pom.xml +++ b/components/org.apache.stratos.manager.styles/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml index 3bfadc89e9..7e6bcb1dbc 100644 --- a/components/org.apache.stratos.manager/pom.xml +++ b/components/org.apache.stratos.manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml index b5e239af66..e1bc08986c 100644 --- a/components/org.apache.stratos.messaging/pom.xml +++ b/components/org.apache.stratos.messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml index 40a569337f..68b33e5ec8 100644 --- a/components/org.apache.stratos.redirector.servlet.ui/pom.xml +++ b/components/org.apache.stratos.redirector.servlet.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml index 460ac4143e..c986fe3c46 100644 --- a/components/org.apache.stratos.redirector.servlet/pom.xml +++ b/components/org.apache.stratos.redirector.servlet/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml index 401a3382bf..15a2cce635 100644 --- a/components/org.apache.stratos.register.ui/pom.xml +++ b/components/org.apache.stratos.register.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml index 2cb5b6783e..9d327f2a8a 100644 --- a/components/org.apache.stratos.rest.endpoint/pom.xml +++ b/components/org.apache.stratos.rest.endpoint/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml index 527079275b..a8f233027e 100644 --- a/components/org.apache.stratos.sso.redirector.ui/pom.xml +++ b/components/org.apache.stratos.sso.redirector.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml index 4e84dcb428..cfb47bd2e1 100644 --- a/components/org.apache.stratos.status.monitor.agent/pom.xml +++ b/components/org.apache.stratos.status.monitor.agent/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml index 590a294140..c377ff2190 100644 --- a/components/org.apache.stratos.status.monitor.core/pom.xml +++ b/components/org.apache.stratos.status.monitor.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml index 882f6b5998..4304c18836 100644 --- a/components/org.apache.stratos.status.monitor.ui/pom.xml +++ b/components/org.apache.stratos.status.monitor.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml index 8ae36b24ea..71da264128 100644 --- a/components/org.apache.stratos.status.monitor/pom.xml +++ b/components/org.apache.stratos.status.monitor/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml index ff05123600..18c909c18e 100644 --- a/components/org.apache.stratos.tenant.activity.ui/pom.xml +++ b/components/org.apache.stratos.tenant.activity.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml index ecfcd16322..7d92044a29 100644 --- a/components/org.apache.stratos.tenant.activity/pom.xml +++ b/components/org.apache.stratos.tenant.activity/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml index ad7a8debd8..7e1802eae3 100644 --- a/components/org.apache.stratos.tenant.dispatcher/pom.xml +++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml index 018f6333bf..e7da9c0f52 100644 --- a/components/org.apache.stratos.tenant.mgt.core/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml index a1a2a23faa..2c28aa6437 100644 --- a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml index 0cc01cb9b5..843e8bf8e0 100644 --- a/components/org.apache.stratos.tenant.mgt.ui/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml index 2deb587822..cff2d05fcb 100644 --- a/components/org.apache.stratos.tenant.mgt/pom.xml +++ b/components/org.apache.stratos.tenant.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml index 5edba9ba23..6cd60a8acb 100644 --- a/components/org.apache.stratos.theme.mgt.ui/pom.xml +++ b/components/org.apache.stratos.theme.mgt.ui/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml index df0dee7bb3..97a6475e44 100644 --- a/components/org.apache.stratos.theme.mgt/pom.xml +++ b/components/org.apache.stratos.theme.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.validate.domain.ui/pom.xml b/components/org.apache.stratos.validate.domain.ui/pom.xml index cf62ab1714..41087fe51a 100644 --- a/components/org.apache.stratos.validate.domain.ui/pom.xml +++ b/components/org.apache.stratos.validate.domain.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml index 3fbbed1d88..4a145342ee 100644 --- a/components/org.apache.stratos.validate.domain/pom.xml +++ b/components/org.apache.stratos.validate.domain/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/pom.xml b/components/pom.xml index 15d0ee539d..eee5769a55 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml index 149869691c..5f2a037d8e 100644 --- a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos ec2 - 4.1.0-SNAPSHOT + 4.0.0-incubating jclouds ec2 api jclouds components to access an implementation of EC2 bundle diff --git a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml index 97f4ad3b6e..04665c2bce 100644 --- a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos openstack-nova - 4.1.0-SNAPSHOT + 4.0.0-incubating jclouds openstack-nova api jclouds components to access an implementation of OpenStack Nova bundle diff --git a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml index 669fe689ce..d21ede5649 100755 --- a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos vcloud - 4.1.0-SNAPSHOT + 4.0.0-incubating jclouds vcloud api jclouds components to access an implementation of VMWare vCloud bundle diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index 13c0f79b20..992bc2f686 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -27,7 +27,7 @@ org.apache.stratos aws-ec2 - 4.1.0-SNAPSHOT + 4.0.0-incubating jclouds Amazon EC2 provider EC2 implementation targeted to Amazon Web Services bundle diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 4141ecfeb5..47077c25c0 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-dependents - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml @@ -30,7 +30,7 @@ bundle WSO2 Carbon - UI org.wso2.carbon.ui patch version for apache stratos - 4.1.0-SNAPSHOT + 4.0.0-incubating http://wso2.org diff --git a/dependencies/pom.xml b/dependencies/pom.xml index b04a5de051..a46a3de240 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml index cad3d31f34..f42302746e 100644 --- a/extensions/cep/stratos-cep-extension/pom.xml +++ b/extensions/cep/stratos-cep-extension/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.1.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index 77d67730a2..18b310d12e 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-load-balancer-extensions - 4.1.0-SNAPSHOT + 4.0.0-incubating apache-stratos-haproxy-extension diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index 18dabc6aa0..5688f3cf83 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index e371d43f31..181238ed95 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index c2a2abe238..cc1ce4bb87 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos autoscaler-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml index 1605e122b0..84397ef35d 100644 --- a/features/autoscaler/pom.xml +++ b/features/autoscaler/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 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 570317ee9d..3e9a926ccd 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 @@ -22,7 +22,7 @@ org.apache.stratos cloud-controller-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 @@ -76,17 +76,17 @@ org.apache.stratos ec2 - 4.1.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos aws-ec2 - 4.1.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos openstack-nova - 4.1.0-SNAPSHOT + 4.0.0-incubating @@ -119,7 +119,7 @@ org.apache.stratos vcloud - 4.1.0-SNAPSHOT + 4.0.0-incubating com.google.code.gson diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml index 9b918fa7f5..b2b61a5239 100644 --- a/features/cloud-controller/pom.xml +++ b/features/cloud-controller/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml index 9c7d203ded..c335a6759a 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml index 5b931521ed..a4bc6cdb8d 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index 2930f261ab..9d690abd9e 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml index 6cf3b4a0e1..487bed9964 100644 --- a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml +++ b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos cartridge-mgt-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml index 33aa68bbd0..8aa95f3c06 100644 --- a/features/manager/cartridge-mgt/pom.xml +++ b/features/manager/cartridge-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml index 92fd871d98..b51f515da9 100644 --- a/features/manager/common/org.apache.stratos.common.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml index 032e8f354e..2e3f58c853 100644 --- a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml index 4d1b2f6db4..3b97074b53 100644 --- a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml index 0d8ce99814..aed25cdf94 100644 --- a/features/manager/common/pom.xml +++ b/features/manager/common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml index 138e6858de..5ef1551e15 100644 --- a/features/manager/deployment/pom.xml +++ b/features/manager/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml index 9f51e7fcde..2eb55c67b3 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml index 1f58248d1c..742ec1b607 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml index bdca5b4df3..9dfb7a302d 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml index c4de4f15a4..d928d0d8fe 100644 --- a/features/manager/gapp/pom.xml +++ b/features/manager/gapp/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml index 89632ab923..f800127eaa 100644 --- a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml +++ b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos logging-mgt-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml index b5d58c838c..31c1b59c38 100644 --- a/features/manager/logging-mgt/pom.xml +++ b/features/manager/logging-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 logging-mgt-feature diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 0a0fbdb0a7..697044306a 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index 109a987a28..75ceb64103 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml index dded5b3f81..bd9739ad83 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml index 77399c14fd..22c48ed31e 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml index 4798e086c6..d855c31f00 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml index 7773b9cf39..9990a4b3e4 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml index e1b23d6749..11ae74ce1a 100644 --- a/features/manager/status-monitor/pom.xml +++ b/features/manager/status-monitor/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml index f8f8868961..d493e93d3c 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index d4abfbdfb0..fb7abb3f8f 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml index 7cdf66bf8b..f209f7399b 100644 --- a/features/manager/stratos-mgt/pom.xml +++ b/features/manager/stratos-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index dcd0fb06b5..b1bbc6f2a2 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml index b74218eec0..cb3e4f30d4 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml index c4271ab0ce..53e6d29c07 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml index 9764ea0ca0..3f7f67bd70 100644 --- a/features/manager/tenant-activity/pom.xml +++ b/features/manager/tenant-activity/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 tenant-activity-feature diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml index 416ac96032..ca9d65209a 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml index ccbfe3c584..431adc41ac 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml index 463348d2f0..a4a566cc0c 100644 --- a/features/manager/tenant-mgt/pom.xml +++ b/features/manager/tenant-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml index 379ad33df3..ecfd03851c 100644 --- a/features/messaging/org.apache.stratos.messaging.feature/pom.xml +++ b/features/messaging/org.apache.stratos.messaging.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos messaging-features - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml index ee3e7e00a5..76593f90bb 100644 --- a/features/messaging/pom.xml +++ b/features/messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index baf64e7b95..dfea41395b 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/pom.xml b/pom.xml index be578aceab..d9cf2bbc42 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.stratos stratos-parent pom - 4.1.0-SNAPSHOT + 4.0.0-incubating Apache Stratos (incubating) Project Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework http://stratos.incubator.apache.org diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 4133212367..89ba20e723 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos cartidge-agent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index 0362ccc187..0e6636bf59 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index bee82fb591..72fef71f2d 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index b5859c607c..539168b384 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index 587666224d..c7b371a32e 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/pom.xml b/products/pom.xml index acffa9b4a3..71d231b3d3 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index ae5ce401f1..b1e6ee777b 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos apache-stratos-cli-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index 1240d63c6b..74c35cda8e 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 118790feeb..3393d51361 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos - 4.1.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml @@ -452,7 +452,7 @@ org.apache.stratos org.apache.stratos.cep.extension - 4.1.0-SNAPSHOT + 4.0.0-incubating org.apache.geronimo.specs @@ -462,7 +462,7 @@ org.apache.stratos org.wso2.carbon.ui - 4.1.0-SNAPSHOT + 4.0.0-incubating diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 1500759a91..44f7921f86 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos - 4.1.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index c13eb9e991..75854b02c6 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-products-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index d5ae3d0532..aed82d4356 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index ac6f7eb9ed..8354b198f3 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index 4609920a26..4b8a8a6c19 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index 35dc4d2019..f2c7f15fd5 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index 8e55a317bd..1c6dd7838c 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index d4e2c122b2..0ddf576b2e 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index 398c9fa516..8a17801def 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index 4b2e5c8240..e8d2035bb3 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index 65f9f91fe3..5d26410ea2 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index 5b5845a73c..5fc07274a9 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index e123fb8369..7240cecf4f 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index 7f843c04db..5888578e31 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index 4584c2ce55..4815d43e41 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index ff32dd4958..0394bad5a5 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index 9a162c053f..7abe517ec5 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index 37c7d963af..af676514f0 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index fe017b9231..c4d3a89eac 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index 3b210dadc3..ff832c6946 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index 5cd205dbd8..7f1d2b9956 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index 17a0e2a890..396eb1f976 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index e1411d71ab..7c52863b3f 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index c87193a3fe..29eadb383f 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index 56e1d50fae..0bb5d789b7 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index 0c96e10358..3c2852a413 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index 84f698a8f1..2ae5144bf8 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-incubating 4.0.0 From 828eaad307846aeed1e8360735e733fd279f1897 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Sun, 4 May 2014 20:44:33 +0530 Subject: [PATCH 030/104] Excluded .git folder and .gitignore file from source plugin --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index d9cf2bbc42..c7ec6a376a 100644 --- a/pom.xml +++ b/pom.xml @@ -455,6 +455,8 @@ ${project.build.directory}/**/* + **/.gitignore + **/.git/**/* @@ -498,6 +500,13 @@ jar-no-fork + + + ${project.build.directory}/**/* + **/.gitignore + **/.git/**/* + + From 2df0d8477cdb892355a07b6dfca0725210144cf6 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Sun, 4 May 2014 21:01:47 +0530 Subject: [PATCH 031/104] Reverted artifact version back to 4.0.0-SNAPSHOT to execute a new release build --- components/org.apache.stratos.account.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.account.mgt/pom.xml | 2 +- components/org.apache.stratos.activation/pom.xml | 2 +- components/org.apache.stratos.autoscaler/pom.xml | 2 +- components/org.apache.stratos.cartridge.agent/pom.xml | 2 +- components/org.apache.stratos.cartridge.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.cli/pom.xml | 2 +- components/org.apache.stratos.cloud.controller/pom.xml | 10 +++++----- components/org.apache.stratos.common/pom.xml | 2 +- components/org.apache.stratos.deployment/pom.xml | 2 +- components/org.apache.stratos.email.sender/pom.xml | 2 +- components/org.apache.stratos.keystore.mgt/pom.xml | 2 +- .../org.apache.stratos.load.balancer.common/pom.xml | 2 +- .../pom.xml | 2 +- components/org.apache.stratos.load.balancer/pom.xml | 2 +- components/org.apache.stratos.logging.view.ui/pom.xml | 2 +- components/org.apache.stratos.manager.styles/pom.xml | 2 +- components/org.apache.stratos.manager/pom.xml | 2 +- components/org.apache.stratos.messaging/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.ui/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet/pom.xml | 2 +- components/org.apache.stratos.register.ui/pom.xml | 2 +- components/org.apache.stratos.rest.endpoint/pom.xml | 2 +- .../org.apache.stratos.sso.redirector.ui/pom.xml | 2 +- .../org.apache.stratos.status.monitor.agent/pom.xml | 2 +- .../org.apache.stratos.status.monitor.core/pom.xml | 2 +- .../org.apache.stratos.status.monitor.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.activity/pom.xml | 2 +- .../org.apache.stratos.tenant.dispatcher/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.core/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.email.sender/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt/pom.xml | 2 +- components/org.apache.stratos.theme.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.theme.mgt/pom.xml | 2 +- .../org.apache.stratos.validate.domain.ui/pom.xml | 2 +- components/org.apache.stratos.validate.domain/pom.xml | 2 +- components/pom.xml | 2 +- dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml | 4 ++-- .../jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml | 4 ++-- dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml | 4 ++-- .../jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 4 ++-- dependencies/org.wso2.carbon.ui/pom.xml | 4 ++-- dependencies/pom.xml | 2 +- extensions/cep/stratos-cep-extension/pom.xml | 2 +- extensions/load-balancer/haproxy-extension/pom.xml | 2 +- extensions/load-balancer/pom.xml | 2 +- extensions/pom.xml | 2 +- .../org.apache.stratos.autoscaler.feature/pom.xml | 2 +- features/autoscaler/pom.xml | 2 +- .../pom.xml | 10 +++++----- features/cloud-controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.load.balancer.feature/pom.xml | 2 +- features/load-balancer/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/cartridge-mgt/pom.xml | 2 +- .../common/org.apache.stratos.common.feature/pom.xml | 2 +- .../org.apache.stratos.common.server.feature/pom.xml | 2 +- .../org.apache.stratos.common.ui.feature/pom.xml | 2 +- features/manager/common/pom.xml | 2 +- features/manager/deployment/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.feature/pom.xml | 2 +- .../org.apache.stratos.gapp.server.feature/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.ui.feature/pom.xml | 2 +- features/manager/gapp/pom.xml | 2 +- .../org.apache.stratos.logging.mgt.feature/pom.xml | 2 +- features/manager/logging-mgt/pom.xml | 2 +- features/manager/pom.xml | 2 +- .../org.apache.stratos.rest.endpoint.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.status.monitor.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/status-monitor/pom.xml | 2 +- .../org.apache.stratos.manager.feature/pom.xml | 2 +- .../org.apache.stratos.manager.server.feature/pom.xml | 2 +- features/manager/stratos-mgt/pom.xml | 2 +- .../org.apache.stratos.manager.styles.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-activity/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.core.feature/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-mgt/pom.xml | 2 +- .../org.apache.stratos.messaging.feature/pom.xml | 2 +- features/messaging/pom.xml | 2 +- features/pom.xml | 2 +- pom.xml | 4 ++-- products/cartridge-agent/modules/distribution/pom.xml | 2 +- products/cartridge-agent/pom.xml | 2 +- products/load-balancer/modules/distribution/pom.xml | 2 +- products/load-balancer/modules/p2-profile/pom.xml | 2 +- products/load-balancer/pom.xml | 2 +- products/pom.xml | 2 +- products/stratos-cli/distribution/pom.xml | 2 +- products/stratos-cli/pom.xml | 2 +- products/stratos/modules/distribution/pom.xml | 6 +++--- products/stratos/modules/p2-profile-gen/pom.xml | 2 +- products/stratos/pom.xml | 2 +- .../org.apache.stratos.account.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.autoscaler.service.stub/pom.xml | 2 +- .../org.apache.stratos.billing.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.cartridge.agent.stub/pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.common.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.manager.dashboard.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.manager.stub/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.tenant.register.stub/pom.xml | 2 +- .../org.apache.stratos.theme.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttle.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.agent.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.usage.stub/pom.xml | 2 +- .../org.apache.stratos.validate.domain.stub/pom.xml | 2 +- service-stubs/pom.xml | 2 +- 127 files changed, 143 insertions(+), 143 deletions(-) diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml index 41e0d4ee85..e6aa1ab102 100644 --- a/components/org.apache.stratos.account.mgt.ui/pom.xml +++ b/components/org.apache.stratos.account.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml index a871a6c3c6..2e9214c26e 100644 --- a/components/org.apache.stratos.account.mgt/pom.xml +++ b/components/org.apache.stratos.account.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml index 2e68f3e536..ac5a56fc06 100644 --- a/components/org.apache.stratos.activation/pom.xml +++ b/components/org.apache.stratos.activation/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml index 61e317a797..cbc409057d 100644 --- a/components/org.apache.stratos.autoscaler/pom.xml +++ b/components/org.apache.stratos.autoscaler/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml index 40f0c69bc5..48084271ff 100644 --- a/components/org.apache.stratos.cartridge.agent/pom.xml +++ b/components/org.apache.stratos.cartridge.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml index 60c5025e38..c038759ae5 100644 --- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml +++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml index 566d42174e..18d01d2c3f 100644 --- a/components/org.apache.stratos.cli/pom.xml +++ b/components/org.apache.stratos.cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index 7f68ed01e8..3f278e9b26 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 @@ -187,17 +187,17 @@ org.apache.stratos ec2 - 4.0.0-incubating + 4.0.0-SNAPSHOT org.apache.stratos aws-ec2 - 4.0.0-incubating + 4.0.0-SNAPSHOT org.apache.stratos openstack-nova - 4.0.0-incubating + 4.0.0-SNAPSHOT org.apache.jclouds.api @@ -212,7 +212,7 @@ org.apache.stratos vcloud - 4.0.0-incubating + 4.0.0-SNAPSHOT diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml index a2cbe6cdf9..c39b9f8af0 100644 --- a/components/org.apache.stratos.common/pom.xml +++ b/components/org.apache.stratos.common/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml index 44b9fb437d..273cb97fa4 100644 --- a/components/org.apache.stratos.deployment/pom.xml +++ b/components/org.apache.stratos.deployment/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml index fd36bcd9fd..a62b72d538 100644 --- a/components/org.apache.stratos.email.sender/pom.xml +++ b/components/org.apache.stratos.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml index 78f831a99b..e73f718cc5 100644 --- a/components/org.apache.stratos.keystore.mgt/pom.xml +++ b/components/org.apache.stratos.keystore.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml index 6450a32d2d..81febb760c 100644 --- a/components/org.apache.stratos.load.balancer.common/pom.xml +++ b/components/org.apache.stratos.load.balancer.common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.extension.api/pom.xml b/components/org.apache.stratos.load.balancer.extension.api/pom.xml index a79fbf1b31..cf3abba5f4 100644 --- a/components/org.apache.stratos.load.balancer.extension.api/pom.xml +++ b/components/org.apache.stratos.load.balancer.extension.api/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT org.apache.stratos diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index ad4541db98..5a2b6f423a 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml index d3c37f600c..46d25c828a 100644 --- a/components/org.apache.stratos.logging.view.ui/pom.xml +++ b/components/org.apache.stratos.logging.view.ui/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml index 217527db1c..491cbb6ce2 100644 --- a/components/org.apache.stratos.manager.styles/pom.xml +++ b/components/org.apache.stratos.manager.styles/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml index 7e6bcb1dbc..b6cd4bb648 100644 --- a/components/org.apache.stratos.manager/pom.xml +++ b/components/org.apache.stratos.manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml index e1bc08986c..54b8fded76 100644 --- a/components/org.apache.stratos.messaging/pom.xml +++ b/components/org.apache.stratos.messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml index 68b33e5ec8..d3595ea2a8 100644 --- a/components/org.apache.stratos.redirector.servlet.ui/pom.xml +++ b/components/org.apache.stratos.redirector.servlet.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml index c986fe3c46..7ea160a3d5 100644 --- a/components/org.apache.stratos.redirector.servlet/pom.xml +++ b/components/org.apache.stratos.redirector.servlet/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml index 15a2cce635..6ab6dab6ac 100644 --- a/components/org.apache.stratos.register.ui/pom.xml +++ b/components/org.apache.stratos.register.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml index 9d327f2a8a..41b707c428 100644 --- a/components/org.apache.stratos.rest.endpoint/pom.xml +++ b/components/org.apache.stratos.rest.endpoint/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml index a8f233027e..2a58584077 100644 --- a/components/org.apache.stratos.sso.redirector.ui/pom.xml +++ b/components/org.apache.stratos.sso.redirector.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml index cfb47bd2e1..6fedb3d5a8 100644 --- a/components/org.apache.stratos.status.monitor.agent/pom.xml +++ b/components/org.apache.stratos.status.monitor.agent/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml index c377ff2190..02e9c03dfc 100644 --- a/components/org.apache.stratos.status.monitor.core/pom.xml +++ b/components/org.apache.stratos.status.monitor.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml index 4304c18836..30bcdbd181 100644 --- a/components/org.apache.stratos.status.monitor.ui/pom.xml +++ b/components/org.apache.stratos.status.monitor.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml index 71da264128..5cd27915ce 100644 --- a/components/org.apache.stratos.status.monitor/pom.xml +++ b/components/org.apache.stratos.status.monitor/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml index 18c909c18e..e6cb0b1ed6 100644 --- a/components/org.apache.stratos.tenant.activity.ui/pom.xml +++ b/components/org.apache.stratos.tenant.activity.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml index 7d92044a29..65b49d7c18 100644 --- a/components/org.apache.stratos.tenant.activity/pom.xml +++ b/components/org.apache.stratos.tenant.activity/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml index 7e1802eae3..13ce898a72 100644 --- a/components/org.apache.stratos.tenant.dispatcher/pom.xml +++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml index e7da9c0f52..fd33bdcff6 100644 --- a/components/org.apache.stratos.tenant.mgt.core/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml index 2c28aa6437..09b9803794 100644 --- a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml index 843e8bf8e0..838857d7e2 100644 --- a/components/org.apache.stratos.tenant.mgt.ui/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml index cff2d05fcb..9e501ca485 100644 --- a/components/org.apache.stratos.tenant.mgt/pom.xml +++ b/components/org.apache.stratos.tenant.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml index 6cd60a8acb..c907ac0cb2 100644 --- a/components/org.apache.stratos.theme.mgt.ui/pom.xml +++ b/components/org.apache.stratos.theme.mgt.ui/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml index 97a6475e44..ec3b0b3120 100644 --- a/components/org.apache.stratos.theme.mgt/pom.xml +++ b/components/org.apache.stratos.theme.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain.ui/pom.xml b/components/org.apache.stratos.validate.domain.ui/pom.xml index 41087fe51a..8c06e81120 100644 --- a/components/org.apache.stratos.validate.domain.ui/pom.xml +++ b/components/org.apache.stratos.validate.domain.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml index 4a145342ee..c78bc872e8 100644 --- a/components/org.apache.stratos.validate.domain/pom.xml +++ b/components/org.apache.stratos.validate.domain/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/pom.xml b/components/pom.xml index eee5769a55..5be4292792 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml index 5f2a037d8e..ca569d83af 100644 --- a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos ec2 - 4.0.0-incubating + 4.0.0-SNAPSHOT jclouds ec2 api jclouds components to access an implementation of EC2 bundle @@ -138,7 +138,7 @@ - 4.0.0-incubating-rc1 + 4.0.0-incubating-rc2 diff --git a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml index 04665c2bce..36a009fd42 100644 --- a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos openstack-nova - 4.0.0-incubating + 4.0.0-SNAPSHOT jclouds openstack-nova api jclouds components to access an implementation of OpenStack Nova bundle @@ -140,6 +140,6 @@ - 4.0.0-incubating-rc1 + 4.0.0-incubating-rc2 diff --git a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml index d21ede5649..9789504de2 100755 --- a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos vcloud - 4.0.0-incubating + 4.0.0-SNAPSHOT jclouds vcloud api jclouds components to access an implementation of VMWare vCloud bundle @@ -126,6 +126,6 @@ - 4.0.0-incubating-rc1 + 4.0.0-incubating-rc2 diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index 992bc2f686..158e1cdbd2 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -27,7 +27,7 @@ org.apache.stratos aws-ec2 - 4.0.0-incubating + 4.0.0-SNAPSHOT jclouds Amazon EC2 provider EC2 implementation targeted to Amazon Web Services bundle @@ -150,7 +150,7 @@ - 4.0.0-incubating-rc1 + 4.0.0-incubating-rc2 diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 47077c25c0..7ee66a15c4 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-dependents - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml @@ -30,7 +30,7 @@ bundle WSO2 Carbon - UI org.wso2.carbon.ui patch version for apache stratos - 4.0.0-incubating + 4.0.0-SNAPSHOT http://wso2.org diff --git a/dependencies/pom.xml b/dependencies/pom.xml index a46a3de240..998200efba 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml index f42302746e..4062ead502 100644 --- a/extensions/cep/stratos-cep-extension/pom.xml +++ b/extensions/cep/stratos-cep-extension/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index 18b310d12e..65d0265372 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-load-balancer-extensions - 4.0.0-incubating + 4.0.0-SNAPSHOT apache-stratos-haproxy-extension diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index 5688f3cf83..e6357b0a8d 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index 181238ed95..e30e226b1d 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index cc1ce4bb87..ccd771c864 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos autoscaler-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml index 84397ef35d..e4a8869799 100644 --- a/features/autoscaler/pom.xml +++ b/features/autoscaler/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 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 3e9a926ccd..89067fe177 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 @@ -22,7 +22,7 @@ org.apache.stratos cloud-controller-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 @@ -76,17 +76,17 @@ org.apache.stratos ec2 - 4.0.0-incubating + 4.0.0-SNAPSHOT org.apache.stratos aws-ec2 - 4.0.0-incubating + 4.0.0-SNAPSHOT org.apache.stratos openstack-nova - 4.0.0-incubating + 4.0.0-SNAPSHOT @@ -119,7 +119,7 @@ org.apache.stratos vcloud - 4.0.0-incubating + 4.0.0-SNAPSHOT com.google.code.gson diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml index b2b61a5239..372d100da6 100644 --- a/features/cloud-controller/pom.xml +++ b/features/cloud-controller/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml index c335a6759a..431d71a0db 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml index a4bc6cdb8d..b041e99e01 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index 9d690abd9e..e6a4071f40 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml index 487bed9964..e17db91283 100644 --- a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml +++ b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos cartridge-mgt-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml index 8aa95f3c06..8341740b00 100644 --- a/features/manager/cartridge-mgt/pom.xml +++ b/features/manager/cartridge-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml index b51f515da9..3292237d0b 100644 --- a/features/manager/common/org.apache.stratos.common.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml index 2e3f58c853..b839abe1c3 100644 --- a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml index 3b97074b53..9bbd4b8ae1 100644 --- a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml index aed25cdf94..11b18df78a 100644 --- a/features/manager/common/pom.xml +++ b/features/manager/common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml index 5ef1551e15..fd60639ab0 100644 --- a/features/manager/deployment/pom.xml +++ b/features/manager/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml index 2eb55c67b3..82b4523810 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml index 742ec1b607..4a3f3c1d6f 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml index 9dfb7a302d..48fcec3b89 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml index d928d0d8fe..fe2ff327d2 100644 --- a/features/manager/gapp/pom.xml +++ b/features/manager/gapp/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml index f800127eaa..6a809ffc28 100644 --- a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml +++ b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos logging-mgt-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml index 31c1b59c38..c5f77743c3 100644 --- a/features/manager/logging-mgt/pom.xml +++ b/features/manager/logging-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 logging-mgt-feature diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 697044306a..4445e344c3 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index 75ceb64103..1f9be0355c 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml index bd9739ad83..0e22057d22 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml index 22c48ed31e..0fa6ffc994 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml index d855c31f00..8c449c06a8 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml index 9990a4b3e4..8be0803c2f 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml index 11ae74ce1a..1b28d8fbe9 100644 --- a/features/manager/status-monitor/pom.xml +++ b/features/manager/status-monitor/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml index d493e93d3c..8600a5a098 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index fb7abb3f8f..51e4c36a27 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml index f209f7399b..42ee208a02 100644 --- a/features/manager/stratos-mgt/pom.xml +++ b/features/manager/stratos-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index b1bbc6f2a2..baf32a2d04 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml index cb3e4f30d4..a0353f0003 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml index 53e6d29c07..aacef85b69 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml index 3f7f67bd70..7e8661ba9a 100644 --- a/features/manager/tenant-activity/pom.xml +++ b/features/manager/tenant-activity/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 tenant-activity-feature diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml index ca9d65209a..57ea9894ed 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml index 431adc41ac..11ab62ca12 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml index a4a566cc0c..2757540d38 100644 --- a/features/manager/tenant-mgt/pom.xml +++ b/features/manager/tenant-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml index ecfd03851c..bd64f01e15 100644 --- a/features/messaging/org.apache.stratos.messaging.feature/pom.xml +++ b/features/messaging/org.apache.stratos.messaging.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos messaging-features - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml index 76593f90bb..3e15c227cd 100644 --- a/features/messaging/pom.xml +++ b/features/messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index dfea41395b..9f74e4e43d 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index c7ec6a376a..3172eb67ca 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.stratos stratos-parent pom - 4.0.0-incubating + 4.0.0-SNAPSHOT Apache Stratos (incubating) Project Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework http://stratos.incubator.apache.org @@ -74,7 +74,7 @@ scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git https://git-wip-us.apache.org/repos/asf?p=incubator-stratos.git - 4.0.0-incubating-rc1 + 4.0.0-incubating-rc2 diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 89ba20e723..9c01d6c990 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos cartidge-agent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index 0e6636bf59..d69b55472e 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index 72fef71f2d..05fbd20cd8 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index 539168b384..b4791e0c7d 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index c7b371a32e..7cb218f924 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/pom.xml b/products/pom.xml index 71d231b3d3..b58a5eea54 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index b1e6ee777b..9671f95909 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos apache-stratos-cli-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index 74c35cda8e..41b2cfcce3 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT ../pom.xml diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 3393d51361..682c05b050 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml @@ -452,7 +452,7 @@ org.apache.stratos org.apache.stratos.cep.extension - 4.0.0-incubating + 4.0.0-SNAPSHOT org.apache.geronimo.specs @@ -462,7 +462,7 @@ org.apache.stratos org.wso2.carbon.ui - 4.0.0-incubating + 4.0.0-SNAPSHOT diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 44f7921f86..64ae09c91e 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos - 4.0.0-incubating + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index 75854b02c6..f478d6a210 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index aed82d4356..4edc39a437 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index 8354b198f3..38d9bc20ad 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index 4b8a8a6c19..b636bb3968 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index f2c7f15fd5..836542867e 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index 1c6dd7838c..2855f5ebf0 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index 0ddf576b2e..b5f3d3588d 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index 8a17801def..8340d6d5ef 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index e8d2035bb3..03e861fb1c 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index 5d26410ea2..73b9194efc 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index 5fc07274a9..4cc4216e74 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index 7240cecf4f..ae6158a1fc 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index 5888578e31..28b13544c5 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index 4815d43e41..82b6d22b14 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index 0394bad5a5..258c4e53ff 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index 7abe517ec5..e2d3730a65 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index af676514f0..8752637397 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index c4d3a89eac..216616efd3 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index ff832c6946..7dcc4e533b 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index 7f1d2b9956..bb492712e0 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index 396eb1f976..5b2c25a423 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index 7c52863b3f..ae5175cbff 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index 29eadb383f..5aaaa50454 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index 0bb5d789b7..5209094ccf 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index 3c2852a413..f317f3535d 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index 2ae5144bf8..bc0f5d6028 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.0-SNAPSHOT 4.0.0 From 2924bf7a6e2c02c3a7626c2d1fce29fad2ca2a99 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Mon, 5 May 2014 01:27:15 +0530 Subject: [PATCH 032/104] [maven-release-plugin] prepare release 4.0.0-incubating-rc2 --- components/org.apache.stratos.account.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.account.mgt/pom.xml | 2 +- components/org.apache.stratos.activation/pom.xml | 2 +- components/org.apache.stratos.autoscaler/pom.xml | 2 +- components/org.apache.stratos.cartridge.agent/pom.xml | 2 +- components/org.apache.stratos.cartridge.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.cli/pom.xml | 2 +- components/org.apache.stratos.cloud.controller/pom.xml | 10 +++++----- components/org.apache.stratos.common/pom.xml | 2 +- components/org.apache.stratos.deployment/pom.xml | 2 +- components/org.apache.stratos.email.sender/pom.xml | 2 +- components/org.apache.stratos.keystore.mgt/pom.xml | 2 +- .../org.apache.stratos.load.balancer.common/pom.xml | 2 +- .../pom.xml | 2 +- components/org.apache.stratos.load.balancer/pom.xml | 2 +- components/org.apache.stratos.logging.view.ui/pom.xml | 2 +- components/org.apache.stratos.manager.styles/pom.xml | 2 +- components/org.apache.stratos.manager/pom.xml | 2 +- components/org.apache.stratos.messaging/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.ui/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet/pom.xml | 2 +- components/org.apache.stratos.register.ui/pom.xml | 2 +- components/org.apache.stratos.rest.endpoint/pom.xml | 2 +- .../org.apache.stratos.sso.redirector.ui/pom.xml | 2 +- .../org.apache.stratos.status.monitor.agent/pom.xml | 2 +- .../org.apache.stratos.status.monitor.core/pom.xml | 2 +- .../org.apache.stratos.status.monitor.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.activity/pom.xml | 2 +- .../org.apache.stratos.tenant.dispatcher/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.core/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.email.sender/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt/pom.xml | 2 +- components/org.apache.stratos.theme.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.theme.mgt/pom.xml | 2 +- .../org.apache.stratos.validate.domain.ui/pom.xml | 2 +- components/org.apache.stratos.validate.domain/pom.xml | 2 +- components/pom.xml | 2 +- dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml | 2 +- .../jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml | 2 +- dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml | 2 +- .../jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 2 +- dependencies/org.wso2.carbon.ui/pom.xml | 4 ++-- dependencies/pom.xml | 2 +- extensions/cep/stratos-cep-extension/pom.xml | 2 +- extensions/load-balancer/haproxy-extension/pom.xml | 2 +- extensions/load-balancer/pom.xml | 2 +- extensions/pom.xml | 2 +- .../org.apache.stratos.autoscaler.feature/pom.xml | 2 +- features/autoscaler/pom.xml | 2 +- .../pom.xml | 10 +++++----- features/cloud-controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.load.balancer.feature/pom.xml | 2 +- features/load-balancer/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/cartridge-mgt/pom.xml | 2 +- .../common/org.apache.stratos.common.feature/pom.xml | 2 +- .../org.apache.stratos.common.server.feature/pom.xml | 2 +- .../org.apache.stratos.common.ui.feature/pom.xml | 2 +- features/manager/common/pom.xml | 2 +- features/manager/deployment/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.feature/pom.xml | 2 +- .../org.apache.stratos.gapp.server.feature/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.ui.feature/pom.xml | 2 +- features/manager/gapp/pom.xml | 2 +- .../org.apache.stratos.logging.mgt.feature/pom.xml | 2 +- features/manager/logging-mgt/pom.xml | 2 +- features/manager/pom.xml | 2 +- .../org.apache.stratos.rest.endpoint.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.status.monitor.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/status-monitor/pom.xml | 2 +- .../org.apache.stratos.manager.feature/pom.xml | 2 +- .../org.apache.stratos.manager.server.feature/pom.xml | 2 +- features/manager/stratos-mgt/pom.xml | 2 +- .../org.apache.stratos.manager.styles.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-activity/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.core.feature/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-mgt/pom.xml | 2 +- .../org.apache.stratos.messaging.feature/pom.xml | 2 +- features/messaging/pom.xml | 2 +- features/pom.xml | 2 +- pom.xml | 2 +- products/cartridge-agent/modules/distribution/pom.xml | 2 +- products/cartridge-agent/pom.xml | 2 +- products/load-balancer/modules/distribution/pom.xml | 2 +- products/load-balancer/modules/p2-profile/pom.xml | 2 +- products/load-balancer/pom.xml | 2 +- products/pom.xml | 2 +- products/stratos-cli/distribution/pom.xml | 2 +- products/stratos-cli/pom.xml | 2 +- products/stratos/modules/distribution/pom.xml | 6 +++--- products/stratos/modules/p2-profile-gen/pom.xml | 2 +- products/stratos/pom.xml | 2 +- .../org.apache.stratos.account.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.autoscaler.service.stub/pom.xml | 2 +- .../org.apache.stratos.billing.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.cartridge.agent.stub/pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.common.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.manager.dashboard.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.manager.stub/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.tenant.register.stub/pom.xml | 2 +- .../org.apache.stratos.theme.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttle.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.agent.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.usage.stub/pom.xml | 2 +- .../org.apache.stratos.validate.domain.stub/pom.xml | 2 +- service-stubs/pom.xml | 2 +- 127 files changed, 138 insertions(+), 138 deletions(-) diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml index e6aa1ab102..41e0d4ee85 100644 --- a/components/org.apache.stratos.account.mgt.ui/pom.xml +++ b/components/org.apache.stratos.account.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml index 2e9214c26e..a871a6c3c6 100644 --- a/components/org.apache.stratos.account.mgt/pom.xml +++ b/components/org.apache.stratos.account.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml index ac5a56fc06..2e68f3e536 100644 --- a/components/org.apache.stratos.activation/pom.xml +++ b/components/org.apache.stratos.activation/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml index cbc409057d..61e317a797 100644 --- a/components/org.apache.stratos.autoscaler/pom.xml +++ b/components/org.apache.stratos.autoscaler/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml index 48084271ff..40f0c69bc5 100644 --- a/components/org.apache.stratos.cartridge.agent/pom.xml +++ b/components/org.apache.stratos.cartridge.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml index c038759ae5..60c5025e38 100644 --- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml +++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml index 18d01d2c3f..566d42174e 100644 --- a/components/org.apache.stratos.cli/pom.xml +++ b/components/org.apache.stratos.cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index 3f278e9b26..7f68ed01e8 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 @@ -187,17 +187,17 @@ org.apache.stratos ec2 - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos aws-ec2 - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos openstack-nova - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.jclouds.api @@ -212,7 +212,7 @@ org.apache.stratos vcloud - 4.0.0-SNAPSHOT + 4.0.0-incubating diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml index c39b9f8af0..a2cbe6cdf9 100644 --- a/components/org.apache.stratos.common/pom.xml +++ b/components/org.apache.stratos.common/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml index 273cb97fa4..44b9fb437d 100644 --- a/components/org.apache.stratos.deployment/pom.xml +++ b/components/org.apache.stratos.deployment/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml index a62b72d538..fd36bcd9fd 100644 --- a/components/org.apache.stratos.email.sender/pom.xml +++ b/components/org.apache.stratos.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml index e73f718cc5..78f831a99b 100644 --- a/components/org.apache.stratos.keystore.mgt/pom.xml +++ b/components/org.apache.stratos.keystore.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml index 81febb760c..6450a32d2d 100644 --- a/components/org.apache.stratos.load.balancer.common/pom.xml +++ b/components/org.apache.stratos.load.balancer.common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.extension.api/pom.xml b/components/org.apache.stratos.load.balancer.extension.api/pom.xml index cf3abba5f4..a79fbf1b31 100644 --- a/components/org.apache.stratos.load.balancer.extension.api/pom.xml +++ b/components/org.apache.stratos.load.balancer.extension.api/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index 5a2b6f423a..ad4541db98 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml index 46d25c828a..d3c37f600c 100644 --- a/components/org.apache.stratos.logging.view.ui/pom.xml +++ b/components/org.apache.stratos.logging.view.ui/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml index 491cbb6ce2..217527db1c 100644 --- a/components/org.apache.stratos.manager.styles/pom.xml +++ b/components/org.apache.stratos.manager.styles/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml index b6cd4bb648..7e6bcb1dbc 100644 --- a/components/org.apache.stratos.manager/pom.xml +++ b/components/org.apache.stratos.manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml index 54b8fded76..e1bc08986c 100644 --- a/components/org.apache.stratos.messaging/pom.xml +++ b/components/org.apache.stratos.messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml index d3595ea2a8..68b33e5ec8 100644 --- a/components/org.apache.stratos.redirector.servlet.ui/pom.xml +++ b/components/org.apache.stratos.redirector.servlet.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml index 7ea160a3d5..c986fe3c46 100644 --- a/components/org.apache.stratos.redirector.servlet/pom.xml +++ b/components/org.apache.stratos.redirector.servlet/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml index 6ab6dab6ac..15a2cce635 100644 --- a/components/org.apache.stratos.register.ui/pom.xml +++ b/components/org.apache.stratos.register.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml index 41b707c428..9d327f2a8a 100644 --- a/components/org.apache.stratos.rest.endpoint/pom.xml +++ b/components/org.apache.stratos.rest.endpoint/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml index 2a58584077..a8f233027e 100644 --- a/components/org.apache.stratos.sso.redirector.ui/pom.xml +++ b/components/org.apache.stratos.sso.redirector.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml index 6fedb3d5a8..cfb47bd2e1 100644 --- a/components/org.apache.stratos.status.monitor.agent/pom.xml +++ b/components/org.apache.stratos.status.monitor.agent/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml index 02e9c03dfc..c377ff2190 100644 --- a/components/org.apache.stratos.status.monitor.core/pom.xml +++ b/components/org.apache.stratos.status.monitor.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml index 30bcdbd181..4304c18836 100644 --- a/components/org.apache.stratos.status.monitor.ui/pom.xml +++ b/components/org.apache.stratos.status.monitor.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml index 5cd27915ce..71da264128 100644 --- a/components/org.apache.stratos.status.monitor/pom.xml +++ b/components/org.apache.stratos.status.monitor/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml index e6cb0b1ed6..18c909c18e 100644 --- a/components/org.apache.stratos.tenant.activity.ui/pom.xml +++ b/components/org.apache.stratos.tenant.activity.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml index 65b49d7c18..7d92044a29 100644 --- a/components/org.apache.stratos.tenant.activity/pom.xml +++ b/components/org.apache.stratos.tenant.activity/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml index 13ce898a72..7e1802eae3 100644 --- a/components/org.apache.stratos.tenant.dispatcher/pom.xml +++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml index fd33bdcff6..e7da9c0f52 100644 --- a/components/org.apache.stratos.tenant.mgt.core/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml index 09b9803794..2c28aa6437 100644 --- a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml index 838857d7e2..843e8bf8e0 100644 --- a/components/org.apache.stratos.tenant.mgt.ui/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml index 9e501ca485..cff2d05fcb 100644 --- a/components/org.apache.stratos.tenant.mgt/pom.xml +++ b/components/org.apache.stratos.tenant.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml index c907ac0cb2..6cd60a8acb 100644 --- a/components/org.apache.stratos.theme.mgt.ui/pom.xml +++ b/components/org.apache.stratos.theme.mgt.ui/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml index ec3b0b3120..97a6475e44 100644 --- a/components/org.apache.stratos.theme.mgt/pom.xml +++ b/components/org.apache.stratos.theme.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.validate.domain.ui/pom.xml b/components/org.apache.stratos.validate.domain.ui/pom.xml index 8c06e81120..41087fe51a 100644 --- a/components/org.apache.stratos.validate.domain.ui/pom.xml +++ b/components/org.apache.stratos.validate.domain.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml index c78bc872e8..4a145342ee 100644 --- a/components/org.apache.stratos.validate.domain/pom.xml +++ b/components/org.apache.stratos.validate.domain/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/pom.xml b/components/pom.xml index 5be4292792..eee5769a55 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml index ca569d83af..3f7f0f75d3 100644 --- a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos ec2 - 4.0.0-SNAPSHOT + 4.0.0-incubating jclouds ec2 api jclouds components to access an implementation of EC2 bundle diff --git a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml index 36a009fd42..72437e391f 100644 --- a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos openstack-nova - 4.0.0-SNAPSHOT + 4.0.0-incubating jclouds openstack-nova api jclouds components to access an implementation of OpenStack Nova bundle diff --git a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml index 9789504de2..e66cc59a70 100755 --- a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos vcloud - 4.0.0-SNAPSHOT + 4.0.0-incubating jclouds vcloud api jclouds components to access an implementation of VMWare vCloud bundle diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index 158e1cdbd2..290ab2c935 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -27,7 +27,7 @@ org.apache.stratos aws-ec2 - 4.0.0-SNAPSHOT + 4.0.0-incubating jclouds Amazon EC2 provider EC2 implementation targeted to Amazon Web Services bundle diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 7ee66a15c4..47077c25c0 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-dependents - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml @@ -30,7 +30,7 @@ bundle WSO2 Carbon - UI org.wso2.carbon.ui patch version for apache stratos - 4.0.0-SNAPSHOT + 4.0.0-incubating http://wso2.org diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 998200efba..a46a3de240 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml index 4062ead502..f42302746e 100644 --- a/extensions/cep/stratos-cep-extension/pom.xml +++ b/extensions/cep/stratos-cep-extension/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index 65d0265372..18b310d12e 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-load-balancer-extensions - 4.0.0-SNAPSHOT + 4.0.0-incubating apache-stratos-haproxy-extension diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index e6357b0a8d..5688f3cf83 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index e30e226b1d..181238ed95 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index ccd771c864..cc1ce4bb87 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos autoscaler-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml index e4a8869799..84397ef35d 100644 --- a/features/autoscaler/pom.xml +++ b/features/autoscaler/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 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 89067fe177..3e9a926ccd 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 @@ -22,7 +22,7 @@ org.apache.stratos cloud-controller-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 @@ -76,17 +76,17 @@ org.apache.stratos ec2 - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos aws-ec2 - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos openstack-nova - 4.0.0-SNAPSHOT + 4.0.0-incubating @@ -119,7 +119,7 @@ org.apache.stratos vcloud - 4.0.0-SNAPSHOT + 4.0.0-incubating com.google.code.gson diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml index 372d100da6..b2b61a5239 100644 --- a/features/cloud-controller/pom.xml +++ b/features/cloud-controller/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml index 431d71a0db..c335a6759a 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml index b041e99e01..a4bc6cdb8d 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index e6a4071f40..9d690abd9e 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml index e17db91283..487bed9964 100644 --- a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml +++ b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos cartridge-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml index 8341740b00..8aa95f3c06 100644 --- a/features/manager/cartridge-mgt/pom.xml +++ b/features/manager/cartridge-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml index 3292237d0b..b51f515da9 100644 --- a/features/manager/common/org.apache.stratos.common.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml index b839abe1c3..2e3f58c853 100644 --- a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml index 9bbd4b8ae1..3b97074b53 100644 --- a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml index 11b18df78a..aed25cdf94 100644 --- a/features/manager/common/pom.xml +++ b/features/manager/common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml index fd60639ab0..5ef1551e15 100644 --- a/features/manager/deployment/pom.xml +++ b/features/manager/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml index 82b4523810..2eb55c67b3 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml index 4a3f3c1d6f..742ec1b607 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml index 48fcec3b89..9dfb7a302d 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml index fe2ff327d2..d928d0d8fe 100644 --- a/features/manager/gapp/pom.xml +++ b/features/manager/gapp/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml index 6a809ffc28..f800127eaa 100644 --- a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml +++ b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos logging-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml index c5f77743c3..31c1b59c38 100644 --- a/features/manager/logging-mgt/pom.xml +++ b/features/manager/logging-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 logging-mgt-feature diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 4445e344c3..697044306a 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index 1f9be0355c..75ceb64103 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml index 0e22057d22..bd9739ad83 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml index 0fa6ffc994..22c48ed31e 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml index 8c449c06a8..d855c31f00 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml index 8be0803c2f..9990a4b3e4 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml index 1b28d8fbe9..11ae74ce1a 100644 --- a/features/manager/status-monitor/pom.xml +++ b/features/manager/status-monitor/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml index 8600a5a098..d493e93d3c 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index 51e4c36a27..fb7abb3f8f 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml index 42ee208a02..f209f7399b 100644 --- a/features/manager/stratos-mgt/pom.xml +++ b/features/manager/stratos-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index baf32a2d04..b1bbc6f2a2 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml index a0353f0003..cb3e4f30d4 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml index aacef85b69..53e6d29c07 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml index 7e8661ba9a..3f7f67bd70 100644 --- a/features/manager/tenant-activity/pom.xml +++ b/features/manager/tenant-activity/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 tenant-activity-feature diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml index 57ea9894ed..ca9d65209a 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml index 11ab62ca12..431adc41ac 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml index 2757540d38..a4a566cc0c 100644 --- a/features/manager/tenant-mgt/pom.xml +++ b/features/manager/tenant-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml index bd64f01e15..ecfd03851c 100644 --- a/features/messaging/org.apache.stratos.messaging.feature/pom.xml +++ b/features/messaging/org.apache.stratos.messaging.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos messaging-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml index 3e15c227cd..76593f90bb 100644 --- a/features/messaging/pom.xml +++ b/features/messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index 9f74e4e43d..dfea41395b 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/pom.xml b/pom.xml index 3172eb67ca..435c07e725 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.stratos stratos-parent pom - 4.0.0-SNAPSHOT + 4.0.0-incubating Apache Stratos (incubating) Project Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework http://stratos.incubator.apache.org diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 9c01d6c990..89ba20e723 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos cartidge-agent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index d69b55472e..0e6636bf59 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index 05fbd20cd8..72fef71f2d 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index b4791e0c7d..539168b384 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index 7cb218f924..c7b371a32e 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/pom.xml b/products/pom.xml index b58a5eea54..71d231b3d3 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index 9671f95909..b1e6ee777b 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos apache-stratos-cli-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index 41b2cfcce3..74c35cda8e 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 682c05b050..3393d51361 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml @@ -452,7 +452,7 @@ org.apache.stratos org.apache.stratos.cep.extension - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.geronimo.specs @@ -462,7 +462,7 @@ org.apache.stratos org.wso2.carbon.ui - 4.0.0-SNAPSHOT + 4.0.0-incubating diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 64ae09c91e..44f7921f86 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index f478d6a210..75854b02c6 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index 4edc39a437..aed82d4356 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index 38d9bc20ad..8354b198f3 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index b636bb3968..4b8a8a6c19 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index 836542867e..f2c7f15fd5 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index 2855f5ebf0..1c6dd7838c 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index b5f3d3588d..0ddf576b2e 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index 8340d6d5ef..8a17801def 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index 03e861fb1c..e8d2035bb3 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index 73b9194efc..5d26410ea2 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index 4cc4216e74..5fc07274a9 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index ae6158a1fc..7240cecf4f 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index 28b13544c5..5888578e31 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index 82b6d22b14..4815d43e41 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index 258c4e53ff..0394bad5a5 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index e2d3730a65..7abe517ec5 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index 8752637397..af676514f0 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index 216616efd3..c4d3a89eac 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index 7dcc4e533b..ff832c6946 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index bb492712e0..7f1d2b9956 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index 5b2c25a423..396eb1f976 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index ae5175cbff..7c52863b3f 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index 5aaaa50454..29eadb383f 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index 5209094ccf..0bb5d789b7 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index f317f3535d..3c2852a413 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index bc0f5d6028..2ae5144bf8 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 From 52c1b736727de6d10bfb693a42ea0743a0cdad87 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Mon, 5 May 2014 01:27:17 +0530 Subject: [PATCH 033/104] [maven-release-plugin] prepare for next development iteration --- components/org.apache.stratos.account.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.account.mgt/pom.xml | 2 +- components/org.apache.stratos.activation/pom.xml | 2 +- components/org.apache.stratos.autoscaler/pom.xml | 2 +- components/org.apache.stratos.cartridge.agent/pom.xml | 2 +- components/org.apache.stratos.cartridge.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.cli/pom.xml | 2 +- components/org.apache.stratos.cloud.controller/pom.xml | 10 +++++----- components/org.apache.stratos.common/pom.xml | 2 +- components/org.apache.stratos.deployment/pom.xml | 2 +- components/org.apache.stratos.email.sender/pom.xml | 2 +- components/org.apache.stratos.keystore.mgt/pom.xml | 2 +- .../org.apache.stratos.load.balancer.common/pom.xml | 2 +- .../pom.xml | 2 +- components/org.apache.stratos.load.balancer/pom.xml | 2 +- components/org.apache.stratos.logging.view.ui/pom.xml | 2 +- components/org.apache.stratos.manager.styles/pom.xml | 2 +- components/org.apache.stratos.manager/pom.xml | 2 +- components/org.apache.stratos.messaging/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.ui/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet/pom.xml | 2 +- components/org.apache.stratos.register.ui/pom.xml | 2 +- components/org.apache.stratos.rest.endpoint/pom.xml | 2 +- .../org.apache.stratos.sso.redirector.ui/pom.xml | 2 +- .../org.apache.stratos.status.monitor.agent/pom.xml | 2 +- .../org.apache.stratos.status.monitor.core/pom.xml | 2 +- .../org.apache.stratos.status.monitor.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.activity/pom.xml | 2 +- .../org.apache.stratos.tenant.dispatcher/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.core/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.email.sender/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt/pom.xml | 2 +- components/org.apache.stratos.theme.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.theme.mgt/pom.xml | 2 +- .../org.apache.stratos.validate.domain.ui/pom.xml | 2 +- components/org.apache.stratos.validate.domain/pom.xml | 2 +- components/pom.xml | 2 +- dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml | 2 +- .../jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml | 2 +- dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml | 2 +- .../jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 2 +- dependencies/org.wso2.carbon.ui/pom.xml | 4 ++-- dependencies/pom.xml | 2 +- extensions/cep/stratos-cep-extension/pom.xml | 2 +- extensions/load-balancer/haproxy-extension/pom.xml | 2 +- extensions/load-balancer/pom.xml | 2 +- extensions/pom.xml | 2 +- .../org.apache.stratos.autoscaler.feature/pom.xml | 2 +- features/autoscaler/pom.xml | 2 +- .../pom.xml | 10 +++++----- features/cloud-controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.load.balancer.feature/pom.xml | 2 +- features/load-balancer/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/cartridge-mgt/pom.xml | 2 +- .../common/org.apache.stratos.common.feature/pom.xml | 2 +- .../org.apache.stratos.common.server.feature/pom.xml | 2 +- .../org.apache.stratos.common.ui.feature/pom.xml | 2 +- features/manager/common/pom.xml | 2 +- features/manager/deployment/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.feature/pom.xml | 2 +- .../org.apache.stratos.gapp.server.feature/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.ui.feature/pom.xml | 2 +- features/manager/gapp/pom.xml | 2 +- .../org.apache.stratos.logging.mgt.feature/pom.xml | 2 +- features/manager/logging-mgt/pom.xml | 2 +- features/manager/pom.xml | 2 +- .../org.apache.stratos.rest.endpoint.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.status.monitor.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/status-monitor/pom.xml | 2 +- .../org.apache.stratos.manager.feature/pom.xml | 2 +- .../org.apache.stratos.manager.server.feature/pom.xml | 2 +- features/manager/stratos-mgt/pom.xml | 2 +- .../org.apache.stratos.manager.styles.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-activity/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.core.feature/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-mgt/pom.xml | 2 +- .../org.apache.stratos.messaging.feature/pom.xml | 2 +- features/messaging/pom.xml | 2 +- features/pom.xml | 2 +- pom.xml | 2 +- products/cartridge-agent/modules/distribution/pom.xml | 2 +- products/cartridge-agent/pom.xml | 2 +- products/load-balancer/modules/distribution/pom.xml | 2 +- products/load-balancer/modules/p2-profile/pom.xml | 2 +- products/load-balancer/pom.xml | 2 +- products/pom.xml | 2 +- products/stratos-cli/distribution/pom.xml | 2 +- products/stratos-cli/pom.xml | 2 +- products/stratos/modules/distribution/pom.xml | 6 +++--- products/stratos/modules/p2-profile-gen/pom.xml | 2 +- products/stratos/pom.xml | 2 +- .../org.apache.stratos.account.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.autoscaler.service.stub/pom.xml | 2 +- .../org.apache.stratos.billing.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.cartridge.agent.stub/pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.common.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.manager.dashboard.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.manager.stub/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.tenant.register.stub/pom.xml | 2 +- .../org.apache.stratos.theme.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttle.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.agent.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.usage.stub/pom.xml | 2 +- .../org.apache.stratos.validate.domain.stub/pom.xml | 2 +- service-stubs/pom.xml | 2 +- 127 files changed, 138 insertions(+), 138 deletions(-) diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml index 41e0d4ee85..71a472808e 100644 --- a/components/org.apache.stratos.account.mgt.ui/pom.xml +++ b/components/org.apache.stratos.account.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml index a871a6c3c6..99f973e0cc 100644 --- a/components/org.apache.stratos.account.mgt/pom.xml +++ b/components/org.apache.stratos.account.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml index 2e68f3e536..a550014cd6 100644 --- a/components/org.apache.stratos.activation/pom.xml +++ b/components/org.apache.stratos.activation/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml index 61e317a797..68e588bf61 100644 --- a/components/org.apache.stratos.autoscaler/pom.xml +++ b/components/org.apache.stratos.autoscaler/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml index 40f0c69bc5..bf7446d4b8 100644 --- a/components/org.apache.stratos.cartridge.agent/pom.xml +++ b/components/org.apache.stratos.cartridge.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml index 60c5025e38..fe0e2cca42 100644 --- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml +++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml index 566d42174e..e74235024d 100644 --- a/components/org.apache.stratos.cli/pom.xml +++ b/components/org.apache.stratos.cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index 7f68ed01e8..e77254d4e6 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 @@ -187,17 +187,17 @@ org.apache.stratos ec2 - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.stratos aws-ec2 - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.stratos openstack-nova - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.jclouds.api @@ -212,7 +212,7 @@ org.apache.stratos vcloud - 4.0.0-incubating + 4.1.0-SNAPSHOT diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml index a2cbe6cdf9..618eb5fdaa 100644 --- a/components/org.apache.stratos.common/pom.xml +++ b/components/org.apache.stratos.common/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml index 44b9fb437d..be0ac9d1c5 100644 --- a/components/org.apache.stratos.deployment/pom.xml +++ b/components/org.apache.stratos.deployment/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml index fd36bcd9fd..4a0f9f8d03 100644 --- a/components/org.apache.stratos.email.sender/pom.xml +++ b/components/org.apache.stratos.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml index 78f831a99b..967abd66b6 100644 --- a/components/org.apache.stratos.keystore.mgt/pom.xml +++ b/components/org.apache.stratos.keystore.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml index 6450a32d2d..e0680d65f0 100644 --- a/components/org.apache.stratos.load.balancer.common/pom.xml +++ b/components/org.apache.stratos.load.balancer.common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.extension.api/pom.xml b/components/org.apache.stratos.load.balancer.extension.api/pom.xml index a79fbf1b31..34c4d5a1b6 100644 --- a/components/org.apache.stratos.load.balancer.extension.api/pom.xml +++ b/components/org.apache.stratos.load.balancer.extension.api/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.stratos diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index ad4541db98..fbc8a1e309 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml index d3c37f600c..909efcaed9 100644 --- a/components/org.apache.stratos.logging.view.ui/pom.xml +++ b/components/org.apache.stratos.logging.view.ui/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml index 217527db1c..a8420552d7 100644 --- a/components/org.apache.stratos.manager.styles/pom.xml +++ b/components/org.apache.stratos.manager.styles/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml index 7e6bcb1dbc..3bfadc89e9 100644 --- a/components/org.apache.stratos.manager/pom.xml +++ b/components/org.apache.stratos.manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml index e1bc08986c..b5e239af66 100644 --- a/components/org.apache.stratos.messaging/pom.xml +++ b/components/org.apache.stratos.messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml index 68b33e5ec8..40a569337f 100644 --- a/components/org.apache.stratos.redirector.servlet.ui/pom.xml +++ b/components/org.apache.stratos.redirector.servlet.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml index c986fe3c46..460ac4143e 100644 --- a/components/org.apache.stratos.redirector.servlet/pom.xml +++ b/components/org.apache.stratos.redirector.servlet/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml index 15a2cce635..401a3382bf 100644 --- a/components/org.apache.stratos.register.ui/pom.xml +++ b/components/org.apache.stratos.register.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml index 9d327f2a8a..2cb5b6783e 100644 --- a/components/org.apache.stratos.rest.endpoint/pom.xml +++ b/components/org.apache.stratos.rest.endpoint/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml index a8f233027e..527079275b 100644 --- a/components/org.apache.stratos.sso.redirector.ui/pom.xml +++ b/components/org.apache.stratos.sso.redirector.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml index cfb47bd2e1..4e84dcb428 100644 --- a/components/org.apache.stratos.status.monitor.agent/pom.xml +++ b/components/org.apache.stratos.status.monitor.agent/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml index c377ff2190..590a294140 100644 --- a/components/org.apache.stratos.status.monitor.core/pom.xml +++ b/components/org.apache.stratos.status.monitor.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml index 4304c18836..882f6b5998 100644 --- a/components/org.apache.stratos.status.monitor.ui/pom.xml +++ b/components/org.apache.stratos.status.monitor.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml index 71da264128..8ae36b24ea 100644 --- a/components/org.apache.stratos.status.monitor/pom.xml +++ b/components/org.apache.stratos.status.monitor/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml index 18c909c18e..ff05123600 100644 --- a/components/org.apache.stratos.tenant.activity.ui/pom.xml +++ b/components/org.apache.stratos.tenant.activity.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml index 7d92044a29..ecfcd16322 100644 --- a/components/org.apache.stratos.tenant.activity/pom.xml +++ b/components/org.apache.stratos.tenant.activity/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml index 7e1802eae3..ad7a8debd8 100644 --- a/components/org.apache.stratos.tenant.dispatcher/pom.xml +++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml index e7da9c0f52..018f6333bf 100644 --- a/components/org.apache.stratos.tenant.mgt.core/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml index 2c28aa6437..a1a2a23faa 100644 --- a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml index 843e8bf8e0..0cc01cb9b5 100644 --- a/components/org.apache.stratos.tenant.mgt.ui/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml index cff2d05fcb..2deb587822 100644 --- a/components/org.apache.stratos.tenant.mgt/pom.xml +++ b/components/org.apache.stratos.tenant.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml index 6cd60a8acb..5edba9ba23 100644 --- a/components/org.apache.stratos.theme.mgt.ui/pom.xml +++ b/components/org.apache.stratos.theme.mgt.ui/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml index 97a6475e44..df0dee7bb3 100644 --- a/components/org.apache.stratos.theme.mgt/pom.xml +++ b/components/org.apache.stratos.theme.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain.ui/pom.xml b/components/org.apache.stratos.validate.domain.ui/pom.xml index 41087fe51a..cf62ab1714 100644 --- a/components/org.apache.stratos.validate.domain.ui/pom.xml +++ b/components/org.apache.stratos.validate.domain.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml index 4a145342ee..3fbbed1d88 100644 --- a/components/org.apache.stratos.validate.domain/pom.xml +++ b/components/org.apache.stratos.validate.domain/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/pom.xml b/components/pom.xml index eee5769a55..15d0ee539d 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml index 3f7f0f75d3..a1d91bea95 100644 --- a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos ec2 - 4.0.0-incubating + 4.1.0-SNAPSHOT jclouds ec2 api jclouds components to access an implementation of EC2 bundle diff --git a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml index 72437e391f..1e60936b35 100644 --- a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos openstack-nova - 4.0.0-incubating + 4.1.0-SNAPSHOT jclouds openstack-nova api jclouds components to access an implementation of OpenStack Nova bundle diff --git a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml index e66cc59a70..e46f436bdd 100755 --- a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos vcloud - 4.0.0-incubating + 4.1.0-SNAPSHOT jclouds vcloud api jclouds components to access an implementation of VMWare vCloud bundle diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index 290ab2c935..c11a6fee6e 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -27,7 +27,7 @@ org.apache.stratos aws-ec2 - 4.0.0-incubating + 4.1.0-SNAPSHOT jclouds Amazon EC2 provider EC2 implementation targeted to Amazon Web Services bundle diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 47077c25c0..4141ecfeb5 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-dependents - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml @@ -30,7 +30,7 @@ bundle WSO2 Carbon - UI org.wso2.carbon.ui patch version for apache stratos - 4.0.0-incubating + 4.1.0-SNAPSHOT http://wso2.org diff --git a/dependencies/pom.xml b/dependencies/pom.xml index a46a3de240..b04a5de051 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml index f42302746e..cad3d31f34 100644 --- a/extensions/cep/stratos-cep-extension/pom.xml +++ b/extensions/cep/stratos-cep-extension/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index 18b310d12e..77d67730a2 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-load-balancer-extensions - 4.0.0-incubating + 4.1.0-SNAPSHOT apache-stratos-haproxy-extension diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index 5688f3cf83..18dabc6aa0 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index 181238ed95..e371d43f31 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index cc1ce4bb87..c2a2abe238 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos autoscaler-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml index 84397ef35d..1605e122b0 100644 --- a/features/autoscaler/pom.xml +++ b/features/autoscaler/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 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 3e9a926ccd..570317ee9d 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 @@ -22,7 +22,7 @@ org.apache.stratos cloud-controller-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 @@ -76,17 +76,17 @@ org.apache.stratos ec2 - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.stratos aws-ec2 - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.stratos openstack-nova - 4.0.0-incubating + 4.1.0-SNAPSHOT @@ -119,7 +119,7 @@ org.apache.stratos vcloud - 4.0.0-incubating + 4.1.0-SNAPSHOT com.google.code.gson diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml index b2b61a5239..9b918fa7f5 100644 --- a/features/cloud-controller/pom.xml +++ b/features/cloud-controller/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml index c335a6759a..9c7d203ded 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml index a4bc6cdb8d..5b931521ed 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index 9d690abd9e..2930f261ab 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml index 487bed9964..6cf3b4a0e1 100644 --- a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml +++ b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos cartridge-mgt-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml index 8aa95f3c06..33aa68bbd0 100644 --- a/features/manager/cartridge-mgt/pom.xml +++ b/features/manager/cartridge-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml index b51f515da9..92fd871d98 100644 --- a/features/manager/common/org.apache.stratos.common.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml index 2e3f58c853..032e8f354e 100644 --- a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml index 3b97074b53..4d1b2f6db4 100644 --- a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml index aed25cdf94..0d8ce99814 100644 --- a/features/manager/common/pom.xml +++ b/features/manager/common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml index 5ef1551e15..138e6858de 100644 --- a/features/manager/deployment/pom.xml +++ b/features/manager/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml index 2eb55c67b3..9f51e7fcde 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml index 742ec1b607..1f58248d1c 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml index 9dfb7a302d..bdca5b4df3 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml index d928d0d8fe..c4de4f15a4 100644 --- a/features/manager/gapp/pom.xml +++ b/features/manager/gapp/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml index f800127eaa..89632ab923 100644 --- a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml +++ b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos logging-mgt-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml index 31c1b59c38..b5d58c838c 100644 --- a/features/manager/logging-mgt/pom.xml +++ b/features/manager/logging-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 logging-mgt-feature diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 697044306a..0a0fbdb0a7 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index 75ceb64103..109a987a28 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml index bd9739ad83..dded5b3f81 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml index 22c48ed31e..77399c14fd 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml index d855c31f00..4798e086c6 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml index 9990a4b3e4..7773b9cf39 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml index 11ae74ce1a..e1b23d6749 100644 --- a/features/manager/status-monitor/pom.xml +++ b/features/manager/status-monitor/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml index d493e93d3c..f8f8868961 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index fb7abb3f8f..d4abfbdfb0 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml index f209f7399b..7cdf66bf8b 100644 --- a/features/manager/stratos-mgt/pom.xml +++ b/features/manager/stratos-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index b1bbc6f2a2..dcd0fb06b5 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml index cb3e4f30d4..b74218eec0 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml index 53e6d29c07..c4271ab0ce 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml index 3f7f67bd70..9764ea0ca0 100644 --- a/features/manager/tenant-activity/pom.xml +++ b/features/manager/tenant-activity/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 tenant-activity-feature diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml index ca9d65209a..416ac96032 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml index 431adc41ac..ccbfe3c584 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml index a4a566cc0c..463348d2f0 100644 --- a/features/manager/tenant-mgt/pom.xml +++ b/features/manager/tenant-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml index ecfd03851c..379ad33df3 100644 --- a/features/messaging/org.apache.stratos.messaging.feature/pom.xml +++ b/features/messaging/org.apache.stratos.messaging.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos messaging-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml index 76593f90bb..ee3e7e00a5 100644 --- a/features/messaging/pom.xml +++ b/features/messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index dfea41395b..baf64e7b95 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 435c07e725..ab471d0467 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.stratos stratos-parent pom - 4.0.0-incubating + 4.1.0-SNAPSHOT Apache Stratos (incubating) Project Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework http://stratos.incubator.apache.org diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 89ba20e723..4133212367 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos cartidge-agent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index 0e6636bf59..0362ccc187 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index 72fef71f2d..bee82fb591 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index 539168b384..b5859c607c 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index c7b371a32e..587666224d 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/products/pom.xml b/products/pom.xml index 71d231b3d3..acffa9b4a3 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index b1e6ee777b..ae5ce401f1 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos apache-stratos-cli-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index 74c35cda8e..1240d63c6b 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 3393d51361..118790feeb 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml @@ -452,7 +452,7 @@ org.apache.stratos org.apache.stratos.cep.extension - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.geronimo.specs @@ -462,7 +462,7 @@ org.apache.stratos org.wso2.carbon.ui - 4.0.0-incubating + 4.1.0-SNAPSHOT diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 44f7921f86..1500759a91 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index 75854b02c6..c13eb9e991 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index aed82d4356..d5ae3d0532 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index 8354b198f3..ac6f7eb9ed 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index 4b8a8a6c19..4609920a26 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index f2c7f15fd5..35dc4d2019 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index 1c6dd7838c..8e55a317bd 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index 0ddf576b2e..d4e2c122b2 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index 8a17801def..398c9fa516 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index e8d2035bb3..4b2e5c8240 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index 5d26410ea2..65f9f91fe3 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index 5fc07274a9..5b5845a73c 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index 7240cecf4f..e123fb8369 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index 5888578e31..7f843c04db 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index 4815d43e41..4584c2ce55 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index 0394bad5a5..ff32dd4958 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index 7abe517ec5..9a162c053f 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index af676514f0..37c7d963af 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index c4d3a89eac..fe017b9231 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index ff832c6946..3b210dadc3 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index 7f1d2b9956..5cd205dbd8 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index 396eb1f976..17a0e2a890 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index 7c52863b3f..e1411d71ab 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index 29eadb383f..c87193a3fe 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index 0bb5d789b7..56e1d50fae 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index 3c2852a413..0c96e10358 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index 2ae5144bf8..84f698a8f1 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 From a8d7ff42358ffb7addb1937ebaee142c7a7d5ffe Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Mon, 5 May 2014 11:33:42 +0530 Subject: [PATCH 034/104] Removed tool suffix from cli distribution pom.xml and assembly bin.xml --- products/stratos-cli/distribution/src/main/assembly/bin.xml | 2 +- products/stratos-cli/distribution/src/main/bin/stratos.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/products/stratos-cli/distribution/src/main/assembly/bin.xml b/products/stratos-cli/distribution/src/main/assembly/bin.xml index 51298f0268..74ccf7d1d8 100644 --- a/products/stratos-cli/distribution/src/main/assembly/bin.xml +++ b/products/stratos-cli/distribution/src/main/assembly/bin.xml @@ -29,7 +29,7 @@ ../../../components/org.apache.stratos.cli/target ${pom.artifactId}-${pom.version} - org.apache.stratos.cli-${pom.version}-Tool.jar + org.apache.stratos.cli-${pom.version}.jar diff --git a/products/stratos-cli/distribution/src/main/bin/stratos.sh b/products/stratos-cli/distribution/src/main/bin/stratos.sh index 4274e1b564..584bf70954 100755 --- a/products/stratos-cli/distribution/src/main/bin/stratos.sh +++ b/products/stratos-cli/distribution/src/main/bin/stratos.sh @@ -29,5 +29,5 @@ if [ -z $STRATOS_CLI_HOME ] ; then STRATOS_CLI_HOME="$PWD" fi -java -jar $STRATOS_CLI_HOME/org.apache.stratos.cli-4.0.0-incubating-Tool.jar $* +java -jar $STRATOS_CLI_HOME/org.apache.stratos.cli-4.0.0-incubating.jar $* From 3f98c7daf7cd30575dc9d2b0793b7845024b4866 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Mon, 5 May 2014 11:39:22 +0530 Subject: [PATCH 035/104] Reverted version to 4.0.0-SNAPSHOT to execute a release build using maven release plugin --- components/org.apache.stratos.account.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.account.mgt/pom.xml | 2 +- components/org.apache.stratos.activation/pom.xml | 2 +- components/org.apache.stratos.autoscaler/pom.xml | 2 +- components/org.apache.stratos.cartridge.agent/pom.xml | 2 +- components/org.apache.stratos.cartridge.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.cli/pom.xml | 2 +- components/org.apache.stratos.cloud.controller/pom.xml | 10 +++++----- components/org.apache.stratos.common/pom.xml | 2 +- components/org.apache.stratos.deployment/pom.xml | 2 +- components/org.apache.stratos.email.sender/pom.xml | 2 +- components/org.apache.stratos.keystore.mgt/pom.xml | 2 +- .../org.apache.stratos.load.balancer.common/pom.xml | 2 +- .../pom.xml | 2 +- components/org.apache.stratos.load.balancer/pom.xml | 2 +- components/org.apache.stratos.logging.view.ui/pom.xml | 2 +- components/org.apache.stratos.manager.styles/pom.xml | 2 +- components/org.apache.stratos.manager/pom.xml | 2 +- components/org.apache.stratos.messaging/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.ui/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet/pom.xml | 2 +- components/org.apache.stratos.register.ui/pom.xml | 2 +- components/org.apache.stratos.rest.endpoint/pom.xml | 2 +- .../org.apache.stratos.sso.redirector.ui/pom.xml | 2 +- .../org.apache.stratos.status.monitor.agent/pom.xml | 2 +- .../org.apache.stratos.status.monitor.core/pom.xml | 2 +- .../org.apache.stratos.status.monitor.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.activity/pom.xml | 2 +- .../org.apache.stratos.tenant.dispatcher/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.core/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.email.sender/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt/pom.xml | 2 +- components/org.apache.stratos.theme.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.theme.mgt/pom.xml | 2 +- .../org.apache.stratos.validate.domain.ui/pom.xml | 2 +- components/org.apache.stratos.validate.domain/pom.xml | 2 +- components/pom.xml | 2 +- dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml | 2 +- .../jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml | 2 +- dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml | 2 +- .../jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 2 +- dependencies/org.wso2.carbon.ui/pom.xml | 4 ++-- dependencies/pom.xml | 2 +- extensions/cep/stratos-cep-extension/pom.xml | 2 +- extensions/load-balancer/haproxy-extension/pom.xml | 2 +- extensions/load-balancer/pom.xml | 2 +- extensions/pom.xml | 2 +- .../org.apache.stratos.autoscaler.feature/pom.xml | 2 +- features/autoscaler/pom.xml | 2 +- .../pom.xml | 10 +++++----- features/cloud-controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.load.balancer.feature/pom.xml | 2 +- features/load-balancer/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/cartridge-mgt/pom.xml | 2 +- .../common/org.apache.stratos.common.feature/pom.xml | 2 +- .../org.apache.stratos.common.server.feature/pom.xml | 2 +- .../org.apache.stratos.common.ui.feature/pom.xml | 2 +- features/manager/common/pom.xml | 2 +- features/manager/deployment/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.feature/pom.xml | 2 +- .../org.apache.stratos.gapp.server.feature/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.ui.feature/pom.xml | 2 +- features/manager/gapp/pom.xml | 2 +- .../org.apache.stratos.logging.mgt.feature/pom.xml | 2 +- features/manager/logging-mgt/pom.xml | 2 +- features/manager/pom.xml | 2 +- .../org.apache.stratos.rest.endpoint.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.status.monitor.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/status-monitor/pom.xml | 2 +- .../org.apache.stratos.manager.feature/pom.xml | 2 +- .../org.apache.stratos.manager.server.feature/pom.xml | 2 +- features/manager/stratos-mgt/pom.xml | 2 +- .../org.apache.stratos.manager.styles.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-activity/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.core.feature/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-mgt/pom.xml | 2 +- .../org.apache.stratos.messaging.feature/pom.xml | 2 +- features/messaging/pom.xml | 2 +- features/pom.xml | 2 +- pom.xml | 2 +- products/cartridge-agent/modules/distribution/pom.xml | 2 +- products/cartridge-agent/pom.xml | 2 +- products/load-balancer/modules/distribution/pom.xml | 2 +- products/load-balancer/modules/p2-profile/pom.xml | 2 +- products/load-balancer/pom.xml | 2 +- products/pom.xml | 2 +- products/stratos-cli/distribution/pom.xml | 2 +- products/stratos-cli/pom.xml | 2 +- products/stratos/modules/distribution/pom.xml | 6 +++--- products/stratos/modules/p2-profile-gen/pom.xml | 2 +- products/stratos/pom.xml | 2 +- .../org.apache.stratos.account.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.autoscaler.service.stub/pom.xml | 2 +- .../org.apache.stratos.billing.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.cartridge.agent.stub/pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.common.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.manager.dashboard.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.manager.stub/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.tenant.register.stub/pom.xml | 2 +- .../org.apache.stratos.theme.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttle.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.agent.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.usage.stub/pom.xml | 2 +- .../org.apache.stratos.validate.domain.stub/pom.xml | 2 +- service-stubs/pom.xml | 2 +- 127 files changed, 138 insertions(+), 138 deletions(-) diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml index 71a472808e..e6aa1ab102 100644 --- a/components/org.apache.stratos.account.mgt.ui/pom.xml +++ b/components/org.apache.stratos.account.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml index 99f973e0cc..2e9214c26e 100644 --- a/components/org.apache.stratos.account.mgt/pom.xml +++ b/components/org.apache.stratos.account.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml index a550014cd6..ac5a56fc06 100644 --- a/components/org.apache.stratos.activation/pom.xml +++ b/components/org.apache.stratos.activation/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml index 68e588bf61..cbc409057d 100644 --- a/components/org.apache.stratos.autoscaler/pom.xml +++ b/components/org.apache.stratos.autoscaler/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml index bf7446d4b8..48084271ff 100644 --- a/components/org.apache.stratos.cartridge.agent/pom.xml +++ b/components/org.apache.stratos.cartridge.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml index fe0e2cca42..c038759ae5 100644 --- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml +++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml index e74235024d..18d01d2c3f 100644 --- a/components/org.apache.stratos.cli/pom.xml +++ b/components/org.apache.stratos.cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index e77254d4e6..3f278e9b26 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 @@ -187,17 +187,17 @@ org.apache.stratos ec2 - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.stratos aws-ec2 - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.stratos openstack-nova - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.jclouds.api @@ -212,7 +212,7 @@ org.apache.stratos vcloud - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml index 618eb5fdaa..c39b9f8af0 100644 --- a/components/org.apache.stratos.common/pom.xml +++ b/components/org.apache.stratos.common/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml index be0ac9d1c5..273cb97fa4 100644 --- a/components/org.apache.stratos.deployment/pom.xml +++ b/components/org.apache.stratos.deployment/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml index 4a0f9f8d03..a62b72d538 100644 --- a/components/org.apache.stratos.email.sender/pom.xml +++ b/components/org.apache.stratos.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml index 967abd66b6..e73f718cc5 100644 --- a/components/org.apache.stratos.keystore.mgt/pom.xml +++ b/components/org.apache.stratos.keystore.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml index e0680d65f0..81febb760c 100644 --- a/components/org.apache.stratos.load.balancer.common/pom.xml +++ b/components/org.apache.stratos.load.balancer.common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.extension.api/pom.xml b/components/org.apache.stratos.load.balancer.extension.api/pom.xml index 34c4d5a1b6..cf3abba5f4 100644 --- a/components/org.apache.stratos.load.balancer.extension.api/pom.xml +++ b/components/org.apache.stratos.load.balancer.extension.api/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.stratos diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index fbc8a1e309..5a2b6f423a 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml index 909efcaed9..46d25c828a 100644 --- a/components/org.apache.stratos.logging.view.ui/pom.xml +++ b/components/org.apache.stratos.logging.view.ui/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml index a8420552d7..491cbb6ce2 100644 --- a/components/org.apache.stratos.manager.styles/pom.xml +++ b/components/org.apache.stratos.manager.styles/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml index 3bfadc89e9..b6cd4bb648 100644 --- a/components/org.apache.stratos.manager/pom.xml +++ b/components/org.apache.stratos.manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml index b5e239af66..54b8fded76 100644 --- a/components/org.apache.stratos.messaging/pom.xml +++ b/components/org.apache.stratos.messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml index 40a569337f..d3595ea2a8 100644 --- a/components/org.apache.stratos.redirector.servlet.ui/pom.xml +++ b/components/org.apache.stratos.redirector.servlet.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml index 460ac4143e..7ea160a3d5 100644 --- a/components/org.apache.stratos.redirector.servlet/pom.xml +++ b/components/org.apache.stratos.redirector.servlet/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml index 401a3382bf..6ab6dab6ac 100644 --- a/components/org.apache.stratos.register.ui/pom.xml +++ b/components/org.apache.stratos.register.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml index 2cb5b6783e..41b707c428 100644 --- a/components/org.apache.stratos.rest.endpoint/pom.xml +++ b/components/org.apache.stratos.rest.endpoint/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml index 527079275b..2a58584077 100644 --- a/components/org.apache.stratos.sso.redirector.ui/pom.xml +++ b/components/org.apache.stratos.sso.redirector.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml index 4e84dcb428..6fedb3d5a8 100644 --- a/components/org.apache.stratos.status.monitor.agent/pom.xml +++ b/components/org.apache.stratos.status.monitor.agent/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml index 590a294140..02e9c03dfc 100644 --- a/components/org.apache.stratos.status.monitor.core/pom.xml +++ b/components/org.apache.stratos.status.monitor.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml index 882f6b5998..30bcdbd181 100644 --- a/components/org.apache.stratos.status.monitor.ui/pom.xml +++ b/components/org.apache.stratos.status.monitor.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml index 8ae36b24ea..5cd27915ce 100644 --- a/components/org.apache.stratos.status.monitor/pom.xml +++ b/components/org.apache.stratos.status.monitor/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml index ff05123600..e6cb0b1ed6 100644 --- a/components/org.apache.stratos.tenant.activity.ui/pom.xml +++ b/components/org.apache.stratos.tenant.activity.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml index ecfcd16322..65b49d7c18 100644 --- a/components/org.apache.stratos.tenant.activity/pom.xml +++ b/components/org.apache.stratos.tenant.activity/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml index ad7a8debd8..13ce898a72 100644 --- a/components/org.apache.stratos.tenant.dispatcher/pom.xml +++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml index 018f6333bf..fd33bdcff6 100644 --- a/components/org.apache.stratos.tenant.mgt.core/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml index a1a2a23faa..09b9803794 100644 --- a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml index 0cc01cb9b5..838857d7e2 100644 --- a/components/org.apache.stratos.tenant.mgt.ui/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml index 2deb587822..9e501ca485 100644 --- a/components/org.apache.stratos.tenant.mgt/pom.xml +++ b/components/org.apache.stratos.tenant.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml index 5edba9ba23..c907ac0cb2 100644 --- a/components/org.apache.stratos.theme.mgt.ui/pom.xml +++ b/components/org.apache.stratos.theme.mgt.ui/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml index df0dee7bb3..ec3b0b3120 100644 --- a/components/org.apache.stratos.theme.mgt/pom.xml +++ b/components/org.apache.stratos.theme.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain.ui/pom.xml b/components/org.apache.stratos.validate.domain.ui/pom.xml index cf62ab1714..8c06e81120 100644 --- a/components/org.apache.stratos.validate.domain.ui/pom.xml +++ b/components/org.apache.stratos.validate.domain.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml index 3fbbed1d88..c78bc872e8 100644 --- a/components/org.apache.stratos.validate.domain/pom.xml +++ b/components/org.apache.stratos.validate.domain/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/pom.xml b/components/pom.xml index 15d0ee539d..5be4292792 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml index a1d91bea95..ca569d83af 100644 --- a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos ec2 - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT jclouds ec2 api jclouds components to access an implementation of EC2 bundle diff --git a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml index 1e60936b35..36a009fd42 100644 --- a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos openstack-nova - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT jclouds openstack-nova api jclouds components to access an implementation of OpenStack Nova bundle diff --git a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml index e46f436bdd..9789504de2 100755 --- a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos vcloud - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT jclouds vcloud api jclouds components to access an implementation of VMWare vCloud bundle diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index c11a6fee6e..158e1cdbd2 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -27,7 +27,7 @@ org.apache.stratos aws-ec2 - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT jclouds Amazon EC2 provider EC2 implementation targeted to Amazon Web Services bundle diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 4141ecfeb5..7ee66a15c4 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-dependents - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml @@ -30,7 +30,7 @@ bundle WSO2 Carbon - UI org.wso2.carbon.ui patch version for apache stratos - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT http://wso2.org diff --git a/dependencies/pom.xml b/dependencies/pom.xml index b04a5de051..998200efba 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml index cad3d31f34..4062ead502 100644 --- a/extensions/cep/stratos-cep-extension/pom.xml +++ b/extensions/cep/stratos-cep-extension/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index 77d67730a2..65d0265372 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-load-balancer-extensions - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT apache-stratos-haproxy-extension diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index 18dabc6aa0..e6357b0a8d 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index e371d43f31..e30e226b1d 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index c2a2abe238..ccd771c864 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos autoscaler-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml index 1605e122b0..e4a8869799 100644 --- a/features/autoscaler/pom.xml +++ b/features/autoscaler/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 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 570317ee9d..89067fe177 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 @@ -22,7 +22,7 @@ org.apache.stratos cloud-controller-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 @@ -76,17 +76,17 @@ org.apache.stratos ec2 - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.stratos aws-ec2 - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.stratos openstack-nova - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT @@ -119,7 +119,7 @@ org.apache.stratos vcloud - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT com.google.code.gson diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml index 9b918fa7f5..372d100da6 100644 --- a/features/cloud-controller/pom.xml +++ b/features/cloud-controller/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml index 9c7d203ded..431d71a0db 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml index 5b931521ed..b041e99e01 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index 2930f261ab..e6a4071f40 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml index 6cf3b4a0e1..e17db91283 100644 --- a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml +++ b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos cartridge-mgt-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml index 33aa68bbd0..8341740b00 100644 --- a/features/manager/cartridge-mgt/pom.xml +++ b/features/manager/cartridge-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml index 92fd871d98..3292237d0b 100644 --- a/features/manager/common/org.apache.stratos.common.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml index 032e8f354e..b839abe1c3 100644 --- a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml index 4d1b2f6db4..9bbd4b8ae1 100644 --- a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml index 0d8ce99814..11b18df78a 100644 --- a/features/manager/common/pom.xml +++ b/features/manager/common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml index 138e6858de..fd60639ab0 100644 --- a/features/manager/deployment/pom.xml +++ b/features/manager/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml index 9f51e7fcde..82b4523810 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml index 1f58248d1c..4a3f3c1d6f 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml index bdca5b4df3..48fcec3b89 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml index c4de4f15a4..fe2ff327d2 100644 --- a/features/manager/gapp/pom.xml +++ b/features/manager/gapp/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml index 89632ab923..6a809ffc28 100644 --- a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml +++ b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos logging-mgt-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml index b5d58c838c..c5f77743c3 100644 --- a/features/manager/logging-mgt/pom.xml +++ b/features/manager/logging-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 logging-mgt-feature diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 0a0fbdb0a7..4445e344c3 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index 109a987a28..1f9be0355c 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml index dded5b3f81..0e22057d22 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml index 77399c14fd..0fa6ffc994 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml index 4798e086c6..8c449c06a8 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml index 7773b9cf39..8be0803c2f 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml index e1b23d6749..1b28d8fbe9 100644 --- a/features/manager/status-monitor/pom.xml +++ b/features/manager/status-monitor/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml index f8f8868961..8600a5a098 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index d4abfbdfb0..51e4c36a27 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml index 7cdf66bf8b..42ee208a02 100644 --- a/features/manager/stratos-mgt/pom.xml +++ b/features/manager/stratos-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index dcd0fb06b5..baf32a2d04 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml index b74218eec0..a0353f0003 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml index c4271ab0ce..aacef85b69 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml index 9764ea0ca0..7e8661ba9a 100644 --- a/features/manager/tenant-activity/pom.xml +++ b/features/manager/tenant-activity/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 tenant-activity-feature diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml index 416ac96032..57ea9894ed 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml index ccbfe3c584..11ab62ca12 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml index 463348d2f0..2757540d38 100644 --- a/features/manager/tenant-mgt/pom.xml +++ b/features/manager/tenant-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml index 379ad33df3..bd64f01e15 100644 --- a/features/messaging/org.apache.stratos.messaging.feature/pom.xml +++ b/features/messaging/org.apache.stratos.messaging.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos messaging-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml index ee3e7e00a5..3e15c227cd 100644 --- a/features/messaging/pom.xml +++ b/features/messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index baf64e7b95..9f74e4e43d 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index ab471d0467..3172eb67ca 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.stratos stratos-parent pom - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT Apache Stratos (incubating) Project Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework http://stratos.incubator.apache.org diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 4133212367..9c01d6c990 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos cartidge-agent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index 0362ccc187..d69b55472e 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index bee82fb591..05fbd20cd8 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index b5859c607c..b4791e0c7d 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index 587666224d..7cb218f924 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/pom.xml b/products/pom.xml index acffa9b4a3..b58a5eea54 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index ae5ce401f1..9671f95909 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos apache-stratos-cli-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index 1240d63c6b..41b2cfcce3 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 118790feeb..682c05b050 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml @@ -452,7 +452,7 @@ org.apache.stratos org.apache.stratos.cep.extension - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.geronimo.specs @@ -462,7 +462,7 @@ org.apache.stratos org.wso2.carbon.ui - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 1500759a91..64ae09c91e 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index c13eb9e991..f478d6a210 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-products-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index d5ae3d0532..4edc39a437 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index ac6f7eb9ed..38d9bc20ad 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index 4609920a26..b636bb3968 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index 35dc4d2019..836542867e 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index 8e55a317bd..2855f5ebf0 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index d4e2c122b2..b5f3d3588d 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index 398c9fa516..8340d6d5ef 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index 4b2e5c8240..03e861fb1c 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index 65f9f91fe3..73b9194efc 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index 5b5845a73c..4cc4216e74 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index e123fb8369..ae6158a1fc 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index 7f843c04db..28b13544c5 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index 4584c2ce55..82b6d22b14 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index ff32dd4958..258c4e53ff 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index 9a162c053f..e2d3730a65 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index 37c7d963af..8752637397 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index fe017b9231..216616efd3 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index 3b210dadc3..7dcc4e533b 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index 5cd205dbd8..bb492712e0 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index 17a0e2a890..5b2c25a423 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index e1411d71ab..ae5175cbff 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index c87193a3fe..5aaaa50454 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index 56e1d50fae..5209094ccf 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index 0c96e10358..f317f3535d 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index 84f698a8f1..bc0f5d6028 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 From eca60a3f27798f2ff4ef9eabb7cd1696f386f526 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Mon, 5 May 2014 18:23:37 +0530 Subject: [PATCH 036/104] [maven-release-plugin] prepare release 4.0.0-incubating-rc2 --- components/org.apache.stratos.account.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.account.mgt/pom.xml | 2 +- components/org.apache.stratos.activation/pom.xml | 2 +- components/org.apache.stratos.autoscaler/pom.xml | 2 +- components/org.apache.stratos.cartridge.agent/pom.xml | 2 +- components/org.apache.stratos.cartridge.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.cli/pom.xml | 2 +- components/org.apache.stratos.cloud.controller/pom.xml | 10 +++++----- components/org.apache.stratos.common/pom.xml | 2 +- components/org.apache.stratos.deployment/pom.xml | 2 +- components/org.apache.stratos.email.sender/pom.xml | 2 +- components/org.apache.stratos.keystore.mgt/pom.xml | 2 +- .../org.apache.stratos.load.balancer.common/pom.xml | 2 +- .../pom.xml | 2 +- components/org.apache.stratos.load.balancer/pom.xml | 2 +- components/org.apache.stratos.logging.view.ui/pom.xml | 2 +- components/org.apache.stratos.manager.styles/pom.xml | 2 +- components/org.apache.stratos.manager/pom.xml | 2 +- components/org.apache.stratos.messaging/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.ui/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet/pom.xml | 2 +- components/org.apache.stratos.register.ui/pom.xml | 2 +- components/org.apache.stratos.rest.endpoint/pom.xml | 2 +- .../org.apache.stratos.sso.redirector.ui/pom.xml | 2 +- .../org.apache.stratos.status.monitor.agent/pom.xml | 2 +- .../org.apache.stratos.status.monitor.core/pom.xml | 2 +- .../org.apache.stratos.status.monitor.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.activity/pom.xml | 2 +- .../org.apache.stratos.tenant.dispatcher/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.core/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.email.sender/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt/pom.xml | 2 +- components/org.apache.stratos.theme.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.theme.mgt/pom.xml | 2 +- .../org.apache.stratos.validate.domain.ui/pom.xml | 2 +- components/org.apache.stratos.validate.domain/pom.xml | 2 +- components/pom.xml | 2 +- dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml | 2 +- .../jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml | 2 +- dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml | 2 +- .../jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 2 +- dependencies/org.wso2.carbon.ui/pom.xml | 4 ++-- dependencies/pom.xml | 2 +- extensions/cep/stratos-cep-extension/pom.xml | 2 +- extensions/load-balancer/haproxy-extension/pom.xml | 2 +- extensions/load-balancer/pom.xml | 2 +- extensions/pom.xml | 2 +- .../org.apache.stratos.autoscaler.feature/pom.xml | 2 +- features/autoscaler/pom.xml | 2 +- .../pom.xml | 10 +++++----- features/cloud-controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.load.balancer.feature/pom.xml | 2 +- features/load-balancer/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/cartridge-mgt/pom.xml | 2 +- .../common/org.apache.stratos.common.feature/pom.xml | 2 +- .../org.apache.stratos.common.server.feature/pom.xml | 2 +- .../org.apache.stratos.common.ui.feature/pom.xml | 2 +- features/manager/common/pom.xml | 2 +- features/manager/deployment/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.feature/pom.xml | 2 +- .../org.apache.stratos.gapp.server.feature/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.ui.feature/pom.xml | 2 +- features/manager/gapp/pom.xml | 2 +- .../org.apache.stratos.logging.mgt.feature/pom.xml | 2 +- features/manager/logging-mgt/pom.xml | 2 +- features/manager/pom.xml | 2 +- .../org.apache.stratos.rest.endpoint.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.status.monitor.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/status-monitor/pom.xml | 2 +- .../org.apache.stratos.manager.feature/pom.xml | 2 +- .../org.apache.stratos.manager.server.feature/pom.xml | 2 +- features/manager/stratos-mgt/pom.xml | 2 +- .../org.apache.stratos.manager.styles.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-activity/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.core.feature/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-mgt/pom.xml | 2 +- .../org.apache.stratos.messaging.feature/pom.xml | 2 +- features/messaging/pom.xml | 2 +- features/pom.xml | 2 +- pom.xml | 2 +- products/cartridge-agent/modules/distribution/pom.xml | 2 +- products/cartridge-agent/pom.xml | 2 +- products/load-balancer/modules/distribution/pom.xml | 2 +- products/load-balancer/modules/p2-profile/pom.xml | 2 +- products/load-balancer/pom.xml | 2 +- products/pom.xml | 2 +- products/stratos-cli/distribution/pom.xml | 2 +- products/stratos-cli/pom.xml | 2 +- products/stratos/modules/distribution/pom.xml | 6 +++--- products/stratos/modules/p2-profile-gen/pom.xml | 2 +- products/stratos/pom.xml | 2 +- .../org.apache.stratos.account.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.autoscaler.service.stub/pom.xml | 2 +- .../org.apache.stratos.billing.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.cartridge.agent.stub/pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.common.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.manager.dashboard.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.manager.stub/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.tenant.register.stub/pom.xml | 2 +- .../org.apache.stratos.theme.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttle.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.agent.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.usage.stub/pom.xml | 2 +- .../org.apache.stratos.validate.domain.stub/pom.xml | 2 +- service-stubs/pom.xml | 2 +- 127 files changed, 138 insertions(+), 138 deletions(-) diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml index e6aa1ab102..41e0d4ee85 100644 --- a/components/org.apache.stratos.account.mgt.ui/pom.xml +++ b/components/org.apache.stratos.account.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml index 2e9214c26e..a871a6c3c6 100644 --- a/components/org.apache.stratos.account.mgt/pom.xml +++ b/components/org.apache.stratos.account.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml index ac5a56fc06..2e68f3e536 100644 --- a/components/org.apache.stratos.activation/pom.xml +++ b/components/org.apache.stratos.activation/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml index cbc409057d..61e317a797 100644 --- a/components/org.apache.stratos.autoscaler/pom.xml +++ b/components/org.apache.stratos.autoscaler/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml index 48084271ff..40f0c69bc5 100644 --- a/components/org.apache.stratos.cartridge.agent/pom.xml +++ b/components/org.apache.stratos.cartridge.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml index c038759ae5..60c5025e38 100644 --- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml +++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml index 18d01d2c3f..566d42174e 100644 --- a/components/org.apache.stratos.cli/pom.xml +++ b/components/org.apache.stratos.cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index 3f278e9b26..7f68ed01e8 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 @@ -187,17 +187,17 @@ org.apache.stratos ec2 - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos aws-ec2 - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos openstack-nova - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.jclouds.api @@ -212,7 +212,7 @@ org.apache.stratos vcloud - 4.0.0-SNAPSHOT + 4.0.0-incubating diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml index c39b9f8af0..a2cbe6cdf9 100644 --- a/components/org.apache.stratos.common/pom.xml +++ b/components/org.apache.stratos.common/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml index 273cb97fa4..44b9fb437d 100644 --- a/components/org.apache.stratos.deployment/pom.xml +++ b/components/org.apache.stratos.deployment/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml index a62b72d538..fd36bcd9fd 100644 --- a/components/org.apache.stratos.email.sender/pom.xml +++ b/components/org.apache.stratos.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml index e73f718cc5..78f831a99b 100644 --- a/components/org.apache.stratos.keystore.mgt/pom.xml +++ b/components/org.apache.stratos.keystore.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml index 81febb760c..6450a32d2d 100644 --- a/components/org.apache.stratos.load.balancer.common/pom.xml +++ b/components/org.apache.stratos.load.balancer.common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.extension.api/pom.xml b/components/org.apache.stratos.load.balancer.extension.api/pom.xml index cf3abba5f4..a79fbf1b31 100644 --- a/components/org.apache.stratos.load.balancer.extension.api/pom.xml +++ b/components/org.apache.stratos.load.balancer.extension.api/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index 5a2b6f423a..ad4541db98 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml index 46d25c828a..d3c37f600c 100644 --- a/components/org.apache.stratos.logging.view.ui/pom.xml +++ b/components/org.apache.stratos.logging.view.ui/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml index 491cbb6ce2..217527db1c 100644 --- a/components/org.apache.stratos.manager.styles/pom.xml +++ b/components/org.apache.stratos.manager.styles/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml index b6cd4bb648..7e6bcb1dbc 100644 --- a/components/org.apache.stratos.manager/pom.xml +++ b/components/org.apache.stratos.manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml index 54b8fded76..e1bc08986c 100644 --- a/components/org.apache.stratos.messaging/pom.xml +++ b/components/org.apache.stratos.messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml index d3595ea2a8..68b33e5ec8 100644 --- a/components/org.apache.stratos.redirector.servlet.ui/pom.xml +++ b/components/org.apache.stratos.redirector.servlet.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml index 7ea160a3d5..c986fe3c46 100644 --- a/components/org.apache.stratos.redirector.servlet/pom.xml +++ b/components/org.apache.stratos.redirector.servlet/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml index 6ab6dab6ac..15a2cce635 100644 --- a/components/org.apache.stratos.register.ui/pom.xml +++ b/components/org.apache.stratos.register.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml index 41b707c428..9d327f2a8a 100644 --- a/components/org.apache.stratos.rest.endpoint/pom.xml +++ b/components/org.apache.stratos.rest.endpoint/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml index 2a58584077..a8f233027e 100644 --- a/components/org.apache.stratos.sso.redirector.ui/pom.xml +++ b/components/org.apache.stratos.sso.redirector.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml index 6fedb3d5a8..cfb47bd2e1 100644 --- a/components/org.apache.stratos.status.monitor.agent/pom.xml +++ b/components/org.apache.stratos.status.monitor.agent/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml index 02e9c03dfc..c377ff2190 100644 --- a/components/org.apache.stratos.status.monitor.core/pom.xml +++ b/components/org.apache.stratos.status.monitor.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml index 30bcdbd181..4304c18836 100644 --- a/components/org.apache.stratos.status.monitor.ui/pom.xml +++ b/components/org.apache.stratos.status.monitor.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml index 5cd27915ce..71da264128 100644 --- a/components/org.apache.stratos.status.monitor/pom.xml +++ b/components/org.apache.stratos.status.monitor/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml index e6cb0b1ed6..18c909c18e 100644 --- a/components/org.apache.stratos.tenant.activity.ui/pom.xml +++ b/components/org.apache.stratos.tenant.activity.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml index 65b49d7c18..7d92044a29 100644 --- a/components/org.apache.stratos.tenant.activity/pom.xml +++ b/components/org.apache.stratos.tenant.activity/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml index 13ce898a72..7e1802eae3 100644 --- a/components/org.apache.stratos.tenant.dispatcher/pom.xml +++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml index fd33bdcff6..e7da9c0f52 100644 --- a/components/org.apache.stratos.tenant.mgt.core/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml index 09b9803794..2c28aa6437 100644 --- a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml index 838857d7e2..843e8bf8e0 100644 --- a/components/org.apache.stratos.tenant.mgt.ui/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml index 9e501ca485..cff2d05fcb 100644 --- a/components/org.apache.stratos.tenant.mgt/pom.xml +++ b/components/org.apache.stratos.tenant.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml index c907ac0cb2..6cd60a8acb 100644 --- a/components/org.apache.stratos.theme.mgt.ui/pom.xml +++ b/components/org.apache.stratos.theme.mgt.ui/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml index ec3b0b3120..97a6475e44 100644 --- a/components/org.apache.stratos.theme.mgt/pom.xml +++ b/components/org.apache.stratos.theme.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.validate.domain.ui/pom.xml b/components/org.apache.stratos.validate.domain.ui/pom.xml index 8c06e81120..41087fe51a 100644 --- a/components/org.apache.stratos.validate.domain.ui/pom.xml +++ b/components/org.apache.stratos.validate.domain.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml index c78bc872e8..4a145342ee 100644 --- a/components/org.apache.stratos.validate.domain/pom.xml +++ b/components/org.apache.stratos.validate.domain/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/pom.xml b/components/pom.xml index 5be4292792..eee5769a55 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml index ca569d83af..3f7f0f75d3 100644 --- a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos ec2 - 4.0.0-SNAPSHOT + 4.0.0-incubating jclouds ec2 api jclouds components to access an implementation of EC2 bundle diff --git a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml index 36a009fd42..72437e391f 100644 --- a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos openstack-nova - 4.0.0-SNAPSHOT + 4.0.0-incubating jclouds openstack-nova api jclouds components to access an implementation of OpenStack Nova bundle diff --git a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml index 9789504de2..e66cc59a70 100755 --- a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos vcloud - 4.0.0-SNAPSHOT + 4.0.0-incubating jclouds vcloud api jclouds components to access an implementation of VMWare vCloud bundle diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index 158e1cdbd2..290ab2c935 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -27,7 +27,7 @@ org.apache.stratos aws-ec2 - 4.0.0-SNAPSHOT + 4.0.0-incubating jclouds Amazon EC2 provider EC2 implementation targeted to Amazon Web Services bundle diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 7ee66a15c4..47077c25c0 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-dependents - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml @@ -30,7 +30,7 @@ bundle WSO2 Carbon - UI org.wso2.carbon.ui patch version for apache stratos - 4.0.0-SNAPSHOT + 4.0.0-incubating http://wso2.org diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 998200efba..a46a3de240 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml index 4062ead502..f42302746e 100644 --- a/extensions/cep/stratos-cep-extension/pom.xml +++ b/extensions/cep/stratos-cep-extension/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index 65d0265372..18b310d12e 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-load-balancer-extensions - 4.0.0-SNAPSHOT + 4.0.0-incubating apache-stratos-haproxy-extension diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index e6357b0a8d..5688f3cf83 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index e30e226b1d..181238ed95 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index ccd771c864..cc1ce4bb87 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos autoscaler-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml index e4a8869799..84397ef35d 100644 --- a/features/autoscaler/pom.xml +++ b/features/autoscaler/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 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 89067fe177..3e9a926ccd 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 @@ -22,7 +22,7 @@ org.apache.stratos cloud-controller-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 @@ -76,17 +76,17 @@ org.apache.stratos ec2 - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos aws-ec2 - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos openstack-nova - 4.0.0-SNAPSHOT + 4.0.0-incubating @@ -119,7 +119,7 @@ org.apache.stratos vcloud - 4.0.0-SNAPSHOT + 4.0.0-incubating com.google.code.gson diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml index 372d100da6..b2b61a5239 100644 --- a/features/cloud-controller/pom.xml +++ b/features/cloud-controller/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml index 431d71a0db..c335a6759a 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml index b041e99e01..a4bc6cdb8d 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index e6a4071f40..9d690abd9e 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml index e17db91283..487bed9964 100644 --- a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml +++ b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos cartridge-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml index 8341740b00..8aa95f3c06 100644 --- a/features/manager/cartridge-mgt/pom.xml +++ b/features/manager/cartridge-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml index 3292237d0b..b51f515da9 100644 --- a/features/manager/common/org.apache.stratos.common.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml index b839abe1c3..2e3f58c853 100644 --- a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml index 9bbd4b8ae1..3b97074b53 100644 --- a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml index 11b18df78a..aed25cdf94 100644 --- a/features/manager/common/pom.xml +++ b/features/manager/common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml index fd60639ab0..5ef1551e15 100644 --- a/features/manager/deployment/pom.xml +++ b/features/manager/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml index 82b4523810..2eb55c67b3 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml index 4a3f3c1d6f..742ec1b607 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml index 48fcec3b89..9dfb7a302d 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml index fe2ff327d2..d928d0d8fe 100644 --- a/features/manager/gapp/pom.xml +++ b/features/manager/gapp/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml index 6a809ffc28..f800127eaa 100644 --- a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml +++ b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos logging-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml index c5f77743c3..31c1b59c38 100644 --- a/features/manager/logging-mgt/pom.xml +++ b/features/manager/logging-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 logging-mgt-feature diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 4445e344c3..697044306a 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index 1f9be0355c..75ceb64103 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml index 0e22057d22..bd9739ad83 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml index 0fa6ffc994..22c48ed31e 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml index 8c449c06a8..d855c31f00 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml index 8be0803c2f..9990a4b3e4 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml index 1b28d8fbe9..11ae74ce1a 100644 --- a/features/manager/status-monitor/pom.xml +++ b/features/manager/status-monitor/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml index 8600a5a098..d493e93d3c 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index 51e4c36a27..fb7abb3f8f 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml index 42ee208a02..f209f7399b 100644 --- a/features/manager/stratos-mgt/pom.xml +++ b/features/manager/stratos-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index baf32a2d04..b1bbc6f2a2 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml index a0353f0003..cb3e4f30d4 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml index aacef85b69..53e6d29c07 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml index 7e8661ba9a..3f7f67bd70 100644 --- a/features/manager/tenant-activity/pom.xml +++ b/features/manager/tenant-activity/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 tenant-activity-feature diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml index 57ea9894ed..ca9d65209a 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml index 11ab62ca12..431adc41ac 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml index 2757540d38..a4a566cc0c 100644 --- a/features/manager/tenant-mgt/pom.xml +++ b/features/manager/tenant-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml index bd64f01e15..ecfd03851c 100644 --- a/features/messaging/org.apache.stratos.messaging.feature/pom.xml +++ b/features/messaging/org.apache.stratos.messaging.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos messaging-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml index 3e15c227cd..76593f90bb 100644 --- a/features/messaging/pom.xml +++ b/features/messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index 9f74e4e43d..dfea41395b 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/pom.xml b/pom.xml index 3172eb67ca..435c07e725 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.stratos stratos-parent pom - 4.0.0-SNAPSHOT + 4.0.0-incubating Apache Stratos (incubating) Project Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework http://stratos.incubator.apache.org diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 9c01d6c990..89ba20e723 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos cartidge-agent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index d69b55472e..0e6636bf59 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index 05fbd20cd8..72fef71f2d 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index b4791e0c7d..539168b384 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index 7cb218f924..c7b371a32e 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/pom.xml b/products/pom.xml index b58a5eea54..71d231b3d3 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index 9671f95909..b1e6ee777b 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos apache-stratos-cli-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index 41b2cfcce3..74c35cda8e 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 682c05b050..3393d51361 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml @@ -452,7 +452,7 @@ org.apache.stratos org.apache.stratos.cep.extension - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.geronimo.specs @@ -462,7 +462,7 @@ org.apache.stratos org.wso2.carbon.ui - 4.0.0-SNAPSHOT + 4.0.0-incubating diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 64ae09c91e..44f7921f86 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index f478d6a210..75854b02c6 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index 4edc39a437..aed82d4356 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index 38d9bc20ad..8354b198f3 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index b636bb3968..4b8a8a6c19 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index 836542867e..f2c7f15fd5 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index 2855f5ebf0..1c6dd7838c 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index b5f3d3588d..0ddf576b2e 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index 8340d6d5ef..8a17801def 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index 03e861fb1c..e8d2035bb3 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index 73b9194efc..5d26410ea2 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index 4cc4216e74..5fc07274a9 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index ae6158a1fc..7240cecf4f 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index 28b13544c5..5888578e31 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index 82b6d22b14..4815d43e41 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index 258c4e53ff..0394bad5a5 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index e2d3730a65..7abe517ec5 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index 8752637397..af676514f0 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index 216616efd3..c4d3a89eac 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index 7dcc4e533b..ff832c6946 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index bb492712e0..7f1d2b9956 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index 5b2c25a423..396eb1f976 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index ae5175cbff..7c52863b3f 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index 5aaaa50454..29eadb383f 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index 5209094ccf..0bb5d789b7 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index f317f3535d..3c2852a413 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index bc0f5d6028..2ae5144bf8 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 From 9f6b20f3b322ba11e864e8d997fe974b626d70e8 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Mon, 5 May 2014 18:23:39 +0530 Subject: [PATCH 037/104] [maven-release-plugin] prepare for next development iteration --- components/org.apache.stratos.account.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.account.mgt/pom.xml | 2 +- components/org.apache.stratos.activation/pom.xml | 2 +- components/org.apache.stratos.autoscaler/pom.xml | 2 +- components/org.apache.stratos.cartridge.agent/pom.xml | 2 +- components/org.apache.stratos.cartridge.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.cli/pom.xml | 2 +- components/org.apache.stratos.cloud.controller/pom.xml | 10 +++++----- components/org.apache.stratos.common/pom.xml | 2 +- components/org.apache.stratos.deployment/pom.xml | 2 +- components/org.apache.stratos.email.sender/pom.xml | 2 +- components/org.apache.stratos.keystore.mgt/pom.xml | 2 +- .../org.apache.stratos.load.balancer.common/pom.xml | 2 +- .../pom.xml | 2 +- components/org.apache.stratos.load.balancer/pom.xml | 2 +- components/org.apache.stratos.logging.view.ui/pom.xml | 2 +- components/org.apache.stratos.manager.styles/pom.xml | 2 +- components/org.apache.stratos.manager/pom.xml | 2 +- components/org.apache.stratos.messaging/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.ui/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet/pom.xml | 2 +- components/org.apache.stratos.register.ui/pom.xml | 2 +- components/org.apache.stratos.rest.endpoint/pom.xml | 2 +- .../org.apache.stratos.sso.redirector.ui/pom.xml | 2 +- .../org.apache.stratos.status.monitor.agent/pom.xml | 2 +- .../org.apache.stratos.status.monitor.core/pom.xml | 2 +- .../org.apache.stratos.status.monitor.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.activity/pom.xml | 2 +- .../org.apache.stratos.tenant.dispatcher/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.core/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.email.sender/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt/pom.xml | 2 +- components/org.apache.stratos.theme.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.theme.mgt/pom.xml | 2 +- .../org.apache.stratos.validate.domain.ui/pom.xml | 2 +- components/org.apache.stratos.validate.domain/pom.xml | 2 +- components/pom.xml | 2 +- dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml | 2 +- .../jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml | 2 +- dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml | 2 +- .../jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 2 +- dependencies/org.wso2.carbon.ui/pom.xml | 4 ++-- dependencies/pom.xml | 2 +- extensions/cep/stratos-cep-extension/pom.xml | 2 +- extensions/load-balancer/haproxy-extension/pom.xml | 2 +- extensions/load-balancer/pom.xml | 2 +- extensions/pom.xml | 2 +- .../org.apache.stratos.autoscaler.feature/pom.xml | 2 +- features/autoscaler/pom.xml | 2 +- .../pom.xml | 10 +++++----- features/cloud-controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.load.balancer.feature/pom.xml | 2 +- features/load-balancer/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/cartridge-mgt/pom.xml | 2 +- .../common/org.apache.stratos.common.feature/pom.xml | 2 +- .../org.apache.stratos.common.server.feature/pom.xml | 2 +- .../org.apache.stratos.common.ui.feature/pom.xml | 2 +- features/manager/common/pom.xml | 2 +- features/manager/deployment/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.feature/pom.xml | 2 +- .../org.apache.stratos.gapp.server.feature/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.ui.feature/pom.xml | 2 +- features/manager/gapp/pom.xml | 2 +- .../org.apache.stratos.logging.mgt.feature/pom.xml | 2 +- features/manager/logging-mgt/pom.xml | 2 +- features/manager/pom.xml | 2 +- .../org.apache.stratos.rest.endpoint.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.status.monitor.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/status-monitor/pom.xml | 2 +- .../org.apache.stratos.manager.feature/pom.xml | 2 +- .../org.apache.stratos.manager.server.feature/pom.xml | 2 +- features/manager/stratos-mgt/pom.xml | 2 +- .../org.apache.stratos.manager.styles.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-activity/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.core.feature/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-mgt/pom.xml | 2 +- .../org.apache.stratos.messaging.feature/pom.xml | 2 +- features/messaging/pom.xml | 2 +- features/pom.xml | 2 +- pom.xml | 2 +- products/cartridge-agent/modules/distribution/pom.xml | 2 +- products/cartridge-agent/pom.xml | 2 +- products/load-balancer/modules/distribution/pom.xml | 2 +- products/load-balancer/modules/p2-profile/pom.xml | 2 +- products/load-balancer/pom.xml | 2 +- products/pom.xml | 2 +- products/stratos-cli/distribution/pom.xml | 2 +- products/stratos-cli/pom.xml | 2 +- products/stratos/modules/distribution/pom.xml | 6 +++--- products/stratos/modules/p2-profile-gen/pom.xml | 2 +- products/stratos/pom.xml | 2 +- .../org.apache.stratos.account.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.autoscaler.service.stub/pom.xml | 2 +- .../org.apache.stratos.billing.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.cartridge.agent.stub/pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.common.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.manager.dashboard.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.manager.stub/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.tenant.register.stub/pom.xml | 2 +- .../org.apache.stratos.theme.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttle.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.agent.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.usage.stub/pom.xml | 2 +- .../org.apache.stratos.validate.domain.stub/pom.xml | 2 +- service-stubs/pom.xml | 2 +- 127 files changed, 138 insertions(+), 138 deletions(-) diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml index 41e0d4ee85..71a472808e 100644 --- a/components/org.apache.stratos.account.mgt.ui/pom.xml +++ b/components/org.apache.stratos.account.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml index a871a6c3c6..99f973e0cc 100644 --- a/components/org.apache.stratos.account.mgt/pom.xml +++ b/components/org.apache.stratos.account.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml index 2e68f3e536..a550014cd6 100644 --- a/components/org.apache.stratos.activation/pom.xml +++ b/components/org.apache.stratos.activation/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml index 61e317a797..68e588bf61 100644 --- a/components/org.apache.stratos.autoscaler/pom.xml +++ b/components/org.apache.stratos.autoscaler/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml index 40f0c69bc5..bf7446d4b8 100644 --- a/components/org.apache.stratos.cartridge.agent/pom.xml +++ b/components/org.apache.stratos.cartridge.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml index 60c5025e38..fe0e2cca42 100644 --- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml +++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml index 566d42174e..e74235024d 100644 --- a/components/org.apache.stratos.cli/pom.xml +++ b/components/org.apache.stratos.cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index 7f68ed01e8..e77254d4e6 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 @@ -187,17 +187,17 @@ org.apache.stratos ec2 - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.stratos aws-ec2 - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.stratos openstack-nova - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.jclouds.api @@ -212,7 +212,7 @@ org.apache.stratos vcloud - 4.0.0-incubating + 4.1.0-SNAPSHOT diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml index a2cbe6cdf9..618eb5fdaa 100644 --- a/components/org.apache.stratos.common/pom.xml +++ b/components/org.apache.stratos.common/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml index 44b9fb437d..be0ac9d1c5 100644 --- a/components/org.apache.stratos.deployment/pom.xml +++ b/components/org.apache.stratos.deployment/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml index fd36bcd9fd..4a0f9f8d03 100644 --- a/components/org.apache.stratos.email.sender/pom.xml +++ b/components/org.apache.stratos.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml index 78f831a99b..967abd66b6 100644 --- a/components/org.apache.stratos.keystore.mgt/pom.xml +++ b/components/org.apache.stratos.keystore.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml index 6450a32d2d..e0680d65f0 100644 --- a/components/org.apache.stratos.load.balancer.common/pom.xml +++ b/components/org.apache.stratos.load.balancer.common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.extension.api/pom.xml b/components/org.apache.stratos.load.balancer.extension.api/pom.xml index a79fbf1b31..34c4d5a1b6 100644 --- a/components/org.apache.stratos.load.balancer.extension.api/pom.xml +++ b/components/org.apache.stratos.load.balancer.extension.api/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.stratos diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index ad4541db98..fbc8a1e309 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml index d3c37f600c..909efcaed9 100644 --- a/components/org.apache.stratos.logging.view.ui/pom.xml +++ b/components/org.apache.stratos.logging.view.ui/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml index 217527db1c..a8420552d7 100644 --- a/components/org.apache.stratos.manager.styles/pom.xml +++ b/components/org.apache.stratos.manager.styles/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml index 7e6bcb1dbc..3bfadc89e9 100644 --- a/components/org.apache.stratos.manager/pom.xml +++ b/components/org.apache.stratos.manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml index e1bc08986c..b5e239af66 100644 --- a/components/org.apache.stratos.messaging/pom.xml +++ b/components/org.apache.stratos.messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml index 68b33e5ec8..40a569337f 100644 --- a/components/org.apache.stratos.redirector.servlet.ui/pom.xml +++ b/components/org.apache.stratos.redirector.servlet.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml index c986fe3c46..460ac4143e 100644 --- a/components/org.apache.stratos.redirector.servlet/pom.xml +++ b/components/org.apache.stratos.redirector.servlet/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml index 15a2cce635..401a3382bf 100644 --- a/components/org.apache.stratos.register.ui/pom.xml +++ b/components/org.apache.stratos.register.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml index 9d327f2a8a..2cb5b6783e 100644 --- a/components/org.apache.stratos.rest.endpoint/pom.xml +++ b/components/org.apache.stratos.rest.endpoint/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml index a8f233027e..527079275b 100644 --- a/components/org.apache.stratos.sso.redirector.ui/pom.xml +++ b/components/org.apache.stratos.sso.redirector.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml index cfb47bd2e1..4e84dcb428 100644 --- a/components/org.apache.stratos.status.monitor.agent/pom.xml +++ b/components/org.apache.stratos.status.monitor.agent/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml index c377ff2190..590a294140 100644 --- a/components/org.apache.stratos.status.monitor.core/pom.xml +++ b/components/org.apache.stratos.status.monitor.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml index 4304c18836..882f6b5998 100644 --- a/components/org.apache.stratos.status.monitor.ui/pom.xml +++ b/components/org.apache.stratos.status.monitor.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml index 71da264128..8ae36b24ea 100644 --- a/components/org.apache.stratos.status.monitor/pom.xml +++ b/components/org.apache.stratos.status.monitor/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml index 18c909c18e..ff05123600 100644 --- a/components/org.apache.stratos.tenant.activity.ui/pom.xml +++ b/components/org.apache.stratos.tenant.activity.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml index 7d92044a29..ecfcd16322 100644 --- a/components/org.apache.stratos.tenant.activity/pom.xml +++ b/components/org.apache.stratos.tenant.activity/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml index 7e1802eae3..ad7a8debd8 100644 --- a/components/org.apache.stratos.tenant.dispatcher/pom.xml +++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml index e7da9c0f52..018f6333bf 100644 --- a/components/org.apache.stratos.tenant.mgt.core/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml index 2c28aa6437..a1a2a23faa 100644 --- a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml index 843e8bf8e0..0cc01cb9b5 100644 --- a/components/org.apache.stratos.tenant.mgt.ui/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml index cff2d05fcb..2deb587822 100644 --- a/components/org.apache.stratos.tenant.mgt/pom.xml +++ b/components/org.apache.stratos.tenant.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml index 6cd60a8acb..5edba9ba23 100644 --- a/components/org.apache.stratos.theme.mgt.ui/pom.xml +++ b/components/org.apache.stratos.theme.mgt.ui/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml index 97a6475e44..df0dee7bb3 100644 --- a/components/org.apache.stratos.theme.mgt/pom.xml +++ b/components/org.apache.stratos.theme.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain.ui/pom.xml b/components/org.apache.stratos.validate.domain.ui/pom.xml index 41087fe51a..cf62ab1714 100644 --- a/components/org.apache.stratos.validate.domain.ui/pom.xml +++ b/components/org.apache.stratos.validate.domain.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml index 4a145342ee..3fbbed1d88 100644 --- a/components/org.apache.stratos.validate.domain/pom.xml +++ b/components/org.apache.stratos.validate.domain/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/components/pom.xml b/components/pom.xml index eee5769a55..15d0ee539d 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml index 3f7f0f75d3..a1d91bea95 100644 --- a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos ec2 - 4.0.0-incubating + 4.1.0-SNAPSHOT jclouds ec2 api jclouds components to access an implementation of EC2 bundle diff --git a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml index 72437e391f..1e60936b35 100644 --- a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos openstack-nova - 4.0.0-incubating + 4.1.0-SNAPSHOT jclouds openstack-nova api jclouds components to access an implementation of OpenStack Nova bundle diff --git a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml index e66cc59a70..e46f436bdd 100755 --- a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos vcloud - 4.0.0-incubating + 4.1.0-SNAPSHOT jclouds vcloud api jclouds components to access an implementation of VMWare vCloud bundle diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index 290ab2c935..c11a6fee6e 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -27,7 +27,7 @@ org.apache.stratos aws-ec2 - 4.0.0-incubating + 4.1.0-SNAPSHOT jclouds Amazon EC2 provider EC2 implementation targeted to Amazon Web Services bundle diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 47077c25c0..4141ecfeb5 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-dependents - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml @@ -30,7 +30,7 @@ bundle WSO2 Carbon - UI org.wso2.carbon.ui patch version for apache stratos - 4.0.0-incubating + 4.1.0-SNAPSHOT http://wso2.org diff --git a/dependencies/pom.xml b/dependencies/pom.xml index a46a3de240..b04a5de051 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml index f42302746e..cad3d31f34 100644 --- a/extensions/cep/stratos-cep-extension/pom.xml +++ b/extensions/cep/stratos-cep-extension/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index 18b310d12e..77d67730a2 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-load-balancer-extensions - 4.0.0-incubating + 4.1.0-SNAPSHOT apache-stratos-haproxy-extension diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index 5688f3cf83..18dabc6aa0 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index 181238ed95..e371d43f31 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index cc1ce4bb87..c2a2abe238 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos autoscaler-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml index 84397ef35d..1605e122b0 100644 --- a/features/autoscaler/pom.xml +++ b/features/autoscaler/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 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 3e9a926ccd..570317ee9d 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 @@ -22,7 +22,7 @@ org.apache.stratos cloud-controller-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 @@ -76,17 +76,17 @@ org.apache.stratos ec2 - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.stratos aws-ec2 - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.stratos openstack-nova - 4.0.0-incubating + 4.1.0-SNAPSHOT @@ -119,7 +119,7 @@ org.apache.stratos vcloud - 4.0.0-incubating + 4.1.0-SNAPSHOT com.google.code.gson diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml index b2b61a5239..9b918fa7f5 100644 --- a/features/cloud-controller/pom.xml +++ b/features/cloud-controller/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml index c335a6759a..9c7d203ded 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml index a4bc6cdb8d..5b931521ed 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index 9d690abd9e..2930f261ab 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml index 487bed9964..6cf3b4a0e1 100644 --- a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml +++ b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos cartridge-mgt-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml index 8aa95f3c06..33aa68bbd0 100644 --- a/features/manager/cartridge-mgt/pom.xml +++ b/features/manager/cartridge-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml index b51f515da9..92fd871d98 100644 --- a/features/manager/common/org.apache.stratos.common.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml index 2e3f58c853..032e8f354e 100644 --- a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml index 3b97074b53..4d1b2f6db4 100644 --- a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml index aed25cdf94..0d8ce99814 100644 --- a/features/manager/common/pom.xml +++ b/features/manager/common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml index 5ef1551e15..138e6858de 100644 --- a/features/manager/deployment/pom.xml +++ b/features/manager/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml index 2eb55c67b3..9f51e7fcde 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml index 742ec1b607..1f58248d1c 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml index 9dfb7a302d..bdca5b4df3 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml index d928d0d8fe..c4de4f15a4 100644 --- a/features/manager/gapp/pom.xml +++ b/features/manager/gapp/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml index f800127eaa..89632ab923 100644 --- a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml +++ b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos logging-mgt-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml index 31c1b59c38..b5d58c838c 100644 --- a/features/manager/logging-mgt/pom.xml +++ b/features/manager/logging-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 logging-mgt-feature diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 697044306a..0a0fbdb0a7 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index 75ceb64103..109a987a28 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml index bd9739ad83..dded5b3f81 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml index 22c48ed31e..77399c14fd 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml index d855c31f00..4798e086c6 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml index 9990a4b3e4..7773b9cf39 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml index 11ae74ce1a..e1b23d6749 100644 --- a/features/manager/status-monitor/pom.xml +++ b/features/manager/status-monitor/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml index d493e93d3c..f8f8868961 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index fb7abb3f8f..d4abfbdfb0 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml index f209f7399b..7cdf66bf8b 100644 --- a/features/manager/stratos-mgt/pom.xml +++ b/features/manager/stratos-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index b1bbc6f2a2..dcd0fb06b5 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml index cb3e4f30d4..b74218eec0 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml index 53e6d29c07..c4271ab0ce 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml index 3f7f67bd70..9764ea0ca0 100644 --- a/features/manager/tenant-activity/pom.xml +++ b/features/manager/tenant-activity/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 tenant-activity-feature diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml index ca9d65209a..416ac96032 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml index 431adc41ac..ccbfe3c584 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml index a4a566cc0c..463348d2f0 100644 --- a/features/manager/tenant-mgt/pom.xml +++ b/features/manager/tenant-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml index ecfd03851c..379ad33df3 100644 --- a/features/messaging/org.apache.stratos.messaging.feature/pom.xml +++ b/features/messaging/org.apache.stratos.messaging.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos messaging-features - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml index 76593f90bb..ee3e7e00a5 100644 --- a/features/messaging/pom.xml +++ b/features/messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index dfea41395b..baf64e7b95 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 435c07e725..ab471d0467 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.stratos stratos-parent pom - 4.0.0-incubating + 4.1.0-SNAPSHOT Apache Stratos (incubating) Project Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework http://stratos.incubator.apache.org diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 89ba20e723..4133212367 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos cartidge-agent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index 0e6636bf59..0362ccc187 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index 72fef71f2d..bee82fb591 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index 539168b384..b5859c607c 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index c7b371a32e..587666224d 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/products/pom.xml b/products/pom.xml index 71d231b3d3..acffa9b4a3 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index b1e6ee777b..ae5ce401f1 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos apache-stratos-cli-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index 74c35cda8e..1240d63c6b 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT ../pom.xml diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 3393d51361..118790feeb 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml @@ -452,7 +452,7 @@ org.apache.stratos org.apache.stratos.cep.extension - 4.0.0-incubating + 4.1.0-SNAPSHOT org.apache.geronimo.specs @@ -462,7 +462,7 @@ org.apache.stratos org.wso2.carbon.ui - 4.0.0-incubating + 4.1.0-SNAPSHOT diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 44f7921f86..1500759a91 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos - 4.0.0-incubating + 4.1.0-SNAPSHOT ../../pom.xml diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index 75854b02c6..c13eb9e991 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index aed82d4356..d5ae3d0532 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index 8354b198f3..ac6f7eb9ed 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index 4b8a8a6c19..4609920a26 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index f2c7f15fd5..35dc4d2019 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index 1c6dd7838c..8e55a317bd 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index 0ddf576b2e..d4e2c122b2 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index 8a17801def..398c9fa516 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index e8d2035bb3..4b2e5c8240 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index 5d26410ea2..65f9f91fe3 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index 5fc07274a9..5b5845a73c 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index 7240cecf4f..e123fb8369 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index 5888578e31..7f843c04db 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index 4815d43e41..4584c2ce55 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index 0394bad5a5..ff32dd4958 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index 7abe517ec5..9a162c053f 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index af676514f0..37c7d963af 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index c4d3a89eac..fe017b9231 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index ff832c6946..3b210dadc3 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index 7f1d2b9956..5cd205dbd8 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index 396eb1f976..17a0e2a890 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index 7c52863b3f..e1411d71ab 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index 29eadb383f..c87193a3fe 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index 0bb5d789b7..56e1d50fae 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index 3c2852a413..0c96e10358 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index 2ae5144bf8..84f698a8f1 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.1.0-SNAPSHOT 4.0.0 From 20161bd9e7eb9420166d6c538fa879147d6116c3 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Tue, 6 May 2014 14:13:11 +0530 Subject: [PATCH 038/104] Changed dependency artifact versions to minor versions of their base versions --- dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml | 2 +- .../jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml | 2 +- dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml | 2 +- dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 2 +- dependencies/org.wso2.carbon.ui/pom.xml | 4 ++-- dependencies/pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml index a1d91bea95..5b4df7c54d 100644 --- a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos ec2 - 4.1.0-SNAPSHOT + 1.7.1-stratos jclouds ec2 api jclouds components to access an implementation of EC2 bundle diff --git a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml index 1e60936b35..fcb764962c 100644 --- a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos openstack-nova - 4.1.0-SNAPSHOT + 1.7.1-stratos jclouds openstack-nova api jclouds components to access an implementation of OpenStack Nova bundle diff --git a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml index e46f436bdd..de4b389a6b 100755 --- a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos vcloud - 4.1.0-SNAPSHOT + 1.7.1-stratos jclouds vcloud api jclouds components to access an implementation of VMWare vCloud bundle diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index c11a6fee6e..1f39d6dd21 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -27,7 +27,7 @@ org.apache.stratos aws-ec2 - 4.1.0-SNAPSHOT + 1.7.1-stratos jclouds Amazon EC2 provider EC2 implementation targeted to Amazon Web Services bundle diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 4141ecfeb5..2dc06007e0 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-dependents - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml @@ -30,7 +30,7 @@ bundle WSO2 Carbon - UI org.wso2.carbon.ui patch version for apache stratos - 4.1.0-SNAPSHOT + 4.2.0-stratos http://wso2.org diff --git a/dependencies/pom.xml b/dependencies/pom.xml index b04a5de051..998200efba 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 From 0bccb8f1dec9235bd103652538ffb7c42adcb9ba Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Tue, 6 May 2014 14:14:01 +0530 Subject: [PATCH 039/104] Reverted artifact version back to 4.0.0-SNAPSHOT to execute another release build --- components/org.apache.stratos.account.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.account.mgt/pom.xml | 2 +- components/org.apache.stratos.activation/pom.xml | 2 +- components/org.apache.stratos.autoscaler/pom.xml | 2 +- components/org.apache.stratos.cartridge.agent/pom.xml | 2 +- components/org.apache.stratos.cartridge.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.cli/pom.xml | 2 +- components/org.apache.stratos.cloud.controller/pom.xml | 10 +++++----- components/org.apache.stratos.common/pom.xml | 2 +- components/org.apache.stratos.deployment/pom.xml | 2 +- components/org.apache.stratos.email.sender/pom.xml | 2 +- components/org.apache.stratos.keystore.mgt/pom.xml | 2 +- .../org.apache.stratos.load.balancer.common/pom.xml | 2 +- .../pom.xml | 2 +- components/org.apache.stratos.load.balancer/pom.xml | 2 +- components/org.apache.stratos.logging.view.ui/pom.xml | 2 +- components/org.apache.stratos.manager.styles/pom.xml | 2 +- components/org.apache.stratos.manager/pom.xml | 2 +- components/org.apache.stratos.messaging/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.ui/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet/pom.xml | 2 +- components/org.apache.stratos.register.ui/pom.xml | 2 +- components/org.apache.stratos.rest.endpoint/pom.xml | 2 +- .../org.apache.stratos.sso.redirector.ui/pom.xml | 2 +- .../org.apache.stratos.status.monitor.agent/pom.xml | 2 +- .../org.apache.stratos.status.monitor.core/pom.xml | 2 +- .../org.apache.stratos.status.monitor.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.activity/pom.xml | 2 +- .../org.apache.stratos.tenant.dispatcher/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.core/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.email.sender/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt/pom.xml | 2 +- components/org.apache.stratos.theme.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.theme.mgt/pom.xml | 2 +- .../org.apache.stratos.validate.domain.ui/pom.xml | 2 +- components/org.apache.stratos.validate.domain/pom.xml | 2 +- components/pom.xml | 2 +- extensions/cep/stratos-cep-extension/pom.xml | 2 +- extensions/load-balancer/haproxy-extension/pom.xml | 2 +- extensions/load-balancer/pom.xml | 2 +- extensions/pom.xml | 2 +- .../org.apache.stratos.autoscaler.feature/pom.xml | 2 +- features/autoscaler/pom.xml | 2 +- .../pom.xml | 10 +++++----- features/cloud-controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.load.balancer.feature/pom.xml | 2 +- features/load-balancer/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/cartridge-mgt/pom.xml | 2 +- .../common/org.apache.stratos.common.feature/pom.xml | 2 +- .../org.apache.stratos.common.server.feature/pom.xml | 2 +- .../org.apache.stratos.common.ui.feature/pom.xml | 2 +- features/manager/common/pom.xml | 2 +- features/manager/deployment/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.feature/pom.xml | 2 +- .../org.apache.stratos.gapp.server.feature/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.ui.feature/pom.xml | 2 +- features/manager/gapp/pom.xml | 2 +- .../org.apache.stratos.logging.mgt.feature/pom.xml | 2 +- features/manager/logging-mgt/pom.xml | 2 +- features/manager/pom.xml | 2 +- .../org.apache.stratos.rest.endpoint.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.status.monitor.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/status-monitor/pom.xml | 2 +- .../org.apache.stratos.manager.feature/pom.xml | 2 +- .../org.apache.stratos.manager.server.feature/pom.xml | 2 +- features/manager/stratos-mgt/pom.xml | 2 +- .../org.apache.stratos.manager.styles.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-activity/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.core.feature/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-mgt/pom.xml | 2 +- .../org.apache.stratos.messaging.feature/pom.xml | 2 +- features/messaging/pom.xml | 2 +- features/pom.xml | 2 +- pom.xml | 2 +- products/cartridge-agent/modules/distribution/pom.xml | 2 +- products/cartridge-agent/pom.xml | 2 +- products/load-balancer/modules/distribution/pom.xml | 2 +- products/load-balancer/modules/p2-profile/pom.xml | 2 +- products/load-balancer/pom.xml | 2 +- products/pom.xml | 2 +- products/stratos-cli/distribution/pom.xml | 2 +- products/stratos-cli/pom.xml | 2 +- products/stratos/modules/distribution/pom.xml | 6 +++--- products/stratos/modules/p2-profile-gen/pom.xml | 2 +- products/stratos/pom.xml | 2 +- .../org.apache.stratos.account.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.autoscaler.service.stub/pom.xml | 2 +- .../org.apache.stratos.billing.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.cartridge.agent.stub/pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.common.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.manager.dashboard.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.manager.stub/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.tenant.register.stub/pom.xml | 2 +- .../org.apache.stratos.theme.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttle.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.agent.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.usage.stub/pom.xml | 2 +- .../org.apache.stratos.validate.domain.stub/pom.xml | 2 +- service-stubs/pom.xml | 2 +- 121 files changed, 131 insertions(+), 131 deletions(-) diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml index 71a472808e..e6aa1ab102 100644 --- a/components/org.apache.stratos.account.mgt.ui/pom.xml +++ b/components/org.apache.stratos.account.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml index 99f973e0cc..2e9214c26e 100644 --- a/components/org.apache.stratos.account.mgt/pom.xml +++ b/components/org.apache.stratos.account.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml index a550014cd6..ac5a56fc06 100644 --- a/components/org.apache.stratos.activation/pom.xml +++ b/components/org.apache.stratos.activation/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml index 68e588bf61..cbc409057d 100644 --- a/components/org.apache.stratos.autoscaler/pom.xml +++ b/components/org.apache.stratos.autoscaler/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml index bf7446d4b8..48084271ff 100644 --- a/components/org.apache.stratos.cartridge.agent/pom.xml +++ b/components/org.apache.stratos.cartridge.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml index fe0e2cca42..c038759ae5 100644 --- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml +++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml index e74235024d..18d01d2c3f 100644 --- a/components/org.apache.stratos.cli/pom.xml +++ b/components/org.apache.stratos.cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index e77254d4e6..3f278e9b26 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 @@ -187,17 +187,17 @@ org.apache.stratos ec2 - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.stratos aws-ec2 - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.stratos openstack-nova - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.jclouds.api @@ -212,7 +212,7 @@ org.apache.stratos vcloud - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml index 618eb5fdaa..c39b9f8af0 100644 --- a/components/org.apache.stratos.common/pom.xml +++ b/components/org.apache.stratos.common/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml index be0ac9d1c5..273cb97fa4 100644 --- a/components/org.apache.stratos.deployment/pom.xml +++ b/components/org.apache.stratos.deployment/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml index 4a0f9f8d03..a62b72d538 100644 --- a/components/org.apache.stratos.email.sender/pom.xml +++ b/components/org.apache.stratos.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml index 967abd66b6..e73f718cc5 100644 --- a/components/org.apache.stratos.keystore.mgt/pom.xml +++ b/components/org.apache.stratos.keystore.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml index e0680d65f0..81febb760c 100644 --- a/components/org.apache.stratos.load.balancer.common/pom.xml +++ b/components/org.apache.stratos.load.balancer.common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.extension.api/pom.xml b/components/org.apache.stratos.load.balancer.extension.api/pom.xml index 34c4d5a1b6..cf3abba5f4 100644 --- a/components/org.apache.stratos.load.balancer.extension.api/pom.xml +++ b/components/org.apache.stratos.load.balancer.extension.api/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.stratos diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index fbc8a1e309..5a2b6f423a 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml index 909efcaed9..46d25c828a 100644 --- a/components/org.apache.stratos.logging.view.ui/pom.xml +++ b/components/org.apache.stratos.logging.view.ui/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml index a8420552d7..491cbb6ce2 100644 --- a/components/org.apache.stratos.manager.styles/pom.xml +++ b/components/org.apache.stratos.manager.styles/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml index 3bfadc89e9..b6cd4bb648 100644 --- a/components/org.apache.stratos.manager/pom.xml +++ b/components/org.apache.stratos.manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml index b5e239af66..54b8fded76 100644 --- a/components/org.apache.stratos.messaging/pom.xml +++ b/components/org.apache.stratos.messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml index 40a569337f..d3595ea2a8 100644 --- a/components/org.apache.stratos.redirector.servlet.ui/pom.xml +++ b/components/org.apache.stratos.redirector.servlet.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml index 460ac4143e..7ea160a3d5 100644 --- a/components/org.apache.stratos.redirector.servlet/pom.xml +++ b/components/org.apache.stratos.redirector.servlet/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml index 401a3382bf..6ab6dab6ac 100644 --- a/components/org.apache.stratos.register.ui/pom.xml +++ b/components/org.apache.stratos.register.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml index 2cb5b6783e..41b707c428 100644 --- a/components/org.apache.stratos.rest.endpoint/pom.xml +++ b/components/org.apache.stratos.rest.endpoint/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml index 527079275b..2a58584077 100644 --- a/components/org.apache.stratos.sso.redirector.ui/pom.xml +++ b/components/org.apache.stratos.sso.redirector.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml index 4e84dcb428..6fedb3d5a8 100644 --- a/components/org.apache.stratos.status.monitor.agent/pom.xml +++ b/components/org.apache.stratos.status.monitor.agent/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml index 590a294140..02e9c03dfc 100644 --- a/components/org.apache.stratos.status.monitor.core/pom.xml +++ b/components/org.apache.stratos.status.monitor.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml index 882f6b5998..30bcdbd181 100644 --- a/components/org.apache.stratos.status.monitor.ui/pom.xml +++ b/components/org.apache.stratos.status.monitor.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml index 8ae36b24ea..5cd27915ce 100644 --- a/components/org.apache.stratos.status.monitor/pom.xml +++ b/components/org.apache.stratos.status.monitor/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml index ff05123600..e6cb0b1ed6 100644 --- a/components/org.apache.stratos.tenant.activity.ui/pom.xml +++ b/components/org.apache.stratos.tenant.activity.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml index ecfcd16322..65b49d7c18 100644 --- a/components/org.apache.stratos.tenant.activity/pom.xml +++ b/components/org.apache.stratos.tenant.activity/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml index ad7a8debd8..13ce898a72 100644 --- a/components/org.apache.stratos.tenant.dispatcher/pom.xml +++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml index 018f6333bf..fd33bdcff6 100644 --- a/components/org.apache.stratos.tenant.mgt.core/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml index a1a2a23faa..09b9803794 100644 --- a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml index 0cc01cb9b5..838857d7e2 100644 --- a/components/org.apache.stratos.tenant.mgt.ui/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml index 2deb587822..9e501ca485 100644 --- a/components/org.apache.stratos.tenant.mgt/pom.xml +++ b/components/org.apache.stratos.tenant.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml index 5edba9ba23..c907ac0cb2 100644 --- a/components/org.apache.stratos.theme.mgt.ui/pom.xml +++ b/components/org.apache.stratos.theme.mgt.ui/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml index df0dee7bb3..ec3b0b3120 100644 --- a/components/org.apache.stratos.theme.mgt/pom.xml +++ b/components/org.apache.stratos.theme.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain.ui/pom.xml b/components/org.apache.stratos.validate.domain.ui/pom.xml index cf62ab1714..8c06e81120 100644 --- a/components/org.apache.stratos.validate.domain.ui/pom.xml +++ b/components/org.apache.stratos.validate.domain.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml index 3fbbed1d88..c78bc872e8 100644 --- a/components/org.apache.stratos.validate.domain/pom.xml +++ b/components/org.apache.stratos.validate.domain/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/pom.xml b/components/pom.xml index 15d0ee539d..5be4292792 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml index cad3d31f34..4062ead502 100644 --- a/extensions/cep/stratos-cep-extension/pom.xml +++ b/extensions/cep/stratos-cep-extension/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index 77d67730a2..65d0265372 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-load-balancer-extensions - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT apache-stratos-haproxy-extension diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index 18dabc6aa0..e6357b0a8d 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index e371d43f31..e30e226b1d 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index c2a2abe238..ccd771c864 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos autoscaler-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml index 1605e122b0..e4a8869799 100644 --- a/features/autoscaler/pom.xml +++ b/features/autoscaler/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 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 570317ee9d..89067fe177 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 @@ -22,7 +22,7 @@ org.apache.stratos cloud-controller-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 @@ -76,17 +76,17 @@ org.apache.stratos ec2 - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.stratos aws-ec2 - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.stratos openstack-nova - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT @@ -119,7 +119,7 @@ org.apache.stratos vcloud - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT com.google.code.gson diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml index 9b918fa7f5..372d100da6 100644 --- a/features/cloud-controller/pom.xml +++ b/features/cloud-controller/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml index 9c7d203ded..431d71a0db 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml index 5b931521ed..b041e99e01 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index 2930f261ab..e6a4071f40 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml index 6cf3b4a0e1..e17db91283 100644 --- a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml +++ b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos cartridge-mgt-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml index 33aa68bbd0..8341740b00 100644 --- a/features/manager/cartridge-mgt/pom.xml +++ b/features/manager/cartridge-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml index 92fd871d98..3292237d0b 100644 --- a/features/manager/common/org.apache.stratos.common.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml index 032e8f354e..b839abe1c3 100644 --- a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml index 4d1b2f6db4..9bbd4b8ae1 100644 --- a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml index 0d8ce99814..11b18df78a 100644 --- a/features/manager/common/pom.xml +++ b/features/manager/common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml index 138e6858de..fd60639ab0 100644 --- a/features/manager/deployment/pom.xml +++ b/features/manager/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml index 9f51e7fcde..82b4523810 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml index 1f58248d1c..4a3f3c1d6f 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml index bdca5b4df3..48fcec3b89 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml index c4de4f15a4..fe2ff327d2 100644 --- a/features/manager/gapp/pom.xml +++ b/features/manager/gapp/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml index 89632ab923..6a809ffc28 100644 --- a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml +++ b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos logging-mgt-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml index b5d58c838c..c5f77743c3 100644 --- a/features/manager/logging-mgt/pom.xml +++ b/features/manager/logging-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 logging-mgt-feature diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 0a0fbdb0a7..4445e344c3 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index 109a987a28..1f9be0355c 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml index dded5b3f81..0e22057d22 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml index 77399c14fd..0fa6ffc994 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml index 4798e086c6..8c449c06a8 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml index 7773b9cf39..8be0803c2f 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml index e1b23d6749..1b28d8fbe9 100644 --- a/features/manager/status-monitor/pom.xml +++ b/features/manager/status-monitor/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml index f8f8868961..8600a5a098 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index d4abfbdfb0..51e4c36a27 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml index 7cdf66bf8b..42ee208a02 100644 --- a/features/manager/stratos-mgt/pom.xml +++ b/features/manager/stratos-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index dcd0fb06b5..baf32a2d04 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml index b74218eec0..a0353f0003 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml index c4271ab0ce..aacef85b69 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml index 9764ea0ca0..7e8661ba9a 100644 --- a/features/manager/tenant-activity/pom.xml +++ b/features/manager/tenant-activity/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 tenant-activity-feature diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml index 416ac96032..57ea9894ed 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml index ccbfe3c584..11ab62ca12 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml index 463348d2f0..2757540d38 100644 --- a/features/manager/tenant-mgt/pom.xml +++ b/features/manager/tenant-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml index 379ad33df3..bd64f01e15 100644 --- a/features/messaging/org.apache.stratos.messaging.feature/pom.xml +++ b/features/messaging/org.apache.stratos.messaging.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos messaging-features - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml index ee3e7e00a5..3e15c227cd 100644 --- a/features/messaging/pom.xml +++ b/features/messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index baf64e7b95..9f74e4e43d 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index ab471d0467..3172eb67ca 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.stratos stratos-parent pom - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT Apache Stratos (incubating) Project Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework http://stratos.incubator.apache.org diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 4133212367..9c01d6c990 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos cartidge-agent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index 0362ccc187..d69b55472e 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index bee82fb591..05fbd20cd8 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index b5859c607c..b4791e0c7d 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index 587666224d..7cb218f924 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/pom.xml b/products/pom.xml index acffa9b4a3..b58a5eea54 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index ae5ce401f1..9671f95909 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos apache-stratos-cli-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index 1240d63c6b..41b2cfcce3 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 118790feeb..682c05b050 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml @@ -452,7 +452,7 @@ org.apache.stratos org.apache.stratos.cep.extension - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.geronimo.specs @@ -462,7 +462,7 @@ org.apache.stratos org.wso2.carbon.ui - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 1500759a91..64ae09c91e 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index c13eb9e991..f478d6a210 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-products-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index d5ae3d0532..4edc39a437 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index ac6f7eb9ed..38d9bc20ad 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index 4609920a26..b636bb3968 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index 35dc4d2019..836542867e 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index 8e55a317bd..2855f5ebf0 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index d4e2c122b2..b5f3d3588d 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index 398c9fa516..8340d6d5ef 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index 4b2e5c8240..03e861fb1c 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index 65f9f91fe3..73b9194efc 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index 5b5845a73c..4cc4216e74 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index e123fb8369..ae6158a1fc 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index 7f843c04db..28b13544c5 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index 4584c2ce55..82b6d22b14 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index ff32dd4958..258c4e53ff 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index 9a162c053f..e2d3730a65 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index 37c7d963af..8752637397 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index fe017b9231..216616efd3 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index 3b210dadc3..7dcc4e533b 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index 5cd205dbd8..bb492712e0 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index 17a0e2a890..5b2c25a423 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index e1411d71ab..ae5175cbff 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index c87193a3fe..5aaaa50454 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index 56e1d50fae..5209094ccf 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index 0c96e10358..f317f3535d 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index 84f698a8f1..bc0f5d6028 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.1.0-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 From cd8745e8d6e8687a2c4e58f13eb1acf44e5e8dff Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Tue, 6 May 2014 18:05:36 +0530 Subject: [PATCH 040/104] Updated jclouds dependency artifact versions --- components/org.apache.stratos.cloud.controller/pom.xml | 8 ++++---- .../jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index 3f278e9b26..97276137ef 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -187,17 +187,17 @@ org.apache.stratos ec2 - 4.0.0-SNAPSHOT + 1.7.1-stratos org.apache.stratos aws-ec2 - 4.0.0-SNAPSHOT + 1.7.1-stratos org.apache.stratos openstack-nova - 4.0.0-SNAPSHOT + 1.7.1-stratos org.apache.jclouds.api @@ -212,7 +212,7 @@ org.apache.stratos vcloud - 4.0.0-SNAPSHOT + 1.7.1-stratos diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index 1f39d6dd21..509bb0b145 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -61,12 +61,12 @@ org.apache.stratos ec2 - ${project.version} + 1.7.1-stratos org.apache.stratos ec2 - ${project.version} + 1.7.1-stratos test-jar test From ff93c97603e11f1a185ec9aba5bcb214f99e04dd Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Tue, 6 May 2014 18:17:47 +0530 Subject: [PATCH 041/104] Updated jclouds dependency artifact version in cloud controller feature --- .../org.apache.stratos.cloud.controller.feature/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 89067fe177..8483ad9733 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 @@ -86,7 +86,7 @@ org.apache.stratos openstack-nova - 4.0.0-SNAPSHOT + 1.7.1-stratos From befddcede7490a5ea32edde8bbe7fb9bfaf78c27 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Tue, 6 May 2014 18:25:05 +0530 Subject: [PATCH 042/104] Updated jclouds dependency artifact version in cloud controller feature --- .../org.apache.stratos.cloud.controller.feature/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 8483ad9733..6cf15e410e 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 @@ -76,12 +76,12 @@ org.apache.stratos ec2 - 4.0.0-SNAPSHOT + 1.7.1-stratos org.apache.stratos aws-ec2 - 4.0.0-SNAPSHOT + 1.7.1-stratos org.apache.stratos @@ -119,7 +119,7 @@ org.apache.stratos vcloud - 4.0.0-SNAPSHOT + 1.7.1-stratos com.google.code.gson From 545a1a0e7ab5a4d051a1b2cf4592ad1b2c3da9a1 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Tue, 6 May 2014 18:28:54 +0530 Subject: [PATCH 043/104] Updated carbon.ui dependency artifact version in stratos distribution to 4.2.0-stratos --- products/stratos/modules/distribution/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 682c05b050..f9c7444ff1 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -462,7 +462,7 @@ org.apache.stratos org.wso2.carbon.ui - 4.0.0-SNAPSHOT + 4.2.0-stratos From af4f2c4f29d0735424dcc2804cb46c3b8b046950 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Tue, 6 May 2014 18:49:49 +0530 Subject: [PATCH 044/104] [maven-release-plugin] prepare release 4.0.0-incubating-rc3 --- components/org.apache.stratos.account.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.account.mgt/pom.xml | 2 +- components/org.apache.stratos.activation/pom.xml | 2 +- components/org.apache.stratos.autoscaler/pom.xml | 2 +- components/org.apache.stratos.cartridge.agent/pom.xml | 2 +- components/org.apache.stratos.cartridge.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.cli/pom.xml | 2 +- components/org.apache.stratos.cloud.controller/pom.xml | 2 +- components/org.apache.stratos.common/pom.xml | 2 +- components/org.apache.stratos.deployment/pom.xml | 2 +- components/org.apache.stratos.email.sender/pom.xml | 2 +- components/org.apache.stratos.keystore.mgt/pom.xml | 2 +- components/org.apache.stratos.load.balancer.common/pom.xml | 2 +- .../org.apache.stratos.load.balancer.extension.api/pom.xml | 2 +- components/org.apache.stratos.load.balancer/pom.xml | 2 +- components/org.apache.stratos.logging.view.ui/pom.xml | 2 +- components/org.apache.stratos.manager.styles/pom.xml | 2 +- components/org.apache.stratos.manager/pom.xml | 2 +- components/org.apache.stratos.messaging/pom.xml | 2 +- components/org.apache.stratos.redirector.servlet.ui/pom.xml | 2 +- components/org.apache.stratos.redirector.servlet/pom.xml | 2 +- components/org.apache.stratos.register.ui/pom.xml | 2 +- components/org.apache.stratos.rest.endpoint/pom.xml | 2 +- components/org.apache.stratos.sso.redirector.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor.agent/pom.xml | 2 +- components/org.apache.stratos.status.monitor.core/pom.xml | 2 +- components/org.apache.stratos.status.monitor.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor/pom.xml | 2 +- components/org.apache.stratos.tenant.activity.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.activity/pom.xml | 2 +- components/org.apache.stratos.tenant.dispatcher/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.core/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.email.sender/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt/pom.xml | 2 +- components/org.apache.stratos.theme.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.theme.mgt/pom.xml | 2 +- components/org.apache.stratos.validate.domain.ui/pom.xml | 2 +- components/org.apache.stratos.validate.domain/pom.xml | 2 +- components/pom.xml | 2 +- dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml | 2 +- .../jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml | 2 +- dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml | 2 +- dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 2 +- dependencies/org.wso2.carbon.ui/pom.xml | 2 +- dependencies/pom.xml | 2 +- extensions/cep/stratos-cep-extension/pom.xml | 2 +- extensions/load-balancer/haproxy-extension/pom.xml | 2 +- extensions/load-balancer/pom.xml | 2 +- extensions/pom.xml | 2 +- .../autoscaler/org.apache.stratos.autoscaler.feature/pom.xml | 2 +- features/autoscaler/pom.xml | 2 +- .../org.apache.stratos.cloud.controller.feature/pom.xml | 2 +- features/cloud-controller/pom.xml | 2 +- .../org.apache.stratos.load.balancer.common.feature/pom.xml | 2 +- .../org.apache.stratos.load.balancer.feature/pom.xml | 2 +- features/load-balancer/pom.xml | 2 +- .../org.apache.stratos.cartridge.mgt.ui.feature/pom.xml | 2 +- features/manager/cartridge-mgt/pom.xml | 2 +- .../manager/common/org.apache.stratos.common.feature/pom.xml | 2 +- .../common/org.apache.stratos.common.server.feature/pom.xml | 2 +- .../common/org.apache.stratos.common.ui.feature/pom.xml | 2 +- features/manager/common/pom.xml | 2 +- features/manager/deployment/pom.xml | 2 +- features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.server.feature/pom.xml | 2 +- .../manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml | 2 +- features/manager/gapp/pom.xml | 2 +- .../org.apache.stratos.logging.mgt.feature/pom.xml | 2 +- features/manager/logging-mgt/pom.xml | 2 +- features/manager/pom.xml | 2 +- .../org.apache.stratos.rest.endpoint.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.agent.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.server.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.ui.feature/pom.xml | 2 +- features/manager/status-monitor/pom.xml | 2 +- .../stratos-mgt/org.apache.stratos.manager.feature/pom.xml | 2 +- .../org.apache.stratos.manager.server.feature/pom.xml | 2 +- features/manager/stratos-mgt/pom.xml | 2 +- .../styles/org.apache.stratos.manager.styles.feature/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.server.feature/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.ui.feature/pom.xml | 2 +- features/manager/tenant-activity/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.core.feature/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.server.feature/pom.xml | 2 +- features/manager/tenant-mgt/pom.xml | 2 +- .../messaging/org.apache.stratos.messaging.feature/pom.xml | 2 +- features/messaging/pom.xml | 2 +- features/pom.xml | 2 +- pom.xml | 4 ++-- products/cartridge-agent/modules/distribution/pom.xml | 2 +- products/cartridge-agent/pom.xml | 2 +- products/load-balancer/modules/distribution/pom.xml | 2 +- products/load-balancer/modules/p2-profile/pom.xml | 2 +- products/load-balancer/pom.xml | 2 +- products/pom.xml | 2 +- products/stratos-cli/distribution/pom.xml | 2 +- products/stratos-cli/pom.xml | 2 +- products/stratos/modules/distribution/pom.xml | 4 ++-- products/stratos/modules/p2-profile-gen/pom.xml | 2 +- products/stratos/pom.xml | 2 +- service-stubs/org.apache.stratos.account.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.autoscaler.service.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml | 2 +- .../org.apache.stratos.cloud.controller.service.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.common.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.manager.dashboard.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.manager.stub/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.register.gapp.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.tenant.register.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttle.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.agent.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttling.stub/pom.xml | 2 +- .../org.apache.stratos.usage.meteringqueryds.stub/pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.usage.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.validate.domain.stub/pom.xml | 2 +- service-stubs/pom.xml | 2 +- 127 files changed, 129 insertions(+), 129 deletions(-) diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml index e6aa1ab102..41e0d4ee85 100644 --- a/components/org.apache.stratos.account.mgt.ui/pom.xml +++ b/components/org.apache.stratos.account.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml index 2e9214c26e..a871a6c3c6 100644 --- a/components/org.apache.stratos.account.mgt/pom.xml +++ b/components/org.apache.stratos.account.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml index ac5a56fc06..2e68f3e536 100644 --- a/components/org.apache.stratos.activation/pom.xml +++ b/components/org.apache.stratos.activation/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml index cbc409057d..61e317a797 100644 --- a/components/org.apache.stratos.autoscaler/pom.xml +++ b/components/org.apache.stratos.autoscaler/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml index 48084271ff..40f0c69bc5 100644 --- a/components/org.apache.stratos.cartridge.agent/pom.xml +++ b/components/org.apache.stratos.cartridge.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml index c038759ae5..60c5025e38 100644 --- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml +++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml index 18d01d2c3f..566d42174e 100644 --- a/components/org.apache.stratos.cli/pom.xml +++ b/components/org.apache.stratos.cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index 97276137ef..9755ab02bd 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml index c39b9f8af0..a2cbe6cdf9 100644 --- a/components/org.apache.stratos.common/pom.xml +++ b/components/org.apache.stratos.common/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml index 273cb97fa4..44b9fb437d 100644 --- a/components/org.apache.stratos.deployment/pom.xml +++ b/components/org.apache.stratos.deployment/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml index a62b72d538..fd36bcd9fd 100644 --- a/components/org.apache.stratos.email.sender/pom.xml +++ b/components/org.apache.stratos.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml index e73f718cc5..78f831a99b 100644 --- a/components/org.apache.stratos.keystore.mgt/pom.xml +++ b/components/org.apache.stratos.keystore.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml index 81febb760c..6450a32d2d 100644 --- a/components/org.apache.stratos.load.balancer.common/pom.xml +++ b/components/org.apache.stratos.load.balancer.common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.extension.api/pom.xml b/components/org.apache.stratos.load.balancer.extension.api/pom.xml index cf3abba5f4..a79fbf1b31 100644 --- a/components/org.apache.stratos.load.balancer.extension.api/pom.xml +++ b/components/org.apache.stratos.load.balancer.extension.api/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.stratos diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index 5a2b6f423a..ad4541db98 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml index 46d25c828a..d3c37f600c 100644 --- a/components/org.apache.stratos.logging.view.ui/pom.xml +++ b/components/org.apache.stratos.logging.view.ui/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml index 491cbb6ce2..217527db1c 100644 --- a/components/org.apache.stratos.manager.styles/pom.xml +++ b/components/org.apache.stratos.manager.styles/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml index b6cd4bb648..7e6bcb1dbc 100644 --- a/components/org.apache.stratos.manager/pom.xml +++ b/components/org.apache.stratos.manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml index 54b8fded76..e1bc08986c 100644 --- a/components/org.apache.stratos.messaging/pom.xml +++ b/components/org.apache.stratos.messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml index d3595ea2a8..68b33e5ec8 100644 --- a/components/org.apache.stratos.redirector.servlet.ui/pom.xml +++ b/components/org.apache.stratos.redirector.servlet.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml index 7ea160a3d5..c986fe3c46 100644 --- a/components/org.apache.stratos.redirector.servlet/pom.xml +++ b/components/org.apache.stratos.redirector.servlet/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml index 6ab6dab6ac..15a2cce635 100644 --- a/components/org.apache.stratos.register.ui/pom.xml +++ b/components/org.apache.stratos.register.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml index 41b707c428..9d327f2a8a 100644 --- a/components/org.apache.stratos.rest.endpoint/pom.xml +++ b/components/org.apache.stratos.rest.endpoint/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml index 2a58584077..a8f233027e 100644 --- a/components/org.apache.stratos.sso.redirector.ui/pom.xml +++ b/components/org.apache.stratos.sso.redirector.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml index 6fedb3d5a8..cfb47bd2e1 100644 --- a/components/org.apache.stratos.status.monitor.agent/pom.xml +++ b/components/org.apache.stratos.status.monitor.agent/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml index 02e9c03dfc..c377ff2190 100644 --- a/components/org.apache.stratos.status.monitor.core/pom.xml +++ b/components/org.apache.stratos.status.monitor.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml index 30bcdbd181..4304c18836 100644 --- a/components/org.apache.stratos.status.monitor.ui/pom.xml +++ b/components/org.apache.stratos.status.monitor.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml index 5cd27915ce..71da264128 100644 --- a/components/org.apache.stratos.status.monitor/pom.xml +++ b/components/org.apache.stratos.status.monitor/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml index e6cb0b1ed6..18c909c18e 100644 --- a/components/org.apache.stratos.tenant.activity.ui/pom.xml +++ b/components/org.apache.stratos.tenant.activity.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml index 65b49d7c18..7d92044a29 100644 --- a/components/org.apache.stratos.tenant.activity/pom.xml +++ b/components/org.apache.stratos.tenant.activity/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml index 13ce898a72..7e1802eae3 100644 --- a/components/org.apache.stratos.tenant.dispatcher/pom.xml +++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml index fd33bdcff6..e7da9c0f52 100644 --- a/components/org.apache.stratos.tenant.mgt.core/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml index 09b9803794..2c28aa6437 100644 --- a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml index 838857d7e2..843e8bf8e0 100644 --- a/components/org.apache.stratos.tenant.mgt.ui/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml index 9e501ca485..cff2d05fcb 100644 --- a/components/org.apache.stratos.tenant.mgt/pom.xml +++ b/components/org.apache.stratos.tenant.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml index c907ac0cb2..6cd60a8acb 100644 --- a/components/org.apache.stratos.theme.mgt.ui/pom.xml +++ b/components/org.apache.stratos.theme.mgt.ui/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml index ec3b0b3120..97a6475e44 100644 --- a/components/org.apache.stratos.theme.mgt/pom.xml +++ b/components/org.apache.stratos.theme.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.validate.domain.ui/pom.xml b/components/org.apache.stratos.validate.domain.ui/pom.xml index 8c06e81120..41087fe51a 100644 --- a/components/org.apache.stratos.validate.domain.ui/pom.xml +++ b/components/org.apache.stratos.validate.domain.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml index c78bc872e8..4a145342ee 100644 --- a/components/org.apache.stratos.validate.domain/pom.xml +++ b/components/org.apache.stratos.validate.domain/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/components/pom.xml b/components/pom.xml index 5be4292792..eee5769a55 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml index 5b4df7c54d..7e38f121f2 100644 --- a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml @@ -138,7 +138,7 @@ - 4.0.0-incubating-rc2 + 4.0.0-incubating-rc3 diff --git a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml index fcb764962c..aa76d29cf7 100644 --- a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml @@ -140,6 +140,6 @@ - 4.0.0-incubating-rc2 + 4.0.0-incubating-rc3 diff --git a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml index de4b389a6b..5a340ae375 100755 --- a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml @@ -126,6 +126,6 @@ - 4.0.0-incubating-rc2 + 4.0.0-incubating-rc3 diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index 509bb0b145..7f2601e0c1 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -150,7 +150,7 @@ - 4.0.0-incubating-rc2 + 4.0.0-incubating-rc3 diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 2dc06007e0..757163b864 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-dependents - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 998200efba..a46a3de240 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml index 4062ead502..f42302746e 100644 --- a/extensions/cep/stratos-cep-extension/pom.xml +++ b/extensions/cep/stratos-cep-extension/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index 65d0265372..18b310d12e 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-load-balancer-extensions - 4.0.0-SNAPSHOT + 4.0.0-incubating apache-stratos-haproxy-extension diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index e6357b0a8d..5688f3cf83 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index e30e226b1d..181238ed95 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index ccd771c864..cc1ce4bb87 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos autoscaler-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml index e4a8869799..84397ef35d 100644 --- a/features/autoscaler/pom.xml +++ b/features/autoscaler/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 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 6cf15e410e..201e213525 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 @@ -22,7 +22,7 @@ org.apache.stratos cloud-controller-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml index 372d100da6..b2b61a5239 100644 --- a/features/cloud-controller/pom.xml +++ b/features/cloud-controller/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml index 431d71a0db..c335a6759a 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml index b041e99e01..a4bc6cdb8d 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index e6a4071f40..9d690abd9e 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml index e17db91283..487bed9964 100644 --- a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml +++ b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos cartridge-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml index 8341740b00..8aa95f3c06 100644 --- a/features/manager/cartridge-mgt/pom.xml +++ b/features/manager/cartridge-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml index 3292237d0b..b51f515da9 100644 --- a/features/manager/common/org.apache.stratos.common.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml index b839abe1c3..2e3f58c853 100644 --- a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml index 9bbd4b8ae1..3b97074b53 100644 --- a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml index 11b18df78a..aed25cdf94 100644 --- a/features/manager/common/pom.xml +++ b/features/manager/common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml index fd60639ab0..5ef1551e15 100644 --- a/features/manager/deployment/pom.xml +++ b/features/manager/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml index 82b4523810..2eb55c67b3 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml index 4a3f3c1d6f..742ec1b607 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml index 48fcec3b89..9dfb7a302d 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml index fe2ff327d2..d928d0d8fe 100644 --- a/features/manager/gapp/pom.xml +++ b/features/manager/gapp/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml index 6a809ffc28..f800127eaa 100644 --- a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml +++ b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos logging-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml index c5f77743c3..31c1b59c38 100644 --- a/features/manager/logging-mgt/pom.xml +++ b/features/manager/logging-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 logging-mgt-feature diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 4445e344c3..697044306a 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index 1f9be0355c..75ceb64103 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml index 0e22057d22..bd9739ad83 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml index 0fa6ffc994..22c48ed31e 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml index 8c449c06a8..d855c31f00 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml index 8be0803c2f..9990a4b3e4 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml index 1b28d8fbe9..11ae74ce1a 100644 --- a/features/manager/status-monitor/pom.xml +++ b/features/manager/status-monitor/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml index 8600a5a098..d493e93d3c 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index 51e4c36a27..fb7abb3f8f 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml index 42ee208a02..f209f7399b 100644 --- a/features/manager/stratos-mgt/pom.xml +++ b/features/manager/stratos-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index baf32a2d04..b1bbc6f2a2 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml index a0353f0003..cb3e4f30d4 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml index aacef85b69..53e6d29c07 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml index 7e8661ba9a..3f7f67bd70 100644 --- a/features/manager/tenant-activity/pom.xml +++ b/features/manager/tenant-activity/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 tenant-activity-feature diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml index 57ea9894ed..ca9d65209a 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml index 11ab62ca12..431adc41ac 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml index 2757540d38..a4a566cc0c 100644 --- a/features/manager/tenant-mgt/pom.xml +++ b/features/manager/tenant-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml index bd64f01e15..ecfd03851c 100644 --- a/features/messaging/org.apache.stratos.messaging.feature/pom.xml +++ b/features/messaging/org.apache.stratos.messaging.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos messaging-features - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml index 3e15c227cd..76593f90bb 100644 --- a/features/messaging/pom.xml +++ b/features/messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index 9f74e4e43d..dfea41395b 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/pom.xml b/pom.xml index 3172eb67ca..a245b34f98 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.stratos stratos-parent pom - 4.0.0-SNAPSHOT + 4.0.0-incubating Apache Stratos (incubating) Project Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework http://stratos.incubator.apache.org @@ -74,7 +74,7 @@ scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git https://git-wip-us.apache.org/repos/asf?p=incubator-stratos.git - 4.0.0-incubating-rc2 + 4.0.0-incubating-rc3 diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 9c01d6c990..89ba20e723 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos cartidge-agent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index d69b55472e..0e6636bf59 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index 05fbd20cd8..72fef71f2d 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index b4791e0c7d..539168b384 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index 7cb218f924..c7b371a32e 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/pom.xml b/products/pom.xml index b58a5eea54..71d231b3d3 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index 9671f95909..b1e6ee777b 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos apache-stratos-cli-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index 41b2cfcce3..74c35cda8e 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating ../pom.xml diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index f9c7444ff1..7944e4a965 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml @@ -452,7 +452,7 @@ org.apache.stratos org.apache.stratos.cep.extension - 4.0.0-SNAPSHOT + 4.0.0-incubating org.apache.geronimo.specs diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 64ae09c91e..44f7921f86 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos - 4.0.0-SNAPSHOT + 4.0.0-incubating ../../pom.xml diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index f478d6a210..75854b02c6 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index 4edc39a437..aed82d4356 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index 38d9bc20ad..8354b198f3 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index b636bb3968..4b8a8a6c19 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index 836542867e..f2c7f15fd5 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index 2855f5ebf0..1c6dd7838c 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index b5f3d3588d..0ddf576b2e 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index 8340d6d5ef..8a17801def 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index 03e861fb1c..e8d2035bb3 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index 73b9194efc..5d26410ea2 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index 4cc4216e74..5fc07274a9 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index ae6158a1fc..7240cecf4f 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index 28b13544c5..5888578e31 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index 82b6d22b14..4815d43e41 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index 258c4e53ff..0394bad5a5 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index e2d3730a65..7abe517ec5 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index 8752637397..af676514f0 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index 216616efd3..c4d3a89eac 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index 7dcc4e533b..ff832c6946 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index bb492712e0..7f1d2b9956 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index 5b2c25a423..396eb1f976 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index ae5175cbff..7c52863b3f 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index 5aaaa50454..29eadb383f 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index 5209094ccf..0bb5d789b7 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index f317f3535d..3c2852a413 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index bc0f5d6028..2ae5144bf8 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-SNAPSHOT + 4.0.0-incubating 4.0.0 From 8445f4f3bd81b968bffd026431b870dcec7630e6 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Tue, 6 May 2014 18:49:51 +0530 Subject: [PATCH 045/104] [maven-release-plugin] prepare for next development iteration --- components/org.apache.stratos.account.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.account.mgt/pom.xml | 2 +- components/org.apache.stratos.activation/pom.xml | 2 +- components/org.apache.stratos.autoscaler/pom.xml | 2 +- components/org.apache.stratos.cartridge.agent/pom.xml | 2 +- components/org.apache.stratos.cartridge.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.cli/pom.xml | 2 +- components/org.apache.stratos.cloud.controller/pom.xml | 10 +++++----- components/org.apache.stratos.common/pom.xml | 2 +- components/org.apache.stratos.deployment/pom.xml | 2 +- components/org.apache.stratos.email.sender/pom.xml | 2 +- components/org.apache.stratos.keystore.mgt/pom.xml | 2 +- .../org.apache.stratos.load.balancer.common/pom.xml | 2 +- .../pom.xml | 2 +- components/org.apache.stratos.load.balancer/pom.xml | 2 +- components/org.apache.stratos.logging.view.ui/pom.xml | 2 +- components/org.apache.stratos.manager.styles/pom.xml | 2 +- components/org.apache.stratos.manager/pom.xml | 2 +- components/org.apache.stratos.messaging/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.ui/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet/pom.xml | 2 +- components/org.apache.stratos.register.ui/pom.xml | 2 +- components/org.apache.stratos.rest.endpoint/pom.xml | 2 +- .../org.apache.stratos.sso.redirector.ui/pom.xml | 2 +- .../org.apache.stratos.status.monitor.agent/pom.xml | 2 +- .../org.apache.stratos.status.monitor.core/pom.xml | 2 +- .../org.apache.stratos.status.monitor.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.activity/pom.xml | 2 +- .../org.apache.stratos.tenant.dispatcher/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.core/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.email.sender/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt/pom.xml | 2 +- components/org.apache.stratos.theme.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.theme.mgt/pom.xml | 2 +- .../org.apache.stratos.validate.domain.ui/pom.xml | 2 +- components/org.apache.stratos.validate.domain/pom.xml | 2 +- components/pom.xml | 2 +- dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml | 4 ++-- .../jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml | 4 ++-- dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml | 4 ++-- .../jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 8 ++++---- dependencies/org.wso2.carbon.ui/pom.xml | 4 ++-- dependencies/pom.xml | 2 +- extensions/cep/stratos-cep-extension/pom.xml | 2 +- extensions/load-balancer/haproxy-extension/pom.xml | 2 +- extensions/load-balancer/pom.xml | 2 +- extensions/pom.xml | 2 +- .../org.apache.stratos.autoscaler.feature/pom.xml | 2 +- features/autoscaler/pom.xml | 2 +- .../pom.xml | 10 +++++----- features/cloud-controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.load.balancer.feature/pom.xml | 2 +- features/load-balancer/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/cartridge-mgt/pom.xml | 2 +- .../common/org.apache.stratos.common.feature/pom.xml | 2 +- .../org.apache.stratos.common.server.feature/pom.xml | 2 +- .../org.apache.stratos.common.ui.feature/pom.xml | 2 +- features/manager/common/pom.xml | 2 +- features/manager/deployment/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.feature/pom.xml | 2 +- .../org.apache.stratos.gapp.server.feature/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.ui.feature/pom.xml | 2 +- features/manager/gapp/pom.xml | 2 +- .../org.apache.stratos.logging.mgt.feature/pom.xml | 2 +- features/manager/logging-mgt/pom.xml | 2 +- features/manager/pom.xml | 2 +- .../org.apache.stratos.rest.endpoint.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.status.monitor.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/status-monitor/pom.xml | 2 +- .../org.apache.stratos.manager.feature/pom.xml | 2 +- .../org.apache.stratos.manager.server.feature/pom.xml | 2 +- features/manager/stratos-mgt/pom.xml | 2 +- .../org.apache.stratos.manager.styles.feature/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-activity/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.core.feature/pom.xml | 2 +- .../pom.xml | 2 +- features/manager/tenant-mgt/pom.xml | 2 +- .../org.apache.stratos.messaging.feature/pom.xml | 2 +- features/messaging/pom.xml | 2 +- features/pom.xml | 2 +- pom.xml | 4 ++-- products/cartridge-agent/modules/distribution/pom.xml | 2 +- products/cartridge-agent/pom.xml | 2 +- products/load-balancer/modules/distribution/pom.xml | 2 +- products/load-balancer/modules/p2-profile/pom.xml | 2 +- products/load-balancer/pom.xml | 2 +- products/pom.xml | 2 +- products/stratos-cli/distribution/pom.xml | 2 +- products/stratos-cli/pom.xml | 2 +- products/stratos/modules/distribution/pom.xml | 6 +++--- products/stratos/modules/p2-profile-gen/pom.xml | 2 +- products/stratos/pom.xml | 2 +- .../org.apache.stratos.account.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.autoscaler.service.stub/pom.xml | 2 +- .../org.apache.stratos.billing.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.cartridge.agent.stub/pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.common.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.manager.dashboard.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.manager.stub/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.tenant.register.stub/pom.xml | 2 +- .../org.apache.stratos.theme.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttle.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.agent.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.usage.stub/pom.xml | 2 +- .../org.apache.stratos.validate.domain.stub/pom.xml | 2 +- service-stubs/pom.xml | 2 +- 127 files changed, 145 insertions(+), 145 deletions(-) diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml index 41e0d4ee85..d3f8224049 100644 --- a/components/org.apache.stratos.account.mgt.ui/pom.xml +++ b/components/org.apache.stratos.account.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml index a871a6c3c6..c81eb481f0 100644 --- a/components/org.apache.stratos.account.mgt/pom.xml +++ b/components/org.apache.stratos.account.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml index 2e68f3e536..a7ffd2ca9e 100644 --- a/components/org.apache.stratos.activation/pom.xml +++ b/components/org.apache.stratos.activation/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml index 61e317a797..ed68c7aa3d 100644 --- a/components/org.apache.stratos.autoscaler/pom.xml +++ b/components/org.apache.stratos.autoscaler/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml index 40f0c69bc5..766ac7abe2 100644 --- a/components/org.apache.stratos.cartridge.agent/pom.xml +++ b/components/org.apache.stratos.cartridge.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml index 60c5025e38..fc672087dd 100644 --- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml +++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml index 566d42174e..1d1093dccf 100644 --- a/components/org.apache.stratos.cli/pom.xml +++ b/components/org.apache.stratos.cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index 9755ab02bd..65d095d09e 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 @@ -187,17 +187,17 @@ org.apache.stratos ec2 - 1.7.1-stratos + 4.0.1-SNAPSHOT org.apache.stratos aws-ec2 - 1.7.1-stratos + 4.0.1-SNAPSHOT org.apache.stratos openstack-nova - 1.7.1-stratos + 4.0.1-SNAPSHOT org.apache.jclouds.api @@ -212,7 +212,7 @@ org.apache.stratos vcloud - 1.7.1-stratos + 4.0.1-SNAPSHOT diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml index a2cbe6cdf9..de5427571f 100644 --- a/components/org.apache.stratos.common/pom.xml +++ b/components/org.apache.stratos.common/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml index 44b9fb437d..2fee4b662d 100644 --- a/components/org.apache.stratos.deployment/pom.xml +++ b/components/org.apache.stratos.deployment/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml index fd36bcd9fd..da73383717 100644 --- a/components/org.apache.stratos.email.sender/pom.xml +++ b/components/org.apache.stratos.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml index 78f831a99b..ee676e7383 100644 --- a/components/org.apache.stratos.keystore.mgt/pom.xml +++ b/components/org.apache.stratos.keystore.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml index 6450a32d2d..e2b0d8582e 100644 --- a/components/org.apache.stratos.load.balancer.common/pom.xml +++ b/components/org.apache.stratos.load.balancer.common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.extension.api/pom.xml b/components/org.apache.stratos.load.balancer.extension.api/pom.xml index a79fbf1b31..77654d0fb4 100644 --- a/components/org.apache.stratos.load.balancer.extension.api/pom.xml +++ b/components/org.apache.stratos.load.balancer.extension.api/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT org.apache.stratos diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index ad4541db98..8b80e57388 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml index d3c37f600c..0d0c359a7b 100644 --- a/components/org.apache.stratos.logging.view.ui/pom.xml +++ b/components/org.apache.stratos.logging.view.ui/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml index 217527db1c..1af31825fb 100644 --- a/components/org.apache.stratos.manager.styles/pom.xml +++ b/components/org.apache.stratos.manager.styles/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml index 7e6bcb1dbc..1551e8a936 100644 --- a/components/org.apache.stratos.manager/pom.xml +++ b/components/org.apache.stratos.manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml index e1bc08986c..d667540982 100644 --- a/components/org.apache.stratos.messaging/pom.xml +++ b/components/org.apache.stratos.messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml index 68b33e5ec8..4c6c912eec 100644 --- a/components/org.apache.stratos.redirector.servlet.ui/pom.xml +++ b/components/org.apache.stratos.redirector.servlet.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml index c986fe3c46..ac509f9289 100644 --- a/components/org.apache.stratos.redirector.servlet/pom.xml +++ b/components/org.apache.stratos.redirector.servlet/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml index 15a2cce635..eef07bc5d4 100644 --- a/components/org.apache.stratos.register.ui/pom.xml +++ b/components/org.apache.stratos.register.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml index 9d327f2a8a..0da99db87e 100644 --- a/components/org.apache.stratos.rest.endpoint/pom.xml +++ b/components/org.apache.stratos.rest.endpoint/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml index a8f233027e..681f43affd 100644 --- a/components/org.apache.stratos.sso.redirector.ui/pom.xml +++ b/components/org.apache.stratos.sso.redirector.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml index cfb47bd2e1..ef0fff5cd2 100644 --- a/components/org.apache.stratos.status.monitor.agent/pom.xml +++ b/components/org.apache.stratos.status.monitor.agent/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml index c377ff2190..bc0c3842a7 100644 --- a/components/org.apache.stratos.status.monitor.core/pom.xml +++ b/components/org.apache.stratos.status.monitor.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml index 4304c18836..811332a1d7 100644 --- a/components/org.apache.stratos.status.monitor.ui/pom.xml +++ b/components/org.apache.stratos.status.monitor.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml index 71da264128..df0cfdcb79 100644 --- a/components/org.apache.stratos.status.monitor/pom.xml +++ b/components/org.apache.stratos.status.monitor/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml index 18c909c18e..a44eec6cf6 100644 --- a/components/org.apache.stratos.tenant.activity.ui/pom.xml +++ b/components/org.apache.stratos.tenant.activity.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml index 7d92044a29..c2db62bee7 100644 --- a/components/org.apache.stratos.tenant.activity/pom.xml +++ b/components/org.apache.stratos.tenant.activity/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml index 7e1802eae3..6ee29ff23e 100644 --- a/components/org.apache.stratos.tenant.dispatcher/pom.xml +++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml index e7da9c0f52..7b022c7f0d 100644 --- a/components/org.apache.stratos.tenant.mgt.core/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml index 2c28aa6437..ac842b4ca5 100644 --- a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml index 843e8bf8e0..a7a83b739f 100644 --- a/components/org.apache.stratos.tenant.mgt.ui/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml index cff2d05fcb..522fad9907 100644 --- a/components/org.apache.stratos.tenant.mgt/pom.xml +++ b/components/org.apache.stratos.tenant.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml index 6cd60a8acb..3496daeb3b 100644 --- a/components/org.apache.stratos.theme.mgt.ui/pom.xml +++ b/components/org.apache.stratos.theme.mgt.ui/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml index 97a6475e44..8776e0727d 100644 --- a/components/org.apache.stratos.theme.mgt/pom.xml +++ b/components/org.apache.stratos.theme.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain.ui/pom.xml b/components/org.apache.stratos.validate.domain.ui/pom.xml index 41087fe51a..54118fee76 100644 --- a/components/org.apache.stratos.validate.domain.ui/pom.xml +++ b/components/org.apache.stratos.validate.domain.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml index 4a145342ee..292089f5a3 100644 --- a/components/org.apache.stratos.validate.domain/pom.xml +++ b/components/org.apache.stratos.validate.domain/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/components/pom.xml b/components/pom.xml index eee5769a55..fb260fda81 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml index 7e38f121f2..18740d2f2a 100644 --- a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos ec2 - 1.7.1-stratos + 4.0.1-SNAPSHOT jclouds ec2 api jclouds components to access an implementation of EC2 bundle @@ -138,7 +138,7 @@ - 4.0.0-incubating-rc3 + 4.0.0-incubating-rc2 diff --git a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml index aa76d29cf7..ac06dc272f 100644 --- a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos openstack-nova - 1.7.1-stratos + 4.0.1-SNAPSHOT jclouds openstack-nova api jclouds components to access an implementation of OpenStack Nova bundle @@ -140,6 +140,6 @@ - 4.0.0-incubating-rc3 + 4.0.0-incubating-rc2 diff --git a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml index 5a340ae375..4bbd92eb52 100755 --- a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos vcloud - 1.7.1-stratos + 4.0.1-SNAPSHOT jclouds vcloud api jclouds components to access an implementation of VMWare vCloud bundle @@ -126,6 +126,6 @@ - 4.0.0-incubating-rc3 + 4.0.0-incubating-rc2 diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index 7f2601e0c1..ea69cc51dd 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -27,7 +27,7 @@ org.apache.stratos aws-ec2 - 1.7.1-stratos + 4.0.1-SNAPSHOT jclouds Amazon EC2 provider EC2 implementation targeted to Amazon Web Services bundle @@ -61,12 +61,12 @@ org.apache.stratos ec2 - 1.7.1-stratos + 4.0.1-SNAPSHOT org.apache.stratos ec2 - 1.7.1-stratos + 4.0.1-SNAPSHOT test-jar test @@ -150,7 +150,7 @@ - 4.0.0-incubating-rc3 + 4.0.0-incubating-rc2 diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 757163b864..4d8aa1b377 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-dependents - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml @@ -30,7 +30,7 @@ bundle WSO2 Carbon - UI org.wso2.carbon.ui patch version for apache stratos - 4.2.0-stratos + 4.0.1-SNAPSHOT http://wso2.org diff --git a/dependencies/pom.xml b/dependencies/pom.xml index a46a3de240..4cdcece389 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml index f42302746e..ce9c8be148 100644 --- a/extensions/cep/stratos-cep-extension/pom.xml +++ b/extensions/cep/stratos-cep-extension/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-incubating + 4.0.1-SNAPSHOT ../../pom.xml diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index 18b310d12e..1d8bf7252c 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-load-balancer-extensions - 4.0.0-incubating + 4.0.1-SNAPSHOT apache-stratos-haproxy-extension diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index 5688f3cf83..fbaa83f2c3 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index 181238ed95..8689805af3 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index cc1ce4bb87..7df6c0a51a 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos autoscaler-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml index 84397ef35d..051944e8e4 100644 --- a/features/autoscaler/pom.xml +++ b/features/autoscaler/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 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 201e213525..609a3a23e0 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 @@ -22,7 +22,7 @@ org.apache.stratos cloud-controller-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 @@ -76,17 +76,17 @@ org.apache.stratos ec2 - 1.7.1-stratos + 4.0.1-SNAPSHOT org.apache.stratos aws-ec2 - 1.7.1-stratos + 4.0.1-SNAPSHOT org.apache.stratos openstack-nova - 1.7.1-stratos + 4.0.1-SNAPSHOT @@ -119,7 +119,7 @@ org.apache.stratos vcloud - 1.7.1-stratos + 4.0.1-SNAPSHOT com.google.code.gson diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml index b2b61a5239..bc855bf4e8 100644 --- a/features/cloud-controller/pom.xml +++ b/features/cloud-controller/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml index c335a6759a..f4fbc7b160 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml index a4bc6cdb8d..e5e41c85db 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index 9d690abd9e..08ba4ccbf2 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml index 487bed9964..1d812fac7d 100644 --- a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml +++ b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos cartridge-mgt-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml index 8aa95f3c06..adbbd13849 100644 --- a/features/manager/cartridge-mgt/pom.xml +++ b/features/manager/cartridge-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../../pom.xml diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml index b51f515da9..6a710d9055 100644 --- a/features/manager/common/org.apache.stratos.common.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml index 2e3f58c853..2a65dfa4bb 100644 --- a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml index 3b97074b53..367a3c02b2 100644 --- a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml index aed25cdf94..b00b2252e0 100644 --- a/features/manager/common/pom.xml +++ b/features/manager/common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml index 5ef1551e15..28886be816 100644 --- a/features/manager/deployment/pom.xml +++ b/features/manager/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml index 2eb55c67b3..14f415a51c 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml index 742ec1b607..06db2fcd67 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml index 9dfb7a302d..b2a439d47e 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml index d928d0d8fe..f63bfe3963 100644 --- a/features/manager/gapp/pom.xml +++ b/features/manager/gapp/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../../pom.xml diff --git a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml index f800127eaa..a3072e6e2a 100644 --- a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml +++ b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos logging-mgt-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml index 31c1b59c38..defc8a1783 100644 --- a/features/manager/logging-mgt/pom.xml +++ b/features/manager/logging-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 logging-mgt-feature diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 697044306a..283ba24f31 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index 75ceb64103..470490b6df 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.1-SNAPSHOT ../../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml index bd9739ad83..464556ef2b 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml index 22c48ed31e..4f7fdafa30 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml index d855c31f00..88566f284a 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml index 9990a4b3e4..7a7c183801 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml index 11ae74ce1a..bd82538146 100644 --- a/features/manager/status-monitor/pom.xml +++ b/features/manager/status-monitor/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../../pom.xml diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml index d493e93d3c..c1091a2a77 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index fb7abb3f8f..abab76fe1c 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml index f209f7399b..795cd01dc1 100644 --- a/features/manager/stratos-mgt/pom.xml +++ b/features/manager/stratos-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index b1bbc6f2a2..b2640f4af7 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.1-SNAPSHOT ../../pom.xml diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml index cb3e4f30d4..48af9a9bd1 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml index 53e6d29c07..e675bedcd2 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml index 3f7f67bd70..b131811064 100644 --- a/features/manager/tenant-activity/pom.xml +++ b/features/manager/tenant-activity/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 tenant-activity-feature diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml index ca9d65209a..9ca9c9f465 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml index 431adc41ac..2b407107a9 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml index a4a566cc0c..b88ed9fe58 100644 --- a/features/manager/tenant-mgt/pom.xml +++ b/features/manager/tenant-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml index ecfd03851c..fe2d7213a1 100644 --- a/features/messaging/org.apache.stratos.messaging.feature/pom.xml +++ b/features/messaging/org.apache.stratos.messaging.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos messaging-features - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml index 76593f90bb..9557c13cae 100644 --- a/features/messaging/pom.xml +++ b/features/messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index dfea41395b..f178c3d51f 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index a245b34f98..93f1309851 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.stratos stratos-parent pom - 4.0.0-incubating + 4.0.1-SNAPSHOT Apache Stratos (incubating) Project Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework http://stratos.incubator.apache.org @@ -74,7 +74,7 @@ scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git https://git-wip-us.apache.org/repos/asf?p=incubator-stratos.git - 4.0.0-incubating-rc3 + 4.0.0-incubating-rc2 diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 89ba20e723..869b7c3ac9 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos cartidge-agent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../../pom.xml diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index 0e6636bf59..c5734d6d5d 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index 72fef71f2d..9325200ddd 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index 539168b384..04b6ac9209 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index c7b371a32e..34c90e0ad4 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../../pom.xml diff --git a/products/pom.xml b/products/pom.xml index 71d231b3d3..ee81f10458 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index b1e6ee777b..a0a2f01443 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos apache-stratos-cli-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index 74c35cda8e..b7e80e1b4c 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT ../pom.xml diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 7944e4a965..5ecc44b825 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos - 4.0.0-incubating + 4.0.1-SNAPSHOT ../../pom.xml @@ -452,7 +452,7 @@ org.apache.stratos org.apache.stratos.cep.extension - 4.0.0-incubating + 4.0.1-SNAPSHOT org.apache.geronimo.specs @@ -462,7 +462,7 @@ org.apache.stratos org.wso2.carbon.ui - 4.2.0-stratos + 4.0.1-SNAPSHOT diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 44f7921f86..106360098c 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos - 4.0.0-incubating + 4.0.1-SNAPSHOT ../../pom.xml diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index 75854b02c6..6aa8830450 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-products-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index aed82d4356..1f40ffd751 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index 8354b198f3..488d0efb35 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index 4b8a8a6c19..5e14b9003c 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index f2c7f15fd5..aaa8e748ab 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index 1c6dd7838c..8c245cea46 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index 0ddf576b2e..8b00c1e10c 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index 8a17801def..fa159dec82 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index e8d2035bb3..b9c717a50d 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index 5d26410ea2..c33f917ccc 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index 5fc07274a9..ff524e54e4 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index 7240cecf4f..aca1594d79 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index 5888578e31..c3a0399969 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index 4815d43e41..fbe538c678 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index 0394bad5a5..4c5c31bb2a 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index 7abe517ec5..abc9327d4b 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index af676514f0..431b7b77b2 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index c4d3a89eac..0189d7aa20 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index ff832c6946..0a74934ac9 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index 7f1d2b9956..f47f8da32a 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index 396eb1f976..beacc90cfb 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index 7c52863b3f..b66c17f162 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index 29eadb383f..c6964b3d08 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index 0bb5d789b7..d7cef99fa9 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index 3c2852a413..4bc0d87c0b 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index 2ae5144bf8..9914b7aebe 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.0-incubating + 4.0.1-SNAPSHOT 4.0.0 From a56ab6f6993407ab0287e4d073e1f09e0fed03e0 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Wed, 14 May 2014 10:38:18 +0800 Subject: [PATCH 046/104] Reverted back artifact versions of dependent components and fixed cartridge agent package name in puppet scripts --- .../pom.xml | 8 ++++---- .../jclouds/apis/ec2/1.7.1-stratos/pom.xml | 4 ++-- .../apis/openstack-nova/1.7.1-stratos/pom.xml | 4 ++-- .../jclouds/apis/vcloud/1.7.1-stratos/pom.xml | 4 ++-- .../provider/aws-ec2/1.7.1-stratos/pom.xml | 8 ++++---- dependencies/org.wso2.carbon.ui/pom.xml | 2 +- .../pom.xml | 8 ++++---- products/stratos/modules/distribution/pom.xml | 2 +- tools/puppet3/modules/agent/files/README.txt | 4 ++-- .../modules/agent/manifests/initialize.pp | 18 +++++++++--------- 10 files changed, 31 insertions(+), 31 deletions(-) diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index 65d095d09e..a1883a38bb 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -187,17 +187,17 @@ org.apache.stratos ec2 - 4.0.1-SNAPSHOT + 1.7.1-stratos org.apache.stratos aws-ec2 - 4.0.1-SNAPSHOT + 1.7.1-stratos org.apache.stratos openstack-nova - 4.0.1-SNAPSHOT + 1.7.1-stratos org.apache.jclouds.api @@ -212,7 +212,7 @@ org.apache.stratos vcloud - 4.0.1-SNAPSHOT + 1.7.1-stratos diff --git a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml index 18740d2f2a..7e38f121f2 100644 --- a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos ec2 - 4.0.1-SNAPSHOT + 1.7.1-stratos jclouds ec2 api jclouds components to access an implementation of EC2 bundle @@ -138,7 +138,7 @@ - 4.0.0-incubating-rc2 + 4.0.0-incubating-rc3 diff --git a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml index ac06dc272f..aa76d29cf7 100644 --- a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos openstack-nova - 4.0.1-SNAPSHOT + 1.7.1-stratos jclouds openstack-nova api jclouds components to access an implementation of OpenStack Nova bundle @@ -140,6 +140,6 @@ - 4.0.0-incubating-rc2 + 4.0.0-incubating-rc3 diff --git a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml index 4bbd92eb52..5a340ae375 100755 --- a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml @@ -26,7 +26,7 @@ org.apache.stratos vcloud - 4.0.1-SNAPSHOT + 1.7.1-stratos jclouds vcloud api jclouds components to access an implementation of VMWare vCloud bundle @@ -126,6 +126,6 @@ - 4.0.0-incubating-rc2 + 4.0.0-incubating-rc3 diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index ea69cc51dd..7f2601e0c1 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -27,7 +27,7 @@ org.apache.stratos aws-ec2 - 4.0.1-SNAPSHOT + 1.7.1-stratos jclouds Amazon EC2 provider EC2 implementation targeted to Amazon Web Services bundle @@ -61,12 +61,12 @@ org.apache.stratos ec2 - 4.0.1-SNAPSHOT + 1.7.1-stratos org.apache.stratos ec2 - 4.0.1-SNAPSHOT + 1.7.1-stratos test-jar test @@ -150,7 +150,7 @@ - 4.0.0-incubating-rc2 + 4.0.0-incubating-rc3 diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 4d8aa1b377..24c875f815 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -30,7 +30,7 @@ bundle WSO2 Carbon - UI org.wso2.carbon.ui patch version for apache stratos - 4.0.1-SNAPSHOT + 4.2.0-stratos http://wso2.org 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 609a3a23e0..fffdb932f7 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 @@ -76,17 +76,17 @@ org.apache.stratos ec2 - 4.0.1-SNAPSHOT + 1.7.1-stratos org.apache.stratos aws-ec2 - 4.0.1-SNAPSHOT + 1.7.1-stratos org.apache.stratos openstack-nova - 4.0.1-SNAPSHOT + 1.7.1-stratos @@ -119,7 +119,7 @@ org.apache.stratos vcloud - 4.0.1-SNAPSHOT + 1.7.1-stratos com.google.code.gson diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 5ecc44b825..38e430efe1 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -462,7 +462,7 @@ org.apache.stratos org.wso2.carbon.ui - 4.0.1-SNAPSHOT + 4.2.0-stratos diff --git a/tools/puppet3/modules/agent/files/README.txt b/tools/puppet3/modules/agent/files/README.txt index b7fa8a4836..daea5ed0f4 100644 --- a/tools/puppet3/modules/agent/files/README.txt +++ b/tools/puppet3/modules/agent/files/README.txt @@ -1,12 +1,12 @@ This folder should have following: -1. apache-stratos-cartridge-agent-${version}-bin.zip file +1. apache-stratos-cartridge-agent-${version}.zip file 2. Folder having a name as $mb_type which is defined in the nodes.pp file. eg: if $mb_type = activemq, folder structure of this folder would be: >$ls ->activemq apache-stratos-cartridge-agent-4.0.0-incubating-bin.zip +>activemq apache-stratos-cartridge-agent-4.0.0-incubating.zip 3. Under $mb_type folder, please add all the client jars, that should be copied to the agent's lib directory. diff --git a/tools/puppet3/modules/agent/manifests/initialize.pp b/tools/puppet3/modules/agent/manifests/initialize.pp index 4fdb0c7022..2eaadd07ae 100755 --- a/tools/puppet3/modules/agent/manifests/initialize.pp +++ b/tools/puppet3/modules/agent/manifests/initialize.pp @@ -23,29 +23,29 @@ ensure => present; } file { - "/${local_dir}/apache-stratos-${service}-${version}-bin.zip": + "/${local_dir}/apache-stratos-${service}-${version}.zip": ensure => present, - source => "puppet:///modules/agent/apache-stratos-${service}-${version}-bin.zip", + source => "puppet:///modules/agent/apache-stratos-${service}-${version}.zip", require => File["/${local_dir}/"]; } exec { "creating_target_for_${name}": path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', command => "mkdir -p ${target}", - require => File["/${local_dir}/apache-stratos-${service}-${version}-bin.zip"]; + require => File["/${local_dir}/apache-stratos-${service}-${version}.zip"]; "creating_local_package_repo_for_${name}": path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/java/bin/', unless => "test -d ${local_dir}", command => "mkdir -p ${local_dir}"; - "downloading_apache-stratos-${service}-${version}-bin.zip": + "downloading_apache-stratos-${service}-${version}.zip": path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', cwd => $local_dir, - unless => "test -f ${local_dir}/apache-stratos-${service}-${version}-bin.zip", - command => "puppet:///modules/agent/apache-stratos-${service}-${version}-bin.zip", + unless => "test -f ${local_dir}/apache-stratos-${service}-${version}.zip", + command => "puppet:///modules/agent/apache-stratos-${service}-${version}.zip", logoutput => 'on_failure', - creates => "${local_dir}/apache-stratos-${service}-${version}-bin.zip", + creates => "${local_dir}/apache-stratos-${service}-${version}.zip", timeout => 10, require => Exec["creating_local_package_repo_for_${name}", "creating_target_for_${name}"]; @@ -53,11 +53,11 @@ path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', cwd => $target, unless => "test -d ${target}/apache-stratos-${service}-${version}/conf", - command => "unzip ${local_dir}/apache-stratos-${service}-${version}-bin.zip", + command => "unzip ${local_dir}/apache-stratos-${service}-${version}.zip", logoutput => 'on_failure', creates => "${target}/apache-stratos-${service}-${version}/repository", timeout => 0, - require => Exec["downloading_apache-stratos-${service}-${version}-bin.zip"]; + require => Exec["downloading_apache-stratos-${service}-${version}.zip"]; "setting_permission_for_${name}": path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', From 631b0b7b30c6b6df8a156258cb973ce34908231f Mon Sep 17 00:00:00 2001 From: Chris Snow Date: Thu, 22 May 2014 06:45:25 +0000 Subject: [PATCH 047/104] Fixing https://issues.apache.org/jira/browse/STRATOS-655 --- products/stratos/modules/distribution/src/bin/stratos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/products/stratos/modules/distribution/src/bin/stratos.sh b/products/stratos/modules/distribution/src/bin/stratos.sh index eda37301d3..1af040e8f8 100755 --- a/products/stratos/modules/distribution/src/bin/stratos.sh +++ b/products/stratos/modules/distribution/src/bin/stratos.sh @@ -183,7 +183,7 @@ elif [ "$CMD" = "start" ]; then fi export CARBON_HOME=$CARBON_HOME # using nohup bash to avoid erros in solaris OS.TODO - nohup bash $CARBON_HOME/bin/stratos.sh $args > /dev/null 2>&1 & + nohup bash $CARBON_HOME/bin/stratos.sh $args < /dev/null > /dev/null 2>&1 & exit 0 elif [ "$CMD" = "stop" ]; then export CARBON_HOME=$CARBON_HOME @@ -202,7 +202,7 @@ elif [ "$CMD" = "restart" ]; then done # using nohup bash to avoid erros in solaris OS.TODO - nohup bash $CARBON_HOME/bin/stratos.sh $args > /dev/null 2>&1 & + nohup bash $CARBON_HOME/bin/stratos.sh $args < /dev/null > /dev/null 2>&1 & exit 0 elif [ "$CMD" = "test" ]; then JAVACMD="exec "$JAVACMD"" From 352026bb51ce18cb4123899f90afeb2446b66b58 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Fri, 23 May 2014 01:02:09 +0530 Subject: [PATCH 048/104] Revert "Fixing https://issues.apache.org/jira/browse/STRATOS-655" This reverts commit 631b0b7b30c6b6df8a156258cb973ce34908231f. --- products/stratos/modules/distribution/src/bin/stratos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/products/stratos/modules/distribution/src/bin/stratos.sh b/products/stratos/modules/distribution/src/bin/stratos.sh index 1af040e8f8..eda37301d3 100755 --- a/products/stratos/modules/distribution/src/bin/stratos.sh +++ b/products/stratos/modules/distribution/src/bin/stratos.sh @@ -183,7 +183,7 @@ elif [ "$CMD" = "start" ]; then fi export CARBON_HOME=$CARBON_HOME # using nohup bash to avoid erros in solaris OS.TODO - nohup bash $CARBON_HOME/bin/stratos.sh $args < /dev/null > /dev/null 2>&1 & + nohup bash $CARBON_HOME/bin/stratos.sh $args > /dev/null 2>&1 & exit 0 elif [ "$CMD" = "stop" ]; then export CARBON_HOME=$CARBON_HOME @@ -202,7 +202,7 @@ elif [ "$CMD" = "restart" ]; then done # using nohup bash to avoid erros in solaris OS.TODO - nohup bash $CARBON_HOME/bin/stratos.sh $args < /dev/null > /dev/null 2>&1 & + nohup bash $CARBON_HOME/bin/stratos.sh $args > /dev/null 2>&1 & exit 0 elif [ "$CMD" = "test" ]; then JAVACMD="exec "$JAVACMD"" From baa1f57a7ed20980c3d9500f7562bdff8f710c03 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Fri, 23 May 2014 01:18:59 +0530 Subject: [PATCH 049/104] Renamed artifact version from 4.0.0-incubating to 4.0.0 --- dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml | 2 +- .../jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml | 2 +- dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml | 2 +- .../jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml | 2 +- extensions/load-balancer/haproxy-extension/INSTALL.txt | 4 ++-- extensions/load-balancer/haproxy-extension/README.txt | 2 +- .../haproxy-extension/src/main/license/LICENSE | 8 ++++---- pom.xml | 2 +- .../modules/distribution/src/main/license/LICENSE | 8 ++++---- .../distribution/src/main/assembly/filter.properties | 2 +- .../stratos-cli/distribution/src/main/bin/stratos.bat | 2 +- products/stratos-cli/distribution/src/main/bin/stratos.sh | 2 +- .../stratos-cli/distribution/src/main/license/LICENSE | 2 +- .../modules/distribution/src/assembly/filter.properties | 2 +- tools/puppet3-agent/config.sh | 2 +- tools/puppet3/modules/agent/files/README.txt | 2 +- tools/puppet3/modules/agent/manifests/init.pp | 2 +- tools/puppet3/modules/lb/files/README.txt | 2 +- tools/puppet3/modules/lb/manifests/init.pp | 2 +- tools/stratos-installer/README.txt | 4 ++-- tools/stratos-installer/conf/setup.conf | 2 +- tools/stratos-installer/setup.sh | 2 +- 22 files changed, 30 insertions(+), 30 deletions(-) diff --git a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml index 7e38f121f2..4bf50bb0b7 100644 --- a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml @@ -138,7 +138,7 @@ - 4.0.0-incubating-rc3 + 4.0.0-rc3 diff --git a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml index aa76d29cf7..0f7f8a5216 100644 --- a/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml @@ -140,6 +140,6 @@ - 4.0.0-incubating-rc3 + 4.0.0-rc3 diff --git a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml index 5a340ae375..03be09d7af 100755 --- a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml @@ -126,6 +126,6 @@ - 4.0.0-incubating-rc3 + 4.0.0-rc3 diff --git a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml index 7f2601e0c1..b73704cae4 100644 --- a/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml +++ b/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml @@ -150,7 +150,7 @@ - 4.0.0-incubating-rc3 + 4.0.0-rc3 diff --git a/extensions/load-balancer/haproxy-extension/INSTALL.txt b/extensions/load-balancer/haproxy-extension/INSTALL.txt index a297602744..c6ff692bcd 100644 --- a/extensions/load-balancer/haproxy-extension/INSTALL.txt +++ b/extensions/load-balancer/haproxy-extension/INSTALL.txt @@ -1,5 +1,5 @@ ================================================================================ - Installing Apache Stratos HAProxy Extension 4.0.0-incubating + Installing Apache Stratos HAProxy Extension 4.0.0 ================================================================================ @@ -8,7 +8,7 @@ below steps to proceed with the installation: 1. Download and extract HAProxy binary distribution to a desired location: . -2. Extract apache-stratos-haproxy-extension-4.0.0-incubating-bin.zip to a desired location: . +2. Extract apache-stratos-haproxy-extension-4.0.0.zip to a desired location: . 3. Open /bin/haproxy-extension.sh file in a text editor and update following system properties: diff --git a/extensions/load-balancer/haproxy-extension/README.txt b/extensions/load-balancer/haproxy-extension/README.txt index 773325c976..5b4dc049f6 100644 --- a/extensions/load-balancer/haproxy-extension/README.txt +++ b/extensions/load-balancer/haproxy-extension/README.txt @@ -1,5 +1,5 @@ ================================================================================ - Apache Stratos HAProxy Extension 4.0.0-incubating + Apache Stratos HAProxy Extension 4.0.0 ================================================================================ diff --git a/extensions/load-balancer/haproxy-extension/src/main/license/LICENSE b/extensions/load-balancer/haproxy-extension/src/main/license/LICENSE index 1337526828..d9da95e905 100644 --- a/extensions/load-balancer/haproxy-extension/src/main/license/LICENSE +++ b/extensions/load-balancer/haproxy-extension/src/main/license/LICENSE @@ -291,10 +291,10 @@ neethi-2.0.4.wso2v4.jar not-yet-commons-ssl-0.3.9.jar opencsv-1.8.wso2v1.jar org.apache.log4j-1.2.13.v200706111418.jar -org.apache.stratos.common-4.0.0-incubating.jar -org.apache.stratos.load.balancer.common-4.0.0-incubating.jar -org.apache.stratos.load.balancer.extension.api-4.0.0-incubating.jar -org.apache.stratos.messaging-4.0.0-incubating.jar +org.apache.stratos.common-4.0.0.jar +org.apache.stratos.load.balancer.common-4.0.0.jar +org.apache.stratos.load.balancer.extension.api-4.0.0.jar +org.apache.stratos.messaging-4.0.0.jar poi-3.9.jar poi-ooxml-3.9.0.wso2v1.jar poi-ooxml-3.9.jar diff --git a/pom.xml b/pom.xml index 93f1309851..a3c17c7d7a 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git https://git-wip-us.apache.org/repos/asf?p=incubator-stratos.git - 4.0.0-incubating-rc2 + 4.0.0-rc2 diff --git a/products/cartridge-agent/modules/distribution/src/main/license/LICENSE b/products/cartridge-agent/modules/distribution/src/main/license/LICENSE index b462e6718f..4a1228acbc 100644 --- a/products/cartridge-agent/modules/distribution/src/main/license/LICENSE +++ b/products/cartridge-agent/modules/distribution/src/main/license/LICENSE @@ -217,7 +217,7 @@ andes-client-0.13.wso2v8.jar, ant-1.7.0.jar, ant-1.7.0.wso2v1.jar, ant-launcher-1.7.0.jar, -apache-stratos-cartridge-agent-4.0.0-incubating.jar, +apache-stratos-cartridge-agent-4.0.0.jar, axiom-1.2.11.wso2v4.jar, axiom-api-1.2.11.jar, axiom-impl-1.2.11.jar, @@ -261,9 +261,9 @@ neethi-2.0.4.wso2v4.jar not-yet-commons-ssl-0.3.9.jar opencsv-1.8.wso2v1.jar org.apache.log4j-1.2.13.v200706111418.jar -org.apache.stratos.cartridge.agent-4.0.0-incubating.jar -org.apache.stratos.common-4.0.0-incubating.jar -org.apache.stratos.messaging-4.0.0-incubating.jar +org.apache.stratos.cartridge.agent-4.0.0.jar +org.apache.stratos.common-4.0.0.jar +org.apache.stratos.messaging-4.0.0.jar org.wso2.carbon.base-4.2.0.jar org.wso2.carbon.bootstrap-4.2.0.jar org.wso2.carbon.core-4.2.0.jar diff --git a/products/load-balancer/modules/distribution/src/main/assembly/filter.properties b/products/load-balancer/modules/distribution/src/main/assembly/filter.properties index 1925c69746..01e5a9dd53 100644 --- a/products/load-balancer/modules/distribution/src/main/assembly/filter.properties +++ b/products/load-balancer/modules/distribution/src/main/assembly/filter.properties @@ -19,7 +19,7 @@ product.name=Apache Stratos LB product.key=LB -product.version=4.0.0-incubating +product.version=4.0.0 lb.version=2.0.5 default.server.role=ElasticLoadBalancer diff --git a/products/stratos-cli/distribution/src/main/bin/stratos.bat b/products/stratos-cli/distribution/src/main/bin/stratos.bat index b5a47f4b24..354c664d09 100644 --- a/products/stratos-cli/distribution/src/main/bin/stratos.bat +++ b/products/stratos-cli/distribution/src/main/bin/stratos.bat @@ -32,5 +32,5 @@ if "%STRATOS_CLI_HOME%"=="" set STRATOS_CLI_HOME=%CD% cd %STRATOS_CLI_HOME% -java -jar "org.apache.stratos.cli-4.0.0-incubating-Tool.jar" %* +java -jar "org.apache.stratos.cli-4.0.0-Tool.jar" %* diff --git a/products/stratos-cli/distribution/src/main/bin/stratos.sh b/products/stratos-cli/distribution/src/main/bin/stratos.sh index 584bf70954..be97b367ae 100755 --- a/products/stratos-cli/distribution/src/main/bin/stratos.sh +++ b/products/stratos-cli/distribution/src/main/bin/stratos.sh @@ -29,5 +29,5 @@ if [ -z $STRATOS_CLI_HOME ] ; then STRATOS_CLI_HOME="$PWD" fi -java -jar $STRATOS_CLI_HOME/org.apache.stratos.cli-4.0.0-incubating.jar $* +java -jar $STRATOS_CLI_HOME/org.apache.stratos.cli-4.0.0.jar $* diff --git a/products/stratos-cli/distribution/src/main/license/LICENSE b/products/stratos-cli/distribution/src/main/license/LICENSE index 7af51de742..df32dcd8b1 100644 --- a/products/stratos-cli/distribution/src/main/license/LICENSE +++ b/products/stratos-cli/distribution/src/main/license/LICENSE @@ -223,7 +223,7 @@ org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:1.0.1 org.apache.geronimo.specs.wso2:geronimo-stax-api_1.0_spec:1.0.1.wso2v1 org.apache.httpcomponents.wso2:httpcore:4.1.0-wso2v1 org.apache.neethi.wso2:neethi:2.0.4.wso2v4 -org.apache.stratos:org.apache.stratos.manager.stub:4.0.0-incubating +org.apache.stratos:org.apache.stratos.manager.stub:4.0.0 org.apache.woden.wso2:woden:1.0.0.M8-wso2v1 org.apache.ws.commons.axiom:axiom-api:1.2.11 org.apache.ws.commons.axiom:axiom-impl:1.2.11 diff --git a/products/stratos/modules/distribution/src/assembly/filter.properties b/products/stratos/modules/distribution/src/assembly/filter.properties index 26888f331b..e7e41dcd19 100755 --- a/products/stratos/modules/distribution/src/assembly/filter.properties +++ b/products/stratos/modules/distribution/src/assembly/filter.properties @@ -19,7 +19,7 @@ product.name=Apache Stratos product.key=STRATOS -product.version=4.0.0-incubating +product.version=4.0.0 hotdeployment=true hotupdate=false carbon.version=4.2.0 diff --git a/tools/puppet3-agent/config.sh b/tools/puppet3-agent/config.sh index 2b3a24dc0a..4e4cbc2153 100755 --- a/tools/puppet3-agent/config.sh +++ b/tools/puppet3-agent/config.sh @@ -88,7 +88,7 @@ if [[ $answer = y ]] ; then ARGS=("-n${NODEID}" "-d${DOMAIN}" "-s${PUPPET_IP}") ${ECHO} "\nRunning puppet installation with arguments: ${ARGS[@]}" /root/bin/puppetinstall/puppetinstall "${ARGS[@]}" - ${RM} /mnt/apache-stratos-cartridge-agent-4.0.0-incubating/wso2carbon.lck + ${RM} /mnt/apache-stratos-cartridge-agent-4.0.0/wso2carbon.lck ${GREP} -q '/root/bin/init.sh > /tmp/puppet_log' /etc/rc.local || ${SED} -i 's/exit 0$/\/root\/bin\/init.sh \> \/tmp\/puppet_log\nexit 0/' /etc/rc.local ${RM} -rf /tmp/* ${RM} -rf /var/lib/puppet/ssl/* diff --git a/tools/puppet3/modules/agent/files/README.txt b/tools/puppet3/modules/agent/files/README.txt index daea5ed0f4..6fef5cb4ca 100644 --- a/tools/puppet3/modules/agent/files/README.txt +++ b/tools/puppet3/modules/agent/files/README.txt @@ -7,6 +7,6 @@ This folder should have following: eg: if $mb_type = activemq, folder structure of this folder would be: >$ls ->activemq apache-stratos-cartridge-agent-4.0.0-incubating.zip +>activemq apache-stratos-cartridge-agent-4.0.0.zip 3. Under $mb_type folder, please add all the client jars, that should be copied to the agent's lib directory. diff --git a/tools/puppet3/modules/agent/manifests/init.pp b/tools/puppet3/modules/agent/manifests/init.pp index 4d68f34cd2..4a6300a3c5 100644 --- a/tools/puppet3/modules/agent/manifests/init.pp +++ b/tools/puppet3/modules/agent/manifests/init.pp @@ -16,7 +16,7 @@ # under the License. class agent( - $version = '4.0.0-incubating', + $version = '4.0.0', $owner = 'root', $group = 'root', $target = '/mnt', diff --git a/tools/puppet3/modules/lb/files/README.txt b/tools/puppet3/modules/lb/files/README.txt index 59b74548c6..2e08eee1f2 100644 --- a/tools/puppet3/modules/lb/files/README.txt +++ b/tools/puppet3/modules/lb/files/README.txt @@ -7,6 +7,6 @@ This folder should have following: eg: if $mb_type = activemq, folder structure of this folder would be: >$ls ->activemq apache-stratos-load-balancer-4.0.0-incubating.zip +>activemq apache-stratos-load-balancer-4.0.0.zip 3. Under $mb_type folder, please add all the client jars, that should be copied to the load balancer's repository/components/lib directory. diff --git a/tools/puppet3/modules/lb/manifests/init.pp b/tools/puppet3/modules/lb/manifests/init.pp index a5dc0c83b6..bce052bd84 100755 --- a/tools/puppet3/modules/lb/manifests/init.pp +++ b/tools/puppet3/modules/lb/manifests/init.pp @@ -29,7 +29,7 @@ # class lb ( - $version = '4.0.0-incubating', + $version = '4.0.0', $offset = 0, $tribes_port = 4000, $maintenance_mode = true, diff --git a/tools/stratos-installer/README.txt b/tools/stratos-installer/README.txt index aee1c4bb47..c64b3560fb 100644 --- a/tools/stratos-installer/README.txt +++ b/tools/stratos-installer/README.txt @@ -1,5 +1,5 @@ -Apache Stratos 4.0.0-incubating ------------------------------ +Apache Stratos 4.0.0 +---------------------- Apache Stratos (Incubating) is a polyglot PaaS framework, providing developers a cloud-based environment for developing, testing, and running scalable applications. diff --git a/tools/stratos-installer/conf/setup.conf b/tools/stratos-installer/conf/setup.conf index de78c19d0f..9522bc29d7 100644 --- a/tools/stratos-installer/conf/setup.conf +++ b/tools/stratos-installer/conf/setup.conf @@ -55,7 +55,7 @@ export mb_ip="127.0.0.1" # Machine ip on which mb run export mb_port=61616 #default port which the message broker service runs export stratos_extract_path=$stratos_path/"apache-stratos" -export stratos_pack_zip=$stratos_packs/"apache-stratos-4.0.0-incubating.zip" +export stratos_pack_zip=$stratos_packs/"apache-stratos-4.0.0.zip" export activemq_pack=$stratos_packs/"apache-activemq-5.9.1-bin.tar.gz" export activemq_path=$stratos_path/"apache-activemq-5.9.1" diff --git a/tools/stratos-installer/setup.sh b/tools/stratos-installer/setup.sh index 43da597b5a..9966c69b68 100755 --- a/tools/stratos-installer/setup.sh +++ b/tools/stratos-installer/setup.sh @@ -529,7 +529,7 @@ fi if [[ !(-d $stratos_extract_path) ]]; then echo "Extracting Apache Stratos" unzip -q $stratos_pack_zip -d $stratos_path - mv -f $stratos_path/apache-stratos-4.0.0-incubating $stratos_extract_path + mv -f $stratos_path/apache-stratos-4.0.0 $stratos_extract_path fi if [[ ($profile = "default" && $config_mb = "true") ]]; then From a7a30b760a2ceaf173044501c77405b8345a59c2 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Fri, 23 May 2014 01:24:49 +0530 Subject: [PATCH 050/104] Updated snapshot version from 4.0.1-SNAPSHOT to 4.0.0-SNAPSHOT --- components/org.apache.stratos.account.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.account.mgt/pom.xml | 2 +- components/org.apache.stratos.activation/pom.xml | 2 +- components/org.apache.stratos.autoscaler/pom.xml | 2 +- components/org.apache.stratos.cartridge.agent/pom.xml | 2 +- components/org.apache.stratos.cartridge.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.cli/pom.xml | 2 +- components/org.apache.stratos.cloud.controller/pom.xml | 2 +- components/org.apache.stratos.common/pom.xml | 2 +- components/org.apache.stratos.deployment/pom.xml | 2 +- components/org.apache.stratos.email.sender/pom.xml | 2 +- components/org.apache.stratos.keystore.mgt/pom.xml | 2 +- components/org.apache.stratos.load.balancer.common/pom.xml | 2 +- .../org.apache.stratos.load.balancer.extension.api/pom.xml | 2 +- components/org.apache.stratos.load.balancer/pom.xml | 2 +- components/org.apache.stratos.logging.view.ui/pom.xml | 2 +- components/org.apache.stratos.manager.styles/pom.xml | 2 +- components/org.apache.stratos.manager/pom.xml | 2 +- components/org.apache.stratos.messaging/pom.xml | 2 +- components/org.apache.stratos.redirector.servlet.ui/pom.xml | 2 +- components/org.apache.stratos.redirector.servlet/pom.xml | 2 +- components/org.apache.stratos.register.ui/pom.xml | 2 +- components/org.apache.stratos.rest.endpoint/pom.xml | 2 +- components/org.apache.stratos.sso.redirector.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor.agent/pom.xml | 2 +- components/org.apache.stratos.status.monitor.core/pom.xml | 2 +- components/org.apache.stratos.status.monitor.ui/pom.xml | 2 +- components/org.apache.stratos.status.monitor/pom.xml | 2 +- components/org.apache.stratos.tenant.activity.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.activity/pom.xml | 2 +- components/org.apache.stratos.tenant.dispatcher/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.core/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.email.sender/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.tenant.mgt/pom.xml | 2 +- components/org.apache.stratos.theme.mgt.ui/pom.xml | 2 +- components/org.apache.stratos.theme.mgt/pom.xml | 2 +- components/org.apache.stratos.validate.domain.ui/pom.xml | 2 +- components/org.apache.stratos.validate.domain/pom.xml | 2 +- components/pom.xml | 2 +- dependencies/org.wso2.carbon.ui/pom.xml | 2 +- dependencies/pom.xml | 2 +- extensions/cep/stratos-cep-extension/pom.xml | 2 +- extensions/load-balancer/haproxy-extension/pom.xml | 2 +- extensions/load-balancer/pom.xml | 2 +- extensions/pom.xml | 2 +- .../autoscaler/org.apache.stratos.autoscaler.feature/pom.xml | 2 +- features/autoscaler/pom.xml | 2 +- .../org.apache.stratos.cloud.controller.feature/pom.xml | 2 +- features/cloud-controller/pom.xml | 2 +- .../org.apache.stratos.load.balancer.common.feature/pom.xml | 2 +- .../org.apache.stratos.load.balancer.feature/pom.xml | 2 +- features/load-balancer/pom.xml | 2 +- .../org.apache.stratos.cartridge.mgt.ui.feature/pom.xml | 2 +- features/manager/cartridge-mgt/pom.xml | 2 +- .../manager/common/org.apache.stratos.common.feature/pom.xml | 2 +- .../common/org.apache.stratos.common.server.feature/pom.xml | 2 +- .../common/org.apache.stratos.common.ui.feature/pom.xml | 2 +- features/manager/common/pom.xml | 2 +- features/manager/deployment/pom.xml | 2 +- features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml | 2 +- .../gapp/org.apache.stratos.gapp.server.feature/pom.xml | 2 +- .../manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml | 2 +- features/manager/gapp/pom.xml | 2 +- .../org.apache.stratos.logging.mgt.feature/pom.xml | 2 +- features/manager/logging-mgt/pom.xml | 2 +- features/manager/pom.xml | 2 +- .../org.apache.stratos.rest.endpoint.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.agent.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.server.feature/pom.xml | 2 +- .../org.apache.stratos.status.monitor.ui.feature/pom.xml | 2 +- features/manager/status-monitor/pom.xml | 2 +- .../stratos-mgt/org.apache.stratos.manager.feature/pom.xml | 2 +- .../org.apache.stratos.manager.server.feature/pom.xml | 2 +- features/manager/stratos-mgt/pom.xml | 2 +- .../styles/org.apache.stratos.manager.styles.feature/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.server.feature/pom.xml | 2 +- .../org.apache.stratos.tenant.activity.ui.feature/pom.xml | 2 +- features/manager/tenant-activity/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.core.feature/pom.xml | 2 +- .../org.apache.stratos.tenant.mgt.server.feature/pom.xml | 2 +- features/manager/tenant-mgt/pom.xml | 2 +- .../messaging/org.apache.stratos.messaging.feature/pom.xml | 2 +- features/messaging/pom.xml | 2 +- features/pom.xml | 2 +- pom.xml | 2 +- products/cartridge-agent/modules/distribution/pom.xml | 2 +- products/cartridge-agent/pom.xml | 2 +- products/load-balancer/modules/distribution/pom.xml | 2 +- products/load-balancer/modules/p2-profile/pom.xml | 2 +- products/load-balancer/pom.xml | 2 +- products/pom.xml | 2 +- products/stratos-cli/distribution/pom.xml | 2 +- products/stratos-cli/pom.xml | 2 +- products/stratos/modules/distribution/pom.xml | 4 ++-- products/stratos/modules/p2-profile-gen/pom.xml | 2 +- products/stratos/pom.xml | 2 +- service-stubs/org.apache.stratos.account.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.autoscaler.service.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml | 2 +- .../org.apache.stratos.cloud.controller.service.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.common.stub/pom.xml | 2 +- .../pom.xml | 2 +- .../org.apache.stratos.manager.dashboard.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.manager.stub/pom.xml | 2 +- .../org.apache.stratos.redirector.servlet.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml | 2 +- .../org.apache.stratos.tenant.register.gapp.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.tenant.register.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttle.stub/pom.xml | 2 +- .../org.apache.stratos.throttling.agent.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.throttling.stub/pom.xml | 2 +- .../org.apache.stratos.usage.meteringqueryds.stub/pom.xml | 2 +- .../pom.xml | 2 +- service-stubs/org.apache.stratos.usage.stub/pom.xml | 2 +- service-stubs/org.apache.stratos.validate.domain.stub/pom.xml | 2 +- service-stubs/pom.xml | 2 +- 123 files changed, 124 insertions(+), 124 deletions(-) diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml index d3f8224049..e6aa1ab102 100644 --- a/components/org.apache.stratos.account.mgt.ui/pom.xml +++ b/components/org.apache.stratos.account.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml index c81eb481f0..2e9214c26e 100644 --- a/components/org.apache.stratos.account.mgt/pom.xml +++ b/components/org.apache.stratos.account.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml index a7ffd2ca9e..ac5a56fc06 100644 --- a/components/org.apache.stratos.activation/pom.xml +++ b/components/org.apache.stratos.activation/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml index ed68c7aa3d..cbc409057d 100644 --- a/components/org.apache.stratos.autoscaler/pom.xml +++ b/components/org.apache.stratos.autoscaler/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml index 766ac7abe2..48084271ff 100644 --- a/components/org.apache.stratos.cartridge.agent/pom.xml +++ b/components/org.apache.stratos.cartridge.agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml index fc672087dd..c038759ae5 100644 --- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml +++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml index 1d1093dccf..18d01d2c3f 100644 --- a/components/org.apache.stratos.cli/pom.xml +++ b/components/org.apache.stratos.cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index a1883a38bb..97276137ef 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml index de5427571f..c39b9f8af0 100644 --- a/components/org.apache.stratos.common/pom.xml +++ b/components/org.apache.stratos.common/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml index 2fee4b662d..273cb97fa4 100644 --- a/components/org.apache.stratos.deployment/pom.xml +++ b/components/org.apache.stratos.deployment/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml index da73383717..a62b72d538 100644 --- a/components/org.apache.stratos.email.sender/pom.xml +++ b/components/org.apache.stratos.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml index ee676e7383..e73f718cc5 100644 --- a/components/org.apache.stratos.keystore.mgt/pom.xml +++ b/components/org.apache.stratos.keystore.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml index e2b0d8582e..81febb760c 100644 --- a/components/org.apache.stratos.load.balancer.common/pom.xml +++ b/components/org.apache.stratos.load.balancer.common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.load.balancer.extension.api/pom.xml b/components/org.apache.stratos.load.balancer.extension.api/pom.xml index 77654d0fb4..cf3abba5f4 100644 --- a/components/org.apache.stratos.load.balancer.extension.api/pom.xml +++ b/components/org.apache.stratos.load.balancer.extension.api/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.stratos diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml index 8b80e57388..5a2b6f423a 100644 --- a/components/org.apache.stratos.load.balancer/pom.xml +++ b/components/org.apache.stratos.load.balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml index 0d0c359a7b..46d25c828a 100644 --- a/components/org.apache.stratos.logging.view.ui/pom.xml +++ b/components/org.apache.stratos.logging.view.ui/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml index 1af31825fb..491cbb6ce2 100644 --- a/components/org.apache.stratos.manager.styles/pom.xml +++ b/components/org.apache.stratos.manager.styles/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml index 1551e8a936..b6cd4bb648 100644 --- a/components/org.apache.stratos.manager/pom.xml +++ b/components/org.apache.stratos.manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml index d667540982..54b8fded76 100644 --- a/components/org.apache.stratos.messaging/pom.xml +++ b/components/org.apache.stratos.messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml index 4c6c912eec..d3595ea2a8 100644 --- a/components/org.apache.stratos.redirector.servlet.ui/pom.xml +++ b/components/org.apache.stratos.redirector.servlet.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml index ac509f9289..7ea160a3d5 100644 --- a/components/org.apache.stratos.redirector.servlet/pom.xml +++ b/components/org.apache.stratos.redirector.servlet/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml index eef07bc5d4..6ab6dab6ac 100644 --- a/components/org.apache.stratos.register.ui/pom.xml +++ b/components/org.apache.stratos.register.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml index 0da99db87e..41b707c428 100644 --- a/components/org.apache.stratos.rest.endpoint/pom.xml +++ b/components/org.apache.stratos.rest.endpoint/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml index 681f43affd..2a58584077 100644 --- a/components/org.apache.stratos.sso.redirector.ui/pom.xml +++ b/components/org.apache.stratos.sso.redirector.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml index ef0fff5cd2..6fedb3d5a8 100644 --- a/components/org.apache.stratos.status.monitor.agent/pom.xml +++ b/components/org.apache.stratos.status.monitor.agent/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml index bc0c3842a7..02e9c03dfc 100644 --- a/components/org.apache.stratos.status.monitor.core/pom.xml +++ b/components/org.apache.stratos.status.monitor.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml index 811332a1d7..30bcdbd181 100644 --- a/components/org.apache.stratos.status.monitor.ui/pom.xml +++ b/components/org.apache.stratos.status.monitor.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml index df0cfdcb79..5cd27915ce 100644 --- a/components/org.apache.stratos.status.monitor/pom.xml +++ b/components/org.apache.stratos.status.monitor/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml index a44eec6cf6..e6cb0b1ed6 100644 --- a/components/org.apache.stratos.tenant.activity.ui/pom.xml +++ b/components/org.apache.stratos.tenant.activity.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml index c2db62bee7..65b49d7c18 100644 --- a/components/org.apache.stratos.tenant.activity/pom.xml +++ b/components/org.apache.stratos.tenant.activity/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml index 6ee29ff23e..13ce898a72 100644 --- a/components/org.apache.stratos.tenant.dispatcher/pom.xml +++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml index 7b022c7f0d..fd33bdcff6 100644 --- a/components/org.apache.stratos.tenant.mgt.core/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.core/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml index ac842b4ca5..09b9803794 100644 --- a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml index a7a83b739f..838857d7e2 100644 --- a/components/org.apache.stratos.tenant.mgt.ui/pom.xml +++ b/components/org.apache.stratos.tenant.mgt.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml index 522fad9907..9e501ca485 100644 --- a/components/org.apache.stratos.tenant.mgt/pom.xml +++ b/components/org.apache.stratos.tenant.mgt/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml index 3496daeb3b..c907ac0cb2 100644 --- a/components/org.apache.stratos.theme.mgt.ui/pom.xml +++ b/components/org.apache.stratos.theme.mgt.ui/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml index 8776e0727d..ec3b0b3120 100644 --- a/components/org.apache.stratos.theme.mgt/pom.xml +++ b/components/org.apache.stratos.theme.mgt/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain.ui/pom.xml b/components/org.apache.stratos.validate.domain.ui/pom.xml index 54118fee76..8c06e81120 100644 --- a/components/org.apache.stratos.validate.domain.ui/pom.xml +++ b/components/org.apache.stratos.validate.domain.ui/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml index 292089f5a3..c78bc872e8 100644 --- a/components/org.apache.stratos.validate.domain/pom.xml +++ b/components/org.apache.stratos.validate.domain/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-components-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/components/pom.xml b/components/pom.xml index fb260fda81..5be4292792 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml index 24c875f815..2dc06007e0 100644 --- a/dependencies/org.wso2.carbon.ui/pom.xml +++ b/dependencies/org.wso2.carbon.ui/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-dependents - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 4cdcece389..998200efba 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml index ce9c8be148..4062ead502 100644 --- a/extensions/cep/stratos-cep-extension/pom.xml +++ b/extensions/cep/stratos-cep-extension/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml index 1d8bf7252c..65d0265372 100644 --- a/extensions/load-balancer/haproxy-extension/pom.xml +++ b/extensions/load-balancer/haproxy-extension/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos stratos-load-balancer-extensions - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT apache-stratos-haproxy-extension diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml index fbaa83f2c3..e6357b0a8d 100644 --- a/extensions/load-balancer/pom.xml +++ b/extensions/load-balancer/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-extensions - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/extensions/pom.xml b/extensions/pom.xml index 8689805af3..e30e226b1d 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index 7df6c0a51a..ccd771c864 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos autoscaler-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml index 051944e8e4..e4a8869799 100644 --- a/features/autoscaler/pom.xml +++ b/features/autoscaler/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 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 fffdb932f7..6cf15e410e 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 @@ -22,7 +22,7 @@ org.apache.stratos cloud-controller-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml index bc855bf4e8..372d100da6 100644 --- a/features/cloud-controller/pom.xml +++ b/features/cloud-controller/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml index f4fbc7b160..431d71a0db 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.common.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml index e5e41c85db..b041e99e01 100644 --- a/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos loadbalancer-features - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index 08ba4ccbf2..e6a4071f40 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml index 1d812fac7d..e17db91283 100644 --- a/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml +++ b/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos cartridge-mgt-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml index adbbd13849..8341740b00 100644 --- a/features/manager/cartridge-mgt/pom.xml +++ b/features/manager/cartridge-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/common/org.apache.stratos.common.feature/pom.xml b/features/manager/common/org.apache.stratos.common.feature/pom.xml index 6a710d9055..3292237d0b 100644 --- a/features/manager/common/org.apache.stratos.common.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml index 2a65dfa4bb..b839abe1c3 100644 --- a/features/manager/common/org.apache.stratos.common.server.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml index 367a3c02b2..9bbd4b8ae1 100644 --- a/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml +++ b/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos common-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml index b00b2252e0..11b18df78a 100644 --- a/features/manager/common/pom.xml +++ b/features/manager/common/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml index 28886be816..fd60639ab0 100644 --- a/features/manager/deployment/pom.xml +++ b/features/manager/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml index 14f415a51c..82b4523810 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml index 06db2fcd67..4a3f3c1d6f 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml index b2a439d47e..48fcec3b89 100644 --- a/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml +++ b/features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos gapp-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml index f63bfe3963..fe2ff327d2 100644 --- a/features/manager/gapp/pom.xml +++ b/features/manager/gapp/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml index a3072e6e2a..6a809ffc28 100644 --- a/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml +++ b/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos logging-mgt-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml index defc8a1783..c5f77743c3 100644 --- a/features/manager/logging-mgt/pom.xml +++ b/features/manager/logging-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 logging-mgt-feature diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 283ba24f31..4445e344c3 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-features-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml index 470490b6df..1f9be0355c 100644 --- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml +++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-manager-features - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml index 464556ef2b..0e22057d22 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml index 4f7fdafa30..0fa6ffc994 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml index 88566f284a..8c449c06a8 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml index 7a7c183801..8be0803c2f 100644 --- a/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml +++ b/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos status-monitor-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml index bd82538146..1b28d8fbe9 100644 --- a/features/manager/status-monitor/pom.xml +++ b/features/manager/status-monitor/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-features-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml index c1091a2a77..8600a5a098 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml index abab76fe1c..51e4c36a27 100644 --- a/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml +++ b/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-mgt-parent-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml index 795cd01dc1..42ee208a02 100644 --- a/features/manager/stratos-mgt/pom.xml +++ b/features/manager/stratos-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml index b2640f4af7..baf32a2d04 100644 --- a/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml +++ b/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml index 48af9a9bd1..a0353f0003 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml index e675bedcd2..aacef85b69 100644 --- a/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml +++ b/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-activity-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml index b131811064..7e8661ba9a 100644 --- a/features/manager/tenant-activity/pom.xml +++ b/features/manager/tenant-activity/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-manager-features - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 tenant-activity-feature diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml index 9ca9c9f465..57ea9894ed 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml index 2b407107a9..11ab62ca12 100644 --- a/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml +++ b/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos tenant-mgt-feature - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml index b88ed9fe58..2757540d38 100644 --- a/features/manager/tenant-mgt/pom.xml +++ b/features/manager/tenant-mgt/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-manager-features - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml index fe2d7213a1..bd64f01e15 100644 --- a/features/messaging/org.apache.stratos.messaging.feature/pom.xml +++ b/features/messaging/org.apache.stratos.messaging.feature/pom.xml @@ -24,7 +24,7 @@ org.apache.stratos messaging-features - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml index 9557c13cae..3e15c227cd 100644 --- a/features/messaging/pom.xml +++ b/features/messaging/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-features-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/features/pom.xml b/features/pom.xml index f178c3d51f..9f74e4e43d 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index a3c17c7d7a..899578ea19 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.stratos stratos-parent pom - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT Apache Stratos (incubating) Project Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework http://stratos.incubator.apache.org diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml index 869b7c3ac9..9c01d6c990 100644 --- a/products/cartridge-agent/modules/distribution/pom.xml +++ b/products/cartridge-agent/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos cartidge-agent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml index c5734d6d5d..d69b55472e 100644 --- a/products/cartridge-agent/pom.xml +++ b/products/cartridge-agent/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml index 9325200ddd..05fbd20cd8 100755 --- a/products/load-balancer/modules/distribution/pom.xml +++ b/products/load-balancer/modules/distribution/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml index 04b6ac9209..b4791e0c7d 100755 --- a/products/load-balancer/modules/p2-profile/pom.xml +++ b/products/load-balancer/modules/p2-profile/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos.load.balancer load-balancer-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml index 34c90e0ad4..7cb218f924 100755 --- a/products/load-balancer/pom.xml +++ b/products/load-balancer/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/pom.xml b/products/pom.xml index ee81f10458..b58a5eea54 100644 --- a/products/pom.xml +++ b/products/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml index a0a2f01443..9671f95909 100644 --- a/products/stratos-cli/distribution/pom.xml +++ b/products/stratos-cli/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos apache-stratos-cli-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml index b7e80e1b4c..41b2cfcce3 100644 --- a/products/stratos-cli/pom.xml +++ b/products/stratos-cli/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-products-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml index 38e430efe1..f9c7444ff1 100755 --- a/products/stratos/modules/distribution/pom.xml +++ b/products/stratos/modules/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml @@ -452,7 +452,7 @@ org.apache.stratos org.apache.stratos.cep.extension - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.geronimo.specs diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index 106360098c..64ae09c91e 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../../pom.xml diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml index 6aa8830450..f478d6a210 100755 --- a/products/stratos/pom.xml +++ b/products/stratos/pom.xml @@ -20,7 +20,7 @@ org.apache.stratos stratos-products-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml index 1f40ffd751..4edc39a437 100644 --- a/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml index 488d0efb35..38d9bc20ad 100644 --- a/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml index 5e14b9003c..b636bb3968 100644 --- a/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml index aaa8e748ab..836542867e 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml index 8c245cea46..2855f5ebf0 100644 --- a/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml index 8b00c1e10c..b5f3d3588d 100644 --- a/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index fa159dec82..8340d6d5ef 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml index b9c717a50d..03e861fb1c 100644 --- a/service-stubs/org.apache.stratos.common.stub/pom.xml +++ b/service-stubs/org.apache.stratos.common.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml index c33f917ccc..73b9194efc 100644 --- a/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml index ff524e54e4..4cc4216e74 100644 --- a/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml index aca1594d79..ae6158a1fc 100644 --- a/service-stubs/org.apache.stratos.manager.stub/pom.xml +++ b/service-stubs/org.apache.stratos.manager.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml index c3a0399969..28b13544c5 100644 --- a/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml +++ b/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml index fbe538c678..82b6d22b14 100644 --- a/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml index 4c5c31bb2a..258c4e53ff 100644 --- a/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml index abc9327d4b..e2d3730a65 100644 --- a/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml index 431b7b77b2..8752637397 100644 --- a/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml +++ b/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml index 0189d7aa20..216616efd3 100644 --- a/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml +++ b/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml @@ -21,7 +21,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml index 0a74934ac9..7dcc4e533b 100644 --- a/service-stubs/org.apache.stratos.throttle.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttle.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml index f47f8da32a..bb492712e0 100644 --- a/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml index beacc90cfb..5b2c25a423 100644 --- a/service-stubs/org.apache.stratos.throttling.stub/pom.xml +++ b/service-stubs/org.apache.stratos.throttling.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml index b66c17f162..ae5175cbff 100644 --- a/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml index c6964b3d08..5aaaa50454 100644 --- a/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml index d7cef99fa9..5209094ccf 100644 --- a/service-stubs/org.apache.stratos.usage.stub/pom.xml +++ b/service-stubs/org.apache.stratos.usage.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml index 4bc0d87c0b..f317f3535d 100644 --- a/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml +++ b/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml @@ -22,7 +22,7 @@ org.apache.stratos stratos-service-stubs-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index 9914b7aebe..bc0f5d6028 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -23,7 +23,7 @@ org.apache.stratos stratos-parent - 4.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 From e365458ff6a5de053078e10854bad9ef3b78c607 Mon Sep 17 00:00:00 2001 From: Imesh Gunaratne Date: Fri, 23 May 2014 10:42:26 +0530 Subject: [PATCH 051/104] Removed incubation DISCLAIMER files and disclaimer resource bundle --- DISCLAIMER | 16 ---------------- .../load-balancer/haproxy-extension/DISCLAIMER | 16 ---------------- pom.xml | 2 -- .../modules/distribution/DISCLAIMER | 16 ---------------- .../distribution/src/main/assembly/bin.xml | 1 - .../modules/distribution/DISCLAIMER | 16 ---------------- .../distribution/src/main/assembly/bin.xml | 6 ------ products/stratos-cli/distribution/DISCLAIMER | 16 ---------------- .../distribution/src/main/assembly/bin.xml | 1 - products/stratos/modules/distribution/DISCLAIMER | 16 ---------------- .../modules/distribution/src/assembly/bin.xml | 6 ------ 11 files changed, 112 deletions(-) delete mode 100644 DISCLAIMER delete mode 100644 extensions/load-balancer/haproxy-extension/DISCLAIMER delete mode 100644 products/cartridge-agent/modules/distribution/DISCLAIMER delete mode 100644 products/load-balancer/modules/distribution/DISCLAIMER delete mode 100644 products/stratos-cli/distribution/DISCLAIMER delete mode 100644 products/stratos/modules/distribution/DISCLAIMER diff --git a/DISCLAIMER b/DISCLAIMER deleted file mode 100644 index 9e11e9f691..0000000000 --- a/DISCLAIMER +++ /dev/null @@ -1,16 +0,0 @@ -Apache Stratos is an effort undergoing incubation at the Apache Software -Foundation (ASF), sponsored by the Apache Incubator PMC. - -Incubation is required of all newly accepted projects until a further review -indicates that the infrastructure, communications, and decision making process -have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be -fully endorsed by the ASF. - -For more information about the incubation status of the Apache Stratos project you -can go to the following page: - -http://incubator.apache.org/projects/stratos.html -http://stratos.incubator.apache.org diff --git a/extensions/load-balancer/haproxy-extension/DISCLAIMER b/extensions/load-balancer/haproxy-extension/DISCLAIMER deleted file mode 100644 index 9e11e9f691..0000000000 --- a/extensions/load-balancer/haproxy-extension/DISCLAIMER +++ /dev/null @@ -1,16 +0,0 @@ -Apache Stratos is an effort undergoing incubation at the Apache Software -Foundation (ASF), sponsored by the Apache Incubator PMC. - -Incubation is required of all newly accepted projects until a further review -indicates that the infrastructure, communications, and decision making process -have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be -fully endorsed by the ASF. - -For more information about the incubation status of the Apache Stratos project you -can go to the following page: - -http://incubator.apache.org/projects/stratos.html -http://stratos.incubator.apache.org diff --git a/pom.xml b/pom.xml index 899578ea19..1365d50b52 100644 --- a/pom.xml +++ b/pom.xml @@ -434,8 +434,6 @@ - org.apache:apache-incubator-disclaimer-resource-bundle:1.1 - org.apache:apache-jar-resource-bundle:1.4 diff --git a/products/cartridge-agent/modules/distribution/DISCLAIMER b/products/cartridge-agent/modules/distribution/DISCLAIMER deleted file mode 100644 index 9e11e9f691..0000000000 --- a/products/cartridge-agent/modules/distribution/DISCLAIMER +++ /dev/null @@ -1,16 +0,0 @@ -Apache Stratos is an effort undergoing incubation at the Apache Software -Foundation (ASF), sponsored by the Apache Incubator PMC. - -Incubation is required of all newly accepted projects until a further review -indicates that the infrastructure, communications, and decision making process -have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be -fully endorsed by the ASF. - -For more information about the incubation status of the Apache Stratos project you -can go to the following page: - -http://incubator.apache.org/projects/stratos.html -http://stratos.incubator.apache.org diff --git a/products/cartridge-agent/modules/distribution/src/main/assembly/bin.xml b/products/cartridge-agent/modules/distribution/src/main/assembly/bin.xml index 22133cf05d..3662489aac 100644 --- a/products/cartridge-agent/modules/distribution/src/main/assembly/bin.xml +++ b/products/cartridge-agent/modules/distribution/src/main/assembly/bin.xml @@ -75,7 +75,6 @@ / 0600 - DISCLAIMER INSTALL* README* LICENSE* diff --git a/products/load-balancer/modules/distribution/DISCLAIMER b/products/load-balancer/modules/distribution/DISCLAIMER deleted file mode 100644 index 9e11e9f691..0000000000 --- a/products/load-balancer/modules/distribution/DISCLAIMER +++ /dev/null @@ -1,16 +0,0 @@ -Apache Stratos is an effort undergoing incubation at the Apache Software -Foundation (ASF), sponsored by the Apache Incubator PMC. - -Incubation is required of all newly accepted projects until a further review -indicates that the infrastructure, communications, and decision making process -have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be -fully endorsed by the ASF. - -For more information about the incubation status of the Apache Stratos project you -can go to the following page: - -http://incubator.apache.org/projects/stratos.html -http://stratos.incubator.apache.org diff --git a/products/load-balancer/modules/distribution/src/main/assembly/bin.xml b/products/load-balancer/modules/distribution/src/main/assembly/bin.xml index 22536276cb..12fb1dbe66 100755 --- a/products/load-balancer/modules/distribution/src/main/assembly/bin.xml +++ b/products/load-balancer/modules/distribution/src/main/assembly/bin.xml @@ -294,12 +294,6 @@ true 644 - - ${project.basedir}/DISCLAIMER - apache-stratos-load-balancer-${pom.version} - true - 644 - ${project.basedir}/README.txt apache-stratos-load-balancer-${pom.version} diff --git a/products/stratos-cli/distribution/DISCLAIMER b/products/stratos-cli/distribution/DISCLAIMER deleted file mode 100644 index 9e11e9f691..0000000000 --- a/products/stratos-cli/distribution/DISCLAIMER +++ /dev/null @@ -1,16 +0,0 @@ -Apache Stratos is an effort undergoing incubation at the Apache Software -Foundation (ASF), sponsored by the Apache Incubator PMC. - -Incubation is required of all newly accepted projects until a further review -indicates that the infrastructure, communications, and decision making process -have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be -fully endorsed by the ASF. - -For more information about the incubation status of the Apache Stratos project you -can go to the following page: - -http://incubator.apache.org/projects/stratos.html -http://stratos.incubator.apache.org diff --git a/products/stratos-cli/distribution/src/main/assembly/bin.xml b/products/stratos-cli/distribution/src/main/assembly/bin.xml index 74ccf7d1d8..3998ff3765 100644 --- a/products/stratos-cli/distribution/src/main/assembly/bin.xml +++ b/products/stratos-cli/distribution/src/main/assembly/bin.xml @@ -51,7 +51,6 @@ ${project.basedir} ${pom.artifactId}-${pom.version} - DISCLAIMER INSTALL.txt README.txt diff --git a/products/stratos/modules/distribution/DISCLAIMER b/products/stratos/modules/distribution/DISCLAIMER deleted file mode 100644 index 9e11e9f691..0000000000 --- a/products/stratos/modules/distribution/DISCLAIMER +++ /dev/null @@ -1,16 +0,0 @@ -Apache Stratos is an effort undergoing incubation at the Apache Software -Foundation (ASF), sponsored by the Apache Incubator PMC. - -Incubation is required of all newly accepted projects until a further review -indicates that the infrastructure, communications, and decision making process -have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be -fully endorsed by the ASF. - -For more information about the incubation status of the Apache Stratos project you -can go to the following page: - -http://incubator.apache.org/projects/stratos.html -http://stratos.incubator.apache.org diff --git a/products/stratos/modules/distribution/src/assembly/bin.xml b/products/stratos/modules/distribution/src/assembly/bin.xml index 5f1d047b5b..6e1d9913ab 100755 --- a/products/stratos/modules/distribution/src/assembly/bin.xml +++ b/products/stratos/modules/distribution/src/assembly/bin.xml @@ -645,12 +645,6 @@ 755 - - ${project.basedir}/DISCLAIMER - ${pom.artifactId}-${pom.version} - true - 644 - ${project.basedir}/INSTALL.txt ${pom.artifactId}-${pom.version} From 4fce6fe3520c649f5435ab37d10d30ded94b10de Mon Sep 17 00:00:00 2001 From: Pradeep Fernando Date: Wed, 28 May 2014 14:41:37 +0530 Subject: [PATCH 052/104] disabling help and changin the incubator logo --- .../console/themes/theme1/pages/index.hbs | 2 +- .../console/themes/theme1/pages/plain.hbs | 2 +- .../themes/theme1/renderers/cartridge_info.js | 4 ++-- .../themes/theme1/renderers/cartridges.js | 4 ++-- .../themes/theme1/renderers/dashboard.js | 4 ++-- .../console/themes/theme1/renderers/index.js | 4 ++-- .../theme1/renderers/subscribe_cartridge.js | 4 ++-- .../theme1/renderers/tenant_management.js | 4 ++-- .../themes/theme1/renderers/tenant_new.js | 2 +- .../console/themes/theme1/ui/img/asf-logo.png | Bin 0 -> 10292 bytes .../console/themes/theme1/ui/img/egg-logo.png | Bin 8299 -> 0 bytes 11 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 components/org.apache.stratos.manager.console/console/themes/theme1/ui/img/asf-logo.png delete mode 100644 components/org.apache.stratos.manager.console/console/themes/theme1/ui/img/egg-logo.png diff --git a/components/org.apache.stratos.manager.console/console/themes/theme1/pages/index.hbs b/components/org.apache.stratos.manager.console/console/themes/theme1/pages/index.hbs index da90a15361..f32f0060aa 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme1/pages/index.hbs +++ b/components/org.apache.stratos.manager.console/console/themes/theme1/pages/index.hbs @@ -69,7 +69,7 @@