You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2014/04/23 13:22:08 UTC

[1/5] git commit: Updated stratos version to 4.0.0-incubating in puppet scripts and installer

Repository: incubator-stratos
Updated Branches:
  refs/heads/4.0.0-incubating-new [created] 5e81a021e


Updated stratos version to 4.0.0-incubating in puppet scripts and installer


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/f7d8b5e3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/f7d8b5e3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/f7d8b5e3

Branch: refs/heads/4.0.0-incubating-new
Commit: f7d8b5e3543f17220aec11dbd3dfee55f80f1dc0
Parents: 8551d02
Author: Imesh Gunaratne <im...@apache.org>
Authored: Wed Apr 23 09:51:55 2014 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Wed Apr 23 09:51:55 2014 +0530

----------------------------------------------------------------------
 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(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f7d8b5e3/tools/puppet3-agent/config.sh
----------------------------------------------------------------------
diff --git a/tools/puppet3-agent/config.sh b/tools/puppet3-agent/config.sh
index 3347b80..2b3a24d 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/*

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f7d8b5e3/tools/puppet3/modules/agent/files/README.txt
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/agent/files/README.txt b/tools/puppet3/modules/agent/files/README.txt
index 88c8daf..b7fa8a4 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.

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f7d8b5e3/tools/puppet3/modules/agent/manifests/init.pp
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/agent/manifests/init.pp b/tools/puppet3/modules/agent/manifests/init.pp
index 2d1b078..4d68f34 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',

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f7d8b5e3/tools/puppet3/modules/lb/files/README.txt
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/lb/files/README.txt b/tools/puppet3/modules/lb/files/README.txt
index af6d3ea..59b7454 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.

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f7d8b5e3/tools/puppet3/modules/lb/manifests/init.pp
----------------------------------------------------------------------
diff --git a/tools/puppet3/modules/lb/manifests/init.pp b/tools/puppet3/modules/lb/manifests/init.pp
index ca7deed..a5dc0c8 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,

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f7d8b5e3/tools/stratos-installer/README.txt
----------------------------------------------------------------------
diff --git a/tools/stratos-installer/README.txt b/tools/stratos-installer/README.txt
index fa3a240..aee1c4b 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.

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f7d8b5e3/tools/stratos-installer/conf/setup.conf
----------------------------------------------------------------------
diff --git a/tools/stratos-installer/conf/setup.conf b/tools/stratos-installer/conf/setup.conf
index b3f6a87..de78c19 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"

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f7d8b5e3/tools/stratos-installer/config/as/repository/conf/carbon.xml
----------------------------------------------------------------------
diff --git a/tools/stratos-installer/config/as/repository/conf/carbon.xml b/tools/stratos-installer/config/as/repository/conf/carbon.xml
index 82330f1..1cc1adc 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 @@
     <!--
        Product Version
     -->
-    <Version>4.0.0-SNAPSHOT</Version>
+    <Version>4.0.0-incubating</Version>
 
     <!--
        Host name or IP address of the machine hosting this server

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f7d8b5e3/tools/stratos-installer/config/cc/repository/conf/carbon.xml
----------------------------------------------------------------------
diff --git a/tools/stratos-installer/config/cc/repository/conf/carbon.xml b/tools/stratos-installer/config/cc/repository/conf/carbon.xml
index d458c99..a2ed429 100644
--- a/tools/stratos-installer/config/cc/repository/conf/carbon.xml
+++ b/tools/stratos-installer/config/cc/repository/conf/carbon.xml
@@ -40,7 +40,7 @@
     <!--
        Product Version
     -->
-    <Version>4.0.0-SNAPSHOT</Version>
+    <Version>4.0.0-incubating</Version>
 
     <!--
        Host name or IP address of the machine hosting this server

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f7d8b5e3/tools/stratos-installer/config/sm/repository/conf/carbon.xml
----------------------------------------------------------------------
diff --git a/tools/stratos-installer/config/sm/repository/conf/carbon.xml b/tools/stratos-installer/config/sm/repository/conf/carbon.xml
index 52daeff..97d13e0 100644
--- a/tools/stratos-installer/config/sm/repository/conf/carbon.xml
+++ b/tools/stratos-installer/config/sm/repository/conf/carbon.xml
@@ -40,7 +40,7 @@
     <!--
        Product Version
     -->
-    <Version>4.0.0-SNAPSHOT</Version>
+    <Version>4.0.0-incubating</Version>
 
     <!--
        Host name or IP address of the machine hosting this server

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/f7d8b5e3/tools/stratos-installer/setup.sh
----------------------------------------------------------------------
diff --git a/tools/stratos-installer/setup.sh b/tools/stratos-installer/setup.sh
index 8dae806..43da597 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-SNAPSHOT $stratos_extract_path
+    mv -f $stratos_path/apache-stratos-4.0.0-incubating $stratos_extract_path
 fi
 
 if [[ ($profile = "default" && $config_mb = "true") ]]; then


[4/5] [maven-release-plugin] prepare for next development iteration

Posted by im...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml
----------------------------------------------------------------------
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 aed82d4..d5ae3d0 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml
----------------------------------------------------------------------
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 8354b19..ac6f7eb 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml
----------------------------------------------------------------------
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 4b8a8a6..4609920 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml
----------------------------------------------------------------------
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 f2c7f15..35dc4d2 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml
----------------------------------------------------------------------
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 1c6dd78..8e55a31 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml
----------------------------------------------------------------------
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 0ddf576..d4e2c12 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml
----------------------------------------------------------------------
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 8a17801..398c9fa 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.common.stub/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml
index e8d2035..4b2e5c8 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml
----------------------------------------------------------------------
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 5d26410..65f9f91 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml
----------------------------------------------------------------------
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 5fc0727..5b5845a 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.manager.stub/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml
index 7240cec..e123fb8 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml
----------------------------------------------------------------------
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 5888578..7f843c0 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml
----------------------------------------------------------------------
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 4815d43..4584c2c 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml
----------------------------------------------------------------------
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 0394bad..ff32dd4 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 @@
     <parent>
     	<groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml
----------------------------------------------------------------------
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 7abe517..9a162c0 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
    </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml
----------------------------------------------------------------------
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 af67651..37c7d96 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml
----------------------------------------------------------------------
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 c4d3a89..fe017b9 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.throttle.stub/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml
index ff832c6..3b210da 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml
----------------------------------------------------------------------
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 7f1d2b9..5cd205d 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.throttling.stub/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml
index 396eb1f..17a0e2a 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml
----------------------------------------------------------------------
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 7c52863..e1411d7 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml
----------------------------------------------------------------------
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 29eadb3..c87193a 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.usage.stub/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml
index 0bb5d78..56e1d50 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml
----------------------------------------------------------------------
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 3c2852a..0c96e10 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/service-stubs/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml
index 2ae5144..84f698a 100644
--- a/service-stubs/pom.xml
+++ b/service-stubs/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>


[2/5] [maven-release-plugin] prepare release 4.0.0-incubating-rc1

Posted by im...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.billing.mgt.stub/pom.xml
----------------------------------------------------------------------
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 2855f5e..1c6dd78 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.cartridge.agent.stub/pom.xml
----------------------------------------------------------------------
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 b5f3d35..0ddf576 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml
----------------------------------------------------------------------
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 8340d6d..8a17801 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.common.stub/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.common.stub/pom.xml b/service-stubs/org.apache.stratos.common.stub/pom.xml
index 03e861f..e8d2035 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.manager.cleanup.notification.stub/pom.xml
----------------------------------------------------------------------
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 73b9194..5d26410 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml
----------------------------------------------------------------------
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 4cc4216..5fc0727 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.manager.stub/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.manager.stub/pom.xml b/service-stubs/org.apache.stratos.manager.stub/pom.xml
index ae6158a..7240cec 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.redirector.servlet.stub/pom.xml
----------------------------------------------------------------------
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 28b1354..5888578 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.tenant.activity.stub/pom.xml
----------------------------------------------------------------------
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 82b6d22..4815d43 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml
----------------------------------------------------------------------
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 258c4e5..0394bad 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 @@
     <parent>
     	<groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.tenant.register.gapp.stub/pom.xml
----------------------------------------------------------------------
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 e2d3730..7abe517 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
    </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.tenant.register.stub/pom.xml
----------------------------------------------------------------------
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 8752637..af67651 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.theme.mgt.stub/pom.xml
----------------------------------------------------------------------
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 216616e..c4d3a89 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.throttle.stub/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.throttle.stub/pom.xml b/service-stubs/org.apache.stratos.throttle.stub/pom.xml
index 7dcc4e5..ff832c6 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.throttling.agent.stub/pom.xml
----------------------------------------------------------------------
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 bb49271..7f1d2b9 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.throttling.stub/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.throttling.stub/pom.xml b/service-stubs/org.apache.stratos.throttling.stub/pom.xml
index 5b2c25a..396eb1f 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.usage.meteringqueryds.stub/pom.xml
----------------------------------------------------------------------
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 ae5175c..7c52863 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.usage.meteringsummarygenerationds.stub/pom.xml
----------------------------------------------------------------------
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 5aaaa50..29eadb3 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.usage.stub/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.usage.stub/pom.xml b/service-stubs/org.apache.stratos.usage.stub/pom.xml
index 5209094..0bb5d78 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.validate.domain.stub/pom.xml
----------------------------------------------------------------------
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 f317f35..3c2852a 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml
index bc0f5d6..2ae5144 100644
--- a/service-stubs/pom.xml
+++ b/service-stubs/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>


[5/5] git commit: [maven-release-plugin] prepare for next development iteration

Posted by im...@apache.org.
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/5e81a021
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/5e81a021
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/5e81a021

Branch: refs/heads/4.0.0-incubating-new
Commit: 5e81a021e30392cb52a78e04c10cb2235da2a509
Parents: 5ba1c3c
Author: Imesh Gunaratne <im...@apache.org>
Authored: Wed Apr 23 14:50:35 2014 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Wed Apr 23 14:50:35 2014 +0530

----------------------------------------------------------------------
 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 +-
 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 +-
 .../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 +-
 .../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       |  6 +-----
 .../jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml     |  6 +-----
 dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml    |  6 +-----
 .../jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml        |  6 +-----
 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 +-
 .../org.apache.stratos.cloud.controller.feature/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 +-
 .../org.apache.stratos.cartridge.mgt.ui.feature/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 +-
 .../common/org.apache.stratos.common.ui.feature/pom.xml   |  2 +-
 features/manager/common/pom.xml                           |  2 +-
 features/manager/deployment/pom.xml                       |  2 +-
 .../manager/gapp/org.apache.stratos.gapp.feature/pom.xml  |  2 +-
 .../gapp/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 +-
 .../org.apache.stratos.status.monitor.ui.feature/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 +-
 .../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.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 +-
 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 +-
 .../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 +-
 service-stubs/org.apache.stratos.tenant.mgt.stub/pom.xml  |  2 +-
 .../org.apache.stratos.tenant.register.gapp.stub/pom.xml  |  2 +-
 .../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 +-
 .../org.apache.stratos.validate.domain.stub/pom.xml       |  2 +-
 service-stubs/pom.xml                                     |  2 +-
 127 files changed, 139 insertions(+), 155 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.account.mgt.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml
index 41e0d4e..71a4728 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.account.mgt/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml
index a871a6c..99f973e 100644
--- a/components/org.apache.stratos.account.mgt/pom.xml
+++ b/components/org.apache.stratos.account.mgt/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.activation/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml
index 2e68f3e..a550014 100644
--- a/components/org.apache.stratos.activation/pom.xml
+++ b/components/org.apache.stratos.activation/pom.xml
@@ -21,7 +21,7 @@
     <parent>
        <groupId>org.apache.stratos</groupId>
        <artifactId>stratos-components-parent</artifactId>
-       <version>4.0.0-incubating</version>
+       <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.autoscaler/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml
index 61e317a..68e588b 100644
--- a/components/org.apache.stratos.autoscaler/pom.xml
+++ b/components/org.apache.stratos.autoscaler/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.stratos</groupId>
 		<artifactId>stratos-components-parent</artifactId>
-		<version>4.0.0-incubating</version>
+		<version>4.1.0-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.cartridge.agent/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml
index 40f0c69..bf7446d 100644
--- a/components/org.apache.stratos.cartridge.agent/pom.xml
+++ b/components/org.apache.stratos.cartridge.agent/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.stratos</groupId>
 		<artifactId>stratos-components-parent</artifactId>
-		<version>4.0.0-incubating</version>
+		<version>4.1.0-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.cartridge.mgt.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml
index 60c5025..fe0e2cc 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.cli/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml
index cbe0d87..18d5ab0 100644
--- a/components/org.apache.stratos.cli/pom.xml
+++ b/components/org.apache.stratos.cli/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.stratos</groupId>
 		<artifactId>stratos-components-parent</artifactId>
-		<version>4.0.0-incubating</version>
+		<version>4.1.0-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.cloud.controller/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml
index 9755ab0..e77254d 100644
--- a/components/org.apache.stratos.cloud.controller/pom.xml
+++ b/components/org.apache.stratos.cloud.controller/pom.xml
@@ -22,7 +22,7 @@
     <parent>
        <groupId>org.apache.stratos</groupId>
        <artifactId>stratos-components-parent</artifactId>
-       <version>4.0.0-incubating</version>
+       <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -187,17 +187,17 @@
 		<dependency>
 			<groupId>org.apache.stratos</groupId>
 			<artifactId>ec2</artifactId>
-			<version>1.7.1-stratos</version>
+			<version>4.1.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.stratos</groupId>
 			<artifactId>aws-ec2</artifactId>
-			<version>1.7.1-stratos</version>
+			<version>4.1.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.stratos</groupId>
 			<artifactId>openstack-nova</artifactId>
-			<version>1.7.1-stratos</version>
+			<version>4.1.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.jclouds.api</groupId>
@@ -212,7 +212,7 @@
 		<dependency>
 			<groupId>org.apache.stratos</groupId>
 			<artifactId>vcloud</artifactId>
-			<version>1.7.1-stratos</version>
+			<version>4.1.0-SNAPSHOT</version>
 		</dependency>
 
          <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.common/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml
index a2cbe6c..618eb5f 100644
--- a/components/org.apache.stratos.common/pom.xml
+++ b/components/org.apache.stratos.common/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.deployment/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml
index 44b9fb4..be0ac9d 100644
--- a/components/org.apache.stratos.deployment/pom.xml
+++ b/components/org.apache.stratos.deployment/pom.xml
@@ -20,7 +20,7 @@
     <parent>
        <groupId>org.apache.stratos</groupId>
        <artifactId>stratos-components-parent</artifactId>
-       <version>4.0.0-incubating</version>
+       <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.email.sender/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml
index fd36bcd..4a0f9f8 100644
--- a/components/org.apache.stratos.email.sender/pom.xml
+++ b/components/org.apache.stratos.email.sender/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.keystore.mgt/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml
index 78f831a..967abd6 100644
--- a/components/org.apache.stratos.keystore.mgt/pom.xml
+++ b/components/org.apache.stratos.keystore.mgt/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.load.balancer.common/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml
index 6450a32..e0680d6 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.load.balancer.extension.api/pom.xml
----------------------------------------------------------------------
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 a79fbf1..34c4d5a 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.stratos</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.load.balancer/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml
index ad4541d..fbc8a1e 100644
--- a/components/org.apache.stratos.load.balancer/pom.xml
+++ b/components/org.apache.stratos.load.balancer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.logging.view.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml
index d3c37f6..909efca 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.manager.styles/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml
index 217527d..a842055 100644
--- a/components/org.apache.stratos.manager.styles/pom.xml
+++ b/components/org.apache.stratos.manager.styles/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.manager/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml
index 7e6bcb1..3bfadc8 100644
--- a/components/org.apache.stratos.manager/pom.xml
+++ b/components/org.apache.stratos.manager/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.stratos</groupId>
 		<artifactId>stratos-components-parent</artifactId>
-		<version>4.0.0-incubating</version>
+		<version>4.1.0-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.messaging/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml
index e1bc089..b5e239a 100644
--- a/components/org.apache.stratos.messaging/pom.xml
+++ b/components/org.apache.stratos.messaging/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.redirector.servlet.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml
index 68b33e5..40a5693 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.redirector.servlet/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml
index c986fe3..460ac41 100644
--- a/components/org.apache.stratos.redirector.servlet/pom.xml
+++ b/components/org.apache.stratos.redirector.servlet/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.register.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml
index 15a2cce..401a338 100644
--- a/components/org.apache.stratos.register.ui/pom.xml
+++ b/components/org.apache.stratos.register.ui/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.rest.endpoint/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml
index 9d327f2..2cb5b67 100644
--- a/components/org.apache.stratos.rest.endpoint/pom.xml
+++ b/components/org.apache.stratos.rest.endpoint/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.sso.redirector.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml
index a8f2330..5270792 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.status.monitor.agent/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml
index cfb47bd..4e84dcb 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.status.monitor.core/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml
index c377ff2..590a294 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.status.monitor.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml
index 4304c18..882f6b5 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.status.monitor/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml
index 71da264..8ae36b2 100644
--- a/components/org.apache.stratos.status.monitor/pom.xml
+++ b/components/org.apache.stratos.status.monitor/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.tenant.activity.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml
index 18c909c..ff05123 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.tenant.activity/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml
index 7d92044..ecfcd16 100644
--- a/components/org.apache.stratos.tenant.activity/pom.xml
+++ b/components/org.apache.stratos.tenant.activity/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.tenant.dispatcher/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml
index 7e1802e..ad7a8de 100644
--- a/components/org.apache.stratos.tenant.dispatcher/pom.xml
+++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.tenant.mgt.core/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml
index e7da9c0..018f633 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml
----------------------------------------------------------------------
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 2c28aa6..a1a2a23 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.tenant.mgt.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml
index 843e8bf..0cc01cb 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.tenant.mgt/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml
index cff2d05..2deb587 100644
--- a/components/org.apache.stratos.tenant.mgt/pom.xml
+++ b/components/org.apache.stratos.tenant.mgt/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.theme.mgt.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml
index 6cd60a8..5edba9b 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
 	    <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.theme.mgt/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml
index 97a6475..df0dee7 100644
--- a/components/org.apache.stratos.theme.mgt/pom.xml
+++ b/components/org.apache.stratos.theme.mgt/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.validate.domain.ui/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 41087fe..cf62ab1 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/org.apache.stratos.validate.domain/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml
index 4a14534..3fbbed1 100644
--- a/components/org.apache.stratos.validate.domain/pom.xml
+++ b/components/org.apache.stratos.validate.domain/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/components/pom.xml
----------------------------------------------------------------------
diff --git a/components/pom.xml b/components/pom.xml
index eee5769..15d0ee5 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
             <groupId>org.apache.stratos</groupId>
             <artifactId>stratos-parent</artifactId>
-            <version>4.0.0-incubating</version>
+            <version>4.1.0-SNAPSHOT</version>
             <relativePath>../pom.xml</relativePath>
         </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/dependencies/jclouds/apis/ec2/1.7.1-stratos/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 5454396..734c618 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 @@
   </parent>
   <groupId>org.apache.stratos</groupId>
   <artifactId>ec2</artifactId>
-  <version>1.7.1-stratos</version>
+  <version>4.1.0-SNAPSHOT</version>
   <name>jclouds ec2 api</name>
   <description>jclouds components to access an implementation of EC2</description>
   <packaging>bundle</packaging>
@@ -136,9 +136,5 @@
       </build>
     </profile>
   </profiles>
-
-  <scm>
-    <tag>4.0.0-incubating-rc1</tag>
-  </scm>
 </project>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml
----------------------------------------------------------------------
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 55a1d85..e11023f 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 @@
   </parent>
   <groupId>org.apache.stratos</groupId>
   <artifactId>openstack-nova</artifactId>
-  <version>1.7.1-stratos</version>
+  <version>4.1.0-SNAPSHOT</version>
   <name>jclouds openstack-nova api</name>
   <description>jclouds components to access an implementation of OpenStack Nova</description>
   <packaging>bundle</packaging>
@@ -138,8 +138,4 @@
       </build>
     </profile>
   </profiles>
-
-  <scm>
-    <tag>4.0.0-incubating-rc1</tag>
-  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml
----------------------------------------------------------------------
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 ba9fd12..b2c33b4 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 @@
   </parent>
   <groupId>org.apache.stratos</groupId>
   <artifactId>vcloud</artifactId>
-  <version>1.7.1-stratos</version>
+  <version>4.1.0-SNAPSHOT</version>
   <name>jclouds vcloud api</name>
   <description>jclouds components to access an implementation of VMWare vCloud</description>
   <packaging>bundle</packaging>
@@ -124,8 +124,4 @@
       </build>
     </profile>
   </profiles>
-
-  <scm>
-    <tag>4.0.0-incubating-rc1</tag>
-  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml
----------------------------------------------------------------------
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 3bd47d7..bec2055 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 @@
   </parent>
   <groupId>org.apache.stratos</groupId>
   <artifactId>aws-ec2</artifactId>
-  <version>1.7.1-stratos</version>
+  <version>4.1.0-SNAPSHOT</version>
   <name>jclouds Amazon EC2 provider</name>
   <description>EC2 implementation targeted to Amazon Web Services</description>
   <packaging>bundle</packaging>
@@ -148,9 +148,5 @@
       </build>
     </profile>
   </profiles>
-
-  <scm>
-    <tag>4.0.0-incubating-rc1</tag>
-  </scm>
 </project>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/dependencies/org.wso2.carbon.ui/pom.xml
----------------------------------------------------------------------
diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml
index 757163b..4141ecf 100644
--- a/dependencies/org.wso2.carbon.ui/pom.xml
+++ b/dependencies/org.wso2.carbon.ui/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-dependents</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -30,7 +30,7 @@
     <packaging>bundle</packaging>
     <name>WSO2 Carbon - UI</name>
     <description>org.wso2.carbon.ui patch version for apache stratos</description>
-    <version>4.2.0-stratos</version>
+    <version>4.1.0-SNAPSHOT</version>
     <url>http://wso2.org</url>
 
     <repositories>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/dependencies/pom.xml
----------------------------------------------------------------------
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index a46a3de..b04a5de 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/extensions/cep/stratos-cep-extension/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml
index f423027..cad3d31 100644
--- a/extensions/cep/stratos-cep-extension/pom.xml
+++ b/extensions/cep/stratos-cep-extension/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-extensions</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
 	<relativePath>../../pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/extensions/load-balancer/haproxy-extension/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml
index ed3c35b..a70aa56 100644
--- a/extensions/load-balancer/haproxy-extension/pom.xml
+++ b/extensions/load-balancer/haproxy-extension/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-load-balancer-extensions</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>apache-stratos-haproxy-extension</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/extensions/load-balancer/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml
index 5688f3c..18dabc6 100644
--- a/extensions/load-balancer/pom.xml
+++ b/extensions/load-balancer/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-extensions</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/extensions/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/pom.xml b/extensions/pom.xml
index 181238e..e371d43 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml
----------------------------------------------------------------------
diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml
index cc1ce4b..c2a2abe 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>autoscaler-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/autoscaler/pom.xml
----------------------------------------------------------------------
diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml
index 84397ef..1605e12 100644
--- a/features/autoscaler/pom.xml
+++ b/features/autoscaler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml
----------------------------------------------------------------------
diff --git a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml
index 201e213..570317e 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>cloud-controller-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -76,17 +76,17 @@
          <dependency>
            <groupId>org.apache.stratos</groupId>
            <artifactId>ec2</artifactId>
-           <version>1.7.1-stratos</version>
+           <version>4.1.0-SNAPSHOT</version>
          </dependency>
          <dependency>
            <groupId>org.apache.stratos</groupId>
            <artifactId>aws-ec2</artifactId>
-           <version>1.7.1-stratos</version>
+           <version>4.1.0-SNAPSHOT</version>
          </dependency>
          <dependency>
            <groupId>org.apache.stratos</groupId>
            <artifactId>openstack-nova</artifactId>
-           <version>1.7.1-stratos</version>
+           <version>4.1.0-SNAPSHOT</version>
          </dependency>
          
          <dependency>
@@ -119,7 +119,7 @@
         <dependency>
             <groupId>org.apache.stratos</groupId>
             <artifactId>vcloud</artifactId>
-            <version>1.7.1-stratos</version>
+            <version>4.1.0-SNAPSHOT</version>
         </dependency>
          <dependency>
            <groupId>com.google.code.gson</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/cloud-controller/pom.xml
----------------------------------------------------------------------
diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml
index b2b61a5..9b918fa 100644
--- a/features/cloud-controller/pom.xml
+++ b/features/cloud-controller/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/load-balancer/org.apache.stratos.load.balancer.common.feature/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 c335a67..9c7d203 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>loadbalancer-features</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml
----------------------------------------------------------------------
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 a4bc6cd..5b93152 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>loadbalancer-features</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/load-balancer/pom.xml
----------------------------------------------------------------------
diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml
index 9d690ab..2930f26 100644
--- a/features/load-balancer/pom.xml
+++ b/features/load-balancer/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml
----------------------------------------------------------------------
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 487bed9..6cf3b4a 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>cartridge-mgt-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/cartridge-mgt/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml
index 8aa95f3..33aa68b 100644
--- a/features/manager/cartridge-mgt/pom.xml
+++ b/features/manager/cartridge-mgt/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/common/org.apache.stratos.common.feature/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 b51f515..92fd871 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>common-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/common/org.apache.stratos.common.server.feature/pom.xml
----------------------------------------------------------------------
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 2e3f58c..032e8f3 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>common-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml
----------------------------------------------------------------------
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 3b97074..4d1b2f6 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>common-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/common/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml
index aed25cd..0d8ce99 100644
--- a/features/manager/common/pom.xml
+++ b/features/manager/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/deployment/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml
index 5ef1551..138e685 100644
--- a/features/manager/deployment/pom.xml
+++ b/features/manager/deployment/pom.xml
@@ -21,7 +21,7 @@
    <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml
----------------------------------------------------------------------
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 2eb55c6..9f51e7f 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>gapp-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml
----------------------------------------------------------------------
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 742ec1b..1f58248 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>gapp-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/gapp/org.apache.stratos.gapp.ui.feature/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 9dfb7a3..bdca5b4 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>gapp-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/gapp/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml
index d928d0d..c4de4f1 100644
--- a/features/manager/gapp/pom.xml
+++ b/features/manager/gapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/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 f800127..89632ab 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 @@
    <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>logging-mgt-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/logging-mgt/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml
index 31c1b59..b5d58c8 100644
--- a/features/manager/logging-mgt/pom.xml
+++ b/features/manager/logging-mgt/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>logging-mgt-feature</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/pom.xml b/features/manager/pom.xml
index 6970443..0a0fbdb 100644
--- a/features/manager/pom.xml
+++ b/features/manager/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml
----------------------------------------------------------------------
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 75ceb64..109a987 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/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 bd9739a..dded5b3 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
    	<artifactId>status-monitor-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/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 22c48ed..77399c1 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
     	<artifactId>status-monitor-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/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 d855c31..4798e08 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
    	<artifactId>status-monitor-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/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 9990a4b..7773b9c 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
    	<artifactId>status-monitor-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/status-monitor/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml
index 11ae74c..e1b23d6 100644
--- a/features/manager/status-monitor/pom.xml
+++ b/features/manager/status-monitor/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/stratos-mgt/org.apache.stratos.manager.feature/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 d493e93..f8f8868 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-mgt-parent-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml
----------------------------------------------------------------------
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 fb7abb3..d4abfbd 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-mgt-parent-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/stratos-mgt/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml
index f209f73..7cdf66b 100644
--- a/features/manager/stratos-mgt/pom.xml
+++ b/features/manager/stratos-mgt/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml
----------------------------------------------------------------------
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 b1bbc6f..dcd0fb0 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 @@
    <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
 	<relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/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 cb3e4f3..b74218e 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>tenant-activity-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml
----------------------------------------------------------------------
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 53e6d29..c4271ab 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>tenant-activity-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/tenant-activity/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml
index 3f7f67b..9764ea0 100644
--- a/features/manager/tenant-activity/pom.xml
+++ b/features/manager/tenant-activity/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>tenant-activity-feature</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml
----------------------------------------------------------------------
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 ca9d652..416ac96 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 @@
    <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>tenant-mgt-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml
----------------------------------------------------------------------
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 431adc4..ccbfe3c 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>tenant-mgt-feature</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/manager/tenant-mgt/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml
index a4a566c..463348d 100644
--- a/features/manager/tenant-mgt/pom.xml
+++ b/features/manager/tenant-mgt/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/messaging/org.apache.stratos.messaging.feature/pom.xml
----------------------------------------------------------------------
diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml
index ecfd038..379ad33 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>messaging-features</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/messaging/pom.xml
----------------------------------------------------------------------
diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml
index 76593f9..ee3e7e0 100644
--- a/features/messaging/pom.xml
+++ b/features/messaging/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/features/pom.xml
----------------------------------------------------------------------
diff --git a/features/pom.xml b/features/pom.xml
index dfea413..baf64e7 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8a28ec5..c443e20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.stratos</groupId>
     <artifactId>stratos-parent</artifactId>
     <packaging>pom</packaging>
-    <version>4.0.0-incubating</version>
+    <version>4.1.0-SNAPSHOT</version>
     <name>Apache Stratos (incubating) Project</name>
     <description>Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework</description>
     <url>http://stratos.incubator.apache.org</url>
@@ -74,7 +74,7 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=incubator-stratos.git</url>
-        <tag>4.0.0-incubating-rc1</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/products/cartridge-agent/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml
index 382e4ac..4f8c551 100644
--- a/products/cartridge-agent/modules/distribution/pom.xml
+++ b/products/cartridge-agent/modules/distribution/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>cartidge-agent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/products/cartridge-agent/pom.xml
----------------------------------------------------------------------
diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml
index 0e6636b..0362ccc 100644
--- a/products/cartridge-agent/pom.xml
+++ b/products/cartridge-agent/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-products-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/products/load-balancer/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml
index cceef13..5d1b810 100755
--- a/products/load-balancer/modules/distribution/pom.xml
+++ b/products/load-balancer/modules/distribution/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos.load.balancer</groupId>
         <artifactId>load-balancer-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/products/load-balancer/modules/p2-profile/pom.xml
----------------------------------------------------------------------
diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml
index 539168b..b5859c6 100755
--- a/products/load-balancer/modules/p2-profile/pom.xml
+++ b/products/load-balancer/modules/p2-profile/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos.load.balancer</groupId>
         <artifactId>load-balancer-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/products/load-balancer/pom.xml
----------------------------------------------------------------------
diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml
index c7b371a..5876662 100755
--- a/products/load-balancer/pom.xml
+++ b/products/load-balancer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/products/pom.xml
----------------------------------------------------------------------
diff --git a/products/pom.xml b/products/pom.xml
index 71d231b..acffa9b 100644
--- a/products/pom.xml
+++ b/products/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/products/stratos-cli/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml
index 1cf4c1e..cc66e14 100644
--- a/products/stratos-cli/distribution/pom.xml
+++ b/products/stratos-cli/distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>apache-stratos-cli-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/products/stratos-cli/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml
index 74c35cd..1240d63 100644
--- a/products/stratos-cli/pom.xml
+++ b/products/stratos-cli/pom.xml
@@ -22,7 +22,7 @@
      <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-products-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/products/stratos/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml
index f16c818..40af079 100755
--- a/products/stratos/modules/distribution/pom.xml
+++ b/products/stratos/modules/distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -452,7 +452,7 @@
         <dependency>
             <groupId>org.apache.stratos</groupId>
             <artifactId>org.apache.stratos.cep.extension</artifactId>
-            <version>4.0.0-incubating</version>
+            <version>4.1.0-SNAPSHOT</version>
         </dependency>
 	<dependency>
 	    <groupId>org.apache.geronimo.specs</groupId>
@@ -462,7 +462,7 @@
 	<dependency>
 	    <groupId>org.apache.stratos</groupId>
 	    <artifactId>org.wso2.carbon.ui</artifactId>
-	    <version>4.2.0-stratos</version>
+	    <version>4.1.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/products/stratos/modules/p2-profile-gen/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml
index 44f7921..1500759 100644
--- a/products/stratos/modules/p2-profile-gen/pom.xml
+++ b/products/stratos/modules/p2-profile-gen/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5e81a021/products/stratos/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml
index 75854b0..c13eb9e 100755
--- a/products/stratos/pom.xml
+++ b/products/stratos/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-products-parent</artifactId>
-        <version>4.0.0-incubating</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>


[3/5] git commit: [maven-release-plugin] prepare release 4.0.0-incubating-rc1

Posted by im...@apache.org.
[maven-release-plugin] prepare release 4.0.0-incubating-rc1


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/5ba1c3c1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/5ba1c3c1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/5ba1c3c1

Branch: refs/heads/4.0.0-incubating-new
Commit: 5ba1c3c1526765e8f72918b2781114a1dc4fd698
Parents: f7d8b5e
Author: Imesh Gunaratne <im...@apache.org>
Authored: Wed Apr 23 14:50:34 2014 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Wed Apr 23 14:50:34 2014 +0530

----------------------------------------------------------------------
 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              | 4 ++++
 dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml   | 4 ++++
 dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml           | 4 ++++
 dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml      | 4 ++++
 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 +-
 .../manager/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 +-
 .../manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml  | 2 +-
 features/manager/gapp/org.apache.stratos.gapp.ui.feature/pom.xml | 2 +-
 features/manager/gapp/pom.xml                                    | 2 +-
 .../logging-mgt/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 +-
 features/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 +-
 .../org.apache.stratos.adc.reponotification.service.stub/pom.xml | 2 +-
 service-stubs/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 +-
 .../org.apache.stratos.manager.cleanup.notification.stub/pom.xml | 2 +-
 service-stubs/org.apache.stratos.manager.dashboard.stub/pom.xml  | 2 +-
 service-stubs/org.apache.stratos.manager.stub/pom.xml            | 2 +-
 service-stubs/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 +-
 service-stubs/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, 141 insertions(+), 125 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.account.mgt.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.account.mgt.ui/pom.xml b/components/org.apache.stratos.account.mgt.ui/pom.xml
index e6aa1ab..41e0d4e 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.account.mgt/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.account.mgt/pom.xml b/components/org.apache.stratos.account.mgt/pom.xml
index 2e9214c..a871a6c 100644
--- a/components/org.apache.stratos.account.mgt/pom.xml
+++ b/components/org.apache.stratos.account.mgt/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.activation/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.activation/pom.xml b/components/org.apache.stratos.activation/pom.xml
index ac5a56f..2e68f3e 100644
--- a/components/org.apache.stratos.activation/pom.xml
+++ b/components/org.apache.stratos.activation/pom.xml
@@ -21,7 +21,7 @@
     <parent>
        <groupId>org.apache.stratos</groupId>
        <artifactId>stratos-components-parent</artifactId>
-       <version>4.0.0-SNAPSHOT</version>
+       <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.autoscaler/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml
index cbc4090..61e317a 100644
--- a/components/org.apache.stratos.autoscaler/pom.xml
+++ b/components/org.apache.stratos.autoscaler/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.stratos</groupId>
 		<artifactId>stratos-components-parent</artifactId>
-		<version>4.0.0-SNAPSHOT</version>
+		<version>4.0.0-incubating</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.cartridge.agent/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cartridge.agent/pom.xml b/components/org.apache.stratos.cartridge.agent/pom.xml
index 4808427..40f0c69 100644
--- a/components/org.apache.stratos.cartridge.agent/pom.xml
+++ b/components/org.apache.stratos.cartridge.agent/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.stratos</groupId>
 		<artifactId>stratos-components-parent</artifactId>
-		<version>4.0.0-SNAPSHOT</version>
+		<version>4.0.0-incubating</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.cartridge.mgt.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml
index c038759..60c5025 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.cli/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cli/pom.xml b/components/org.apache.stratos.cli/pom.xml
index 119db71..cbe0d87 100644
--- a/components/org.apache.stratos.cli/pom.xml
+++ b/components/org.apache.stratos.cli/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.stratos</groupId>
 		<artifactId>stratos-components-parent</artifactId>
-		<version>4.0.0-SNAPSHOT</version>
+		<version>4.0.0-incubating</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.cloud.controller/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml
index 9727613..9755ab0 100644
--- a/components/org.apache.stratos.cloud.controller/pom.xml
+++ b/components/org.apache.stratos.cloud.controller/pom.xml
@@ -22,7 +22,7 @@
     <parent>
        <groupId>org.apache.stratos</groupId>
        <artifactId>stratos-components-parent</artifactId>
-       <version>4.0.0-SNAPSHOT</version>
+       <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.common/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.common/pom.xml b/components/org.apache.stratos.common/pom.xml
index c39b9f8..a2cbe6c 100644
--- a/components/org.apache.stratos.common/pom.xml
+++ b/components/org.apache.stratos.common/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.deployment/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.deployment/pom.xml b/components/org.apache.stratos.deployment/pom.xml
index 273cb97..44b9fb4 100644
--- a/components/org.apache.stratos.deployment/pom.xml
+++ b/components/org.apache.stratos.deployment/pom.xml
@@ -20,7 +20,7 @@
     <parent>
        <groupId>org.apache.stratos</groupId>
        <artifactId>stratos-components-parent</artifactId>
-       <version>4.0.0-SNAPSHOT</version>
+       <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.email.sender/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.email.sender/pom.xml b/components/org.apache.stratos.email.sender/pom.xml
index a62b72d..fd36bcd 100644
--- a/components/org.apache.stratos.email.sender/pom.xml
+++ b/components/org.apache.stratos.email.sender/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.keystore.mgt/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.keystore.mgt/pom.xml b/components/org.apache.stratos.keystore.mgt/pom.xml
index e73f718..78f831a 100644
--- a/components/org.apache.stratos.keystore.mgt/pom.xml
+++ b/components/org.apache.stratos.keystore.mgt/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.load.balancer.common/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.load.balancer.common/pom.xml b/components/org.apache.stratos.load.balancer.common/pom.xml
index 81febb7..6450a32 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.load.balancer.extension.api/pom.xml
----------------------------------------------------------------------
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 cf3abba..a79fbf1 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <groupId>org.apache.stratos</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.load.balancer/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.load.balancer/pom.xml b/components/org.apache.stratos.load.balancer/pom.xml
index 5a2b6f4..ad4541d 100644
--- a/components/org.apache.stratos.load.balancer/pom.xml
+++ b/components/org.apache.stratos.load.balancer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.logging.view.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.logging.view.ui/pom.xml b/components/org.apache.stratos.logging.view.ui/pom.xml
index 46d25c8..d3c37f6 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.manager.styles/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.styles/pom.xml b/components/org.apache.stratos.manager.styles/pom.xml
index 491cbb6..217527d 100644
--- a/components/org.apache.stratos.manager.styles/pom.xml
+++ b/components/org.apache.stratos.manager.styles/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.manager/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager/pom.xml b/components/org.apache.stratos.manager/pom.xml
index b6cd4bb..7e6bcb1 100644
--- a/components/org.apache.stratos.manager/pom.xml
+++ b/components/org.apache.stratos.manager/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.stratos</groupId>
 		<artifactId>stratos-components-parent</artifactId>
-		<version>4.0.0-SNAPSHOT</version>
+		<version>4.0.0-incubating</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.messaging/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.messaging/pom.xml b/components/org.apache.stratos.messaging/pom.xml
index 54b8fde..e1bc089 100644
--- a/components/org.apache.stratos.messaging/pom.xml
+++ b/components/org.apache.stratos.messaging/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.redirector.servlet.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.redirector.servlet.ui/pom.xml b/components/org.apache.stratos.redirector.servlet.ui/pom.xml
index d3595ea..68b33e5 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.redirector.servlet/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.redirector.servlet/pom.xml b/components/org.apache.stratos.redirector.servlet/pom.xml
index 7ea160a..c986fe3 100644
--- a/components/org.apache.stratos.redirector.servlet/pom.xml
+++ b/components/org.apache.stratos.redirector.servlet/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.register.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.register.ui/pom.xml b/components/org.apache.stratos.register.ui/pom.xml
index 6ab6dab..15a2cce 100644
--- a/components/org.apache.stratos.register.ui/pom.xml
+++ b/components/org.apache.stratos.register.ui/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.rest.endpoint/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.rest.endpoint/pom.xml b/components/org.apache.stratos.rest.endpoint/pom.xml
index 41b707c..9d327f2 100644
--- a/components/org.apache.stratos.rest.endpoint/pom.xml
+++ b/components/org.apache.stratos.rest.endpoint/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.sso.redirector.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.sso.redirector.ui/pom.xml b/components/org.apache.stratos.sso.redirector.ui/pom.xml
index 2a58584..a8f2330 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.status.monitor.agent/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.status.monitor.agent/pom.xml b/components/org.apache.stratos.status.monitor.agent/pom.xml
index 6fedb3d..cfb47bd 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.status.monitor.core/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.status.monitor.core/pom.xml b/components/org.apache.stratos.status.monitor.core/pom.xml
index 02e9c03..c377ff2 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.status.monitor.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.status.monitor.ui/pom.xml b/components/org.apache.stratos.status.monitor.ui/pom.xml
index 30bcdbd..4304c18 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.status.monitor/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.status.monitor/pom.xml b/components/org.apache.stratos.status.monitor/pom.xml
index 5cd2791..71da264 100644
--- a/components/org.apache.stratos.status.monitor/pom.xml
+++ b/components/org.apache.stratos.status.monitor/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.tenant.activity.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.activity.ui/pom.xml b/components/org.apache.stratos.tenant.activity.ui/pom.xml
index e6cb0b1..18c909c 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.tenant.activity/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.activity/pom.xml b/components/org.apache.stratos.tenant.activity/pom.xml
index 65b49d7..7d92044 100644
--- a/components/org.apache.stratos.tenant.activity/pom.xml
+++ b/components/org.apache.stratos.tenant.activity/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.tenant.dispatcher/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.dispatcher/pom.xml b/components/org.apache.stratos.tenant.dispatcher/pom.xml
index 13ce898..7e1802e 100644
--- a/components/org.apache.stratos.tenant.dispatcher/pom.xml
+++ b/components/org.apache.stratos.tenant.dispatcher/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.tenant.mgt.core/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.mgt.core/pom.xml b/components/org.apache.stratos.tenant.mgt.core/pom.xml
index fd33bdc..e7da9c0 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml
----------------------------------------------------------------------
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 09b9803..2c28aa6 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.tenant.mgt.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.mgt.ui/pom.xml b/components/org.apache.stratos.tenant.mgt.ui/pom.xml
index 838857d..843e8bf 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.tenant.mgt/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.tenant.mgt/pom.xml b/components/org.apache.stratos.tenant.mgt/pom.xml
index 9e501ca..cff2d05 100644
--- a/components/org.apache.stratos.tenant.mgt/pom.xml
+++ b/components/org.apache.stratos.tenant.mgt/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.theme.mgt.ui/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.theme.mgt.ui/pom.xml b/components/org.apache.stratos.theme.mgt.ui/pom.xml
index c907ac0..6cd60a8 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
 	    <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.theme.mgt/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.theme.mgt/pom.xml b/components/org.apache.stratos.theme.mgt/pom.xml
index ec3b0b3..97a6475 100644
--- a/components/org.apache.stratos.theme.mgt/pom.xml
+++ b/components/org.apache.stratos.theme.mgt/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.validate.domain.ui/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 8c06e81..41087fe 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/org.apache.stratos.validate.domain/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.validate.domain/pom.xml b/components/org.apache.stratos.validate.domain/pom.xml
index c78bc87..4a14534 100644
--- a/components/org.apache.stratos.validate.domain/pom.xml
+++ b/components/org.apache.stratos.validate.domain/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-components-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/components/pom.xml
----------------------------------------------------------------------
diff --git a/components/pom.xml b/components/pom.xml
index 5be4292..eee5769 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
             <groupId>org.apache.stratos</groupId>
             <artifactId>stratos-parent</artifactId>
-            <version>4.0.0-SNAPSHOT</version>
+            <version>4.0.0-incubating</version>
             <relativePath>../pom.xml</relativePath>
         </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/dependencies/jclouds/apis/ec2/1.7.1-stratos/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 c409bd0..5454396 100644
--- a/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml
+++ b/dependencies/jclouds/apis/ec2/1.7.1-stratos/pom.xml
@@ -136,5 +136,9 @@
       </build>
     </profile>
   </profiles>
+
+  <scm>
+    <tag>4.0.0-incubating-rc1</tag>
+  </scm>
 </project>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/dependencies/jclouds/apis/openstack-nova/1.7.1-stratos/pom.xml
----------------------------------------------------------------------
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 885dc4b..55a1d85 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
@@ -138,4 +138,8 @@
       </build>
     </profile>
   </profiles>
+
+  <scm>
+    <tag>4.0.0-incubating-rc1</tag>
+  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml
----------------------------------------------------------------------
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 5d60f87..ba9fd12 100755
--- a/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml
+++ b/dependencies/jclouds/apis/vcloud/1.7.1-stratos/pom.xml
@@ -124,4 +124,8 @@
       </build>
     </profile>
   </profiles>
+
+  <scm>
+    <tag>4.0.0-incubating-rc1</tag>
+  </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/dependencies/jclouds/provider/aws-ec2/1.7.1-stratos/pom.xml
----------------------------------------------------------------------
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 be4b21c..3bd47d7 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
@@ -148,5 +148,9 @@
       </build>
     </profile>
   </profiles>
+
+  <scm>
+    <tag>4.0.0-incubating-rc1</tag>
+  </scm>
 </project>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/dependencies/org.wso2.carbon.ui/pom.xml
----------------------------------------------------------------------
diff --git a/dependencies/org.wso2.carbon.ui/pom.xml b/dependencies/org.wso2.carbon.ui/pom.xml
index 2dc0600..757163b 100644
--- a/dependencies/org.wso2.carbon.ui/pom.xml
+++ b/dependencies/org.wso2.carbon.ui/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-dependents</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/dependencies/pom.xml
----------------------------------------------------------------------
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 998200e..a46a3de 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/extensions/cep/stratos-cep-extension/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/cep/stratos-cep-extension/pom.xml b/extensions/cep/stratos-cep-extension/pom.xml
index 4062ead..f423027 100644
--- a/extensions/cep/stratos-cep-extension/pom.xml
+++ b/extensions/cep/stratos-cep-extension/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-extensions</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
 	<relativePath>../../pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/extensions/load-balancer/haproxy-extension/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/load-balancer/haproxy-extension/pom.xml b/extensions/load-balancer/haproxy-extension/pom.xml
index 3ec1f0f..ed3c35b 100644
--- a/extensions/load-balancer/haproxy-extension/pom.xml
+++ b/extensions/load-balancer/haproxy-extension/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-load-balancer-extensions</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <artifactId>apache-stratos-haproxy-extension</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/extensions/load-balancer/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/load-balancer/pom.xml b/extensions/load-balancer/pom.xml
index e6357b0..5688f3c 100644
--- a/extensions/load-balancer/pom.xml
+++ b/extensions/load-balancer/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-extensions</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/extensions/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/pom.xml b/extensions/pom.xml
index e30e226..181238e 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml
----------------------------------------------------------------------
diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml
index ccd771c..cc1ce4b 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>autoscaler-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/autoscaler/pom.xml
----------------------------------------------------------------------
diff --git a/features/autoscaler/pom.xml b/features/autoscaler/pom.xml
index e4a8869..84397ef 100644
--- a/features/autoscaler/pom.xml
+++ b/features/autoscaler/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml
----------------------------------------------------------------------
diff --git a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml
index 6cf15e4..201e213 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>cloud-controller-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/cloud-controller/pom.xml
----------------------------------------------------------------------
diff --git a/features/cloud-controller/pom.xml b/features/cloud-controller/pom.xml
index 372d100..b2b61a5 100644
--- a/features/cloud-controller/pom.xml
+++ b/features/cloud-controller/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/load-balancer/org.apache.stratos.load.balancer.common.feature/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 431d71a..c335a67 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>loadbalancer-features</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/load-balancer/org.apache.stratos.load.balancer.feature/pom.xml
----------------------------------------------------------------------
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 b041e99..a4bc6cd 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>loadbalancer-features</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/load-balancer/pom.xml
----------------------------------------------------------------------
diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml
index e6a4071..9d690ab 100644
--- a/features/load-balancer/pom.xml
+++ b/features/load-balancer/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/cartridge-mgt/org.apache.stratos.cartridge.mgt.ui.feature/pom.xml
----------------------------------------------------------------------
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 e17db91..487bed9 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>cartridge-mgt-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/cartridge-mgt/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml
index 8341740..8aa95f3 100644
--- a/features/manager/cartridge-mgt/pom.xml
+++ b/features/manager/cartridge-mgt/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/common/org.apache.stratos.common.feature/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 3292237..b51f515 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>common-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/common/org.apache.stratos.common.server.feature/pom.xml
----------------------------------------------------------------------
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 b839abe..2e3f58c 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>common-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/common/org.apache.stratos.common.ui.feature/pom.xml
----------------------------------------------------------------------
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 9bbd4b8..3b97074 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>common-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/common/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/common/pom.xml b/features/manager/common/pom.xml
index 11b18df..aed25cd 100644
--- a/features/manager/common/pom.xml
+++ b/features/manager/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/deployment/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/deployment/pom.xml b/features/manager/deployment/pom.xml
index fd60639..5ef1551 100644
--- a/features/manager/deployment/pom.xml
+++ b/features/manager/deployment/pom.xml
@@ -21,7 +21,7 @@
    <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/gapp/org.apache.stratos.gapp.feature/pom.xml
----------------------------------------------------------------------
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 82b4523..2eb55c6 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>gapp-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/gapp/org.apache.stratos.gapp.server.feature/pom.xml
----------------------------------------------------------------------
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 4a3f3c1..742ec1b 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>gapp-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/gapp/org.apache.stratos.gapp.ui.feature/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 48fcec3..9dfb7a3 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>gapp-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/gapp/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml
index fe2ff32..d928d0d 100644
--- a/features/manager/gapp/pom.xml
+++ b/features/manager/gapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/logging-mgt/org.apache.stratos.logging.mgt.feature/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 6a809ff..f800127 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 @@
    <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>logging-mgt-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/logging-mgt/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/logging-mgt/pom.xml b/features/manager/logging-mgt/pom.xml
index c5f7774..31c1b59 100644
--- a/features/manager/logging-mgt/pom.xml
+++ b/features/manager/logging-mgt/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>logging-mgt-feature</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/pom.xml b/features/manager/pom.xml
index 4445e34..6970443 100644
--- a/features/manager/pom.xml
+++ b/features/manager/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml
----------------------------------------------------------------------
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 1f9be03..75ceb64 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/status-monitor/org.apache.stratos.status.monitor.agent.feature/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 0e22057..bd9739a 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
    	<artifactId>status-monitor-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/status-monitor/org.apache.stratos.status.monitor.feature/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 0fa6ffc..22c48ed 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
     	<artifactId>status-monitor-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/status-monitor/org.apache.stratos.status.monitor.server.feature/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 8c449c0..d855c31 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
    	<artifactId>status-monitor-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/status-monitor/org.apache.stratos.status.monitor.ui.feature/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 8be0803..9990a4b 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
    	<artifactId>status-monitor-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
 	<relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/status-monitor/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml
index 1b28d8f..11ae74c 100644
--- a/features/manager/status-monitor/pom.xml
+++ b/features/manager/status-monitor/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/stratos-mgt/org.apache.stratos.manager.feature/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 8600a5a..d493e93 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-mgt-parent-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/stratos-mgt/org.apache.stratos.manager.server.feature/pom.xml
----------------------------------------------------------------------
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 51e4c36..fb7abb3 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-mgt-parent-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/stratos-mgt/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/stratos-mgt/pom.xml b/features/manager/stratos-mgt/pom.xml
index 42ee208..f209f73 100644
--- a/features/manager/stratos-mgt/pom.xml
+++ b/features/manager/stratos-mgt/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/styles/org.apache.stratos.manager.styles.feature/pom.xml
----------------------------------------------------------------------
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 baf32a2..b1bbc6f 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 @@
    <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
 	<relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/tenant-activity/org.apache.stratos.tenant.activity.server.feature/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 a0353f0..cb3e4f3 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>tenant-activity-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/tenant-activity/org.apache.stratos.tenant.activity.ui.feature/pom.xml
----------------------------------------------------------------------
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 aacef85..53e6d29 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>tenant-activity-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/tenant-activity/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/tenant-activity/pom.xml b/features/manager/tenant-activity/pom.xml
index 7e8661b..3f7f67b 100644
--- a/features/manager/tenant-activity/pom.xml
+++ b/features/manager/tenant-activity/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>tenant-activity-feature</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.core.feature/pom.xml
----------------------------------------------------------------------
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 57ea989..ca9d652 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 @@
    <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>tenant-mgt-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/tenant-mgt/org.apache.stratos.tenant.mgt.server.feature/pom.xml
----------------------------------------------------------------------
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 11ab62c..431adc4 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>tenant-mgt-feature</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/manager/tenant-mgt/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/tenant-mgt/pom.xml b/features/manager/tenant-mgt/pom.xml
index 2757540..a4a566c 100644
--- a/features/manager/tenant-mgt/pom.xml
+++ b/features/manager/tenant-mgt/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-manager-features</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/messaging/org.apache.stratos.messaging.feature/pom.xml
----------------------------------------------------------------------
diff --git a/features/messaging/org.apache.stratos.messaging.feature/pom.xml b/features/messaging/org.apache.stratos.messaging.feature/pom.xml
index bd64f01..ecfd038 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>messaging-features</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/messaging/pom.xml
----------------------------------------------------------------------
diff --git a/features/messaging/pom.xml b/features/messaging/pom.xml
index 3e15c22..76593f9 100644
--- a/features/messaging/pom.xml
+++ b/features/messaging/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/features/pom.xml
----------------------------------------------------------------------
diff --git a/features/pom.xml b/features/pom.xml
index 9f74e4e..dfea413 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 41b5aff..8a28ec5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     <groupId>org.apache.stratos</groupId>
     <artifactId>stratos-parent</artifactId>
     <packaging>pom</packaging>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0-incubating</version>
     <name>Apache Stratos (incubating) Project</name>
     <description>Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework</description>
     <url>http://stratos.incubator.apache.org</url>
@@ -74,7 +74,7 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-stratos.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=incubator-stratos.git</url>
-        <tag>HEAD</tag>
+        <tag>4.0.0-incubating-rc1</tag>
     </scm>
 
     <modules>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/products/cartridge-agent/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/cartridge-agent/modules/distribution/pom.xml b/products/cartridge-agent/modules/distribution/pom.xml
index 4ea3289..382e4ac 100644
--- a/products/cartridge-agent/modules/distribution/pom.xml
+++ b/products/cartridge-agent/modules/distribution/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>cartidge-agent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/products/cartridge-agent/pom.xml
----------------------------------------------------------------------
diff --git a/products/cartridge-agent/pom.xml b/products/cartridge-agent/pom.xml
index d69b554..0e6636b 100644
--- a/products/cartridge-agent/pom.xml
+++ b/products/cartridge-agent/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-products-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/products/load-balancer/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/load-balancer/modules/distribution/pom.xml b/products/load-balancer/modules/distribution/pom.xml
index 14c20e5..cceef13 100755
--- a/products/load-balancer/modules/distribution/pom.xml
+++ b/products/load-balancer/modules/distribution/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.stratos.load.balancer</groupId>
         <artifactId>load-balancer-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/products/load-balancer/modules/p2-profile/pom.xml
----------------------------------------------------------------------
diff --git a/products/load-balancer/modules/p2-profile/pom.xml b/products/load-balancer/modules/p2-profile/pom.xml
index b4791e0..539168b 100755
--- a/products/load-balancer/modules/p2-profile/pom.xml
+++ b/products/load-balancer/modules/p2-profile/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos.load.balancer</groupId>
         <artifactId>load-balancer-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/products/load-balancer/pom.xml
----------------------------------------------------------------------
diff --git a/products/load-balancer/pom.xml b/products/load-balancer/pom.xml
index 7cb218f..c7b371a 100755
--- a/products/load-balancer/pom.xml
+++ b/products/load-balancer/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/products/pom.xml
----------------------------------------------------------------------
diff --git a/products/pom.xml b/products/pom.xml
index b58a5ee..71d231b 100644
--- a/products/pom.xml
+++ b/products/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/products/stratos-cli/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-cli/distribution/pom.xml b/products/stratos-cli/distribution/pom.xml
index 13f9c86..1cf4c1e 100644
--- a/products/stratos-cli/distribution/pom.xml
+++ b/products/stratos-cli/distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>apache-stratos-cli-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/products/stratos-cli/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-cli/pom.xml b/products/stratos-cli/pom.xml
index 41b2cfc..74c35cd 100644
--- a/products/stratos-cli/pom.xml
+++ b/products/stratos-cli/pom.xml
@@ -22,7 +22,7 @@
      <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-products-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/products/stratos/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml
index 77d2b7b..f16c818 100755
--- a/products/stratos/modules/distribution/pom.xml
+++ b/products/stratos/modules/distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -452,7 +452,7 @@
         <dependency>
             <groupId>org.apache.stratos</groupId>
             <artifactId>org.apache.stratos.cep.extension</artifactId>
-            <version>4.0.0-SNAPSHOT</version>
+            <version>4.0.0-incubating</version>
         </dependency>
 	<dependency>
 	    <groupId>org.apache.geronimo.specs</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/products/stratos/modules/p2-profile-gen/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml
index 64ae09c..44f7921 100644
--- a/products/stratos/modules/p2-profile-gen/pom.xml
+++ b/products/stratos/modules/p2-profile-gen/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/products/stratos/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos/pom.xml b/products/stratos/pom.xml
index f478d6a..75854b0 100755
--- a/products/stratos/pom.xml
+++ b/products/stratos/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-products-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.account.mgt.stub/pom.xml
----------------------------------------------------------------------
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 4edc39a..aed82d4 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.adc.instanceinfo.mgt.stub/pom.xml
----------------------------------------------------------------------
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 38d9bc2..8354b19 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.adc.reponotification.service.stub/pom.xml
----------------------------------------------------------------------
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 b636bb3..4b8a8a6 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5ba1c3c1/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml
----------------------------------------------------------------------
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 8365428..f2c7f15 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 @@
     <parent>
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-service-stubs-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>