Upgrading 4.1.0 to 4.2.0

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

Branch: refs/heads/master
Commit: 5b14b0307dce697912587be2f38ea32ba5c3a861
Parents: 500eaf5
Author: Sajith Kariyawasam <[email protected]>
Authored: Mon Jan 6 18:15:23 2014 +0530
Committer: Sajith Kariyawasam <[email protected]>
Committed: Mon Jan 6 18:15:23 2014 +0530

----------------------------------------------------------------------
 components/org.apache.stratos.autoscaler/pom.xml               | 2 +-
 components/org.apache.stratos.cartridge.agent/pom.xml          | 4 ++--
 components/org.apache.stratos.cartridge.mgt.ui/pom.xml         | 2 +-
 components/org.apache.stratos.cloud.controller/pom.xml         | 6 +++---
 components/org.apache.stratos.common/pom.xml                   | 4 ++--
 components/org.apache.stratos.logging.view.ui/pom.xml          | 4 ++--
 components/org.apache.stratos.register.ui/pom.xml              | 6 +++---
 components/org.apache.stratos.rest.endpoint/pom.xml            | 6 +++---
 .../java/org/apache/stratos/rest/endpoint/ServiceHolder.java   | 2 +-
 .../apache/stratos/rest/endpoint/services/StratosAdmin.java    | 4 ++--
 components/org.apache.stratos.sso.redirector.ui/pom.xml        | 4 ++--
 components/org.apache.stratos.status.monitor.ui/pom.xml        | 4 ++--
 components/org.apache.stratos.tenant.activity/pom.xml          | 2 +-
 components/org.apache.stratos.tenant.mgt.email.sender/pom.xml  | 2 +-
 components/org.apache.stratos.theme.mgt/pom.xml                | 2 +-
 components/org.apache.stratos.throttling.manager/pom.xml       | 2 +-
 components/org.apache.stratos.usage.summary.helper/pom.xml     | 2 +-
 components/org.apache.stratos.usage/pom.xml                    | 2 +-
 components/pom.xml                                             | 1 -
 .../org.apache.stratos.tenant.mgt.server.feature/pom.xml       | 2 +-
 products/autoscaler/modules/distribution/pom.xml               | 4 ++--
 products/cloud-controller/modules/distribution/pom.xml         | 4 ++--
 products/stratos-controller/modules/dashboard/pom.xml          | 4 ++--
 products/stratos-controller/modules/login/pom.xml              | 2 +-
 products/stratos-controller/modules/p2-profile-gen/pom.xml     | 4 ++--
 products/stratos-controller/modules/styles/pom.xml             | 2 +-
 26 files changed, 41 insertions(+), 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/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 c5faf9a..92798b0 100644
--- a/components/org.apache.stratos.autoscaler/pom.xml
+++ b/components/org.apache.stratos.autoscaler/pom.xml
@@ -156,7 +156,7 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.utils</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/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 ecd46a8..064fc94 100644
--- a/components/org.apache.stratos.cartridge.agent/pom.xml
+++ b/components/org.apache.stratos.cartridge.agent/pom.xml
@@ -87,12 +87,12 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.utils</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.databridge.agent.thrift</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
         </dependency>
        </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/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 60a6fa4..c2e83e5 100644
--- a/components/org.apache.stratos.cartridge.mgt.ui/pom.xml
+++ b/components/org.apache.stratos.cartridge.mgt.ui/pom.xml
@@ -37,7 +37,7 @@
                <dependency>
                        <groupId>org.wso2.carbon</groupId>
                        <artifactId>org.wso2.carbon.ui</artifactId>
-                       <version>4.1.0</version>
+                       <version>4.2.0</version>
                </dependency>
                <dependency>
                        <groupId>org.wso2.carbon</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/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 92bf1ca..a658d18 100644
--- a/components/org.apache.stratos.cloud.controller/pom.xml
+++ b/components/org.apache.stratos.cloud.controller/pom.xml
@@ -146,7 +146,7 @@
 <dependency>
     <groupId>org.wso2.carbon</groupId>
     <artifactId>org.wso2.carbon.analytics.hive.stub</artifactId>
-       <version>4.1.0</version>
+       <version>4.2.0</version>
 </dependency>
 
                <!-- jclouds dependencies -->
@@ -260,12 +260,12 @@
          <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.databridge.agent.thrift</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.ntask.core</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
         </dependency>
     </dependencies>
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/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 067489f..ba98340 100644
--- a/components/org.apache.stratos.common/pom.xml
+++ b/components/org.apache.stratos.common/pom.xml
@@ -85,7 +85,7 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.databridge.commons</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>commons-lang.wso2</groupId>
@@ -100,7 +100,7 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.databridge.agent.thrift</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/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 47b78d4..3834b63 100644
--- a/components/org.apache.stratos.logging.view.ui/pom.xml
+++ b/components/org.apache.stratos.logging.view.ui/pom.xml
@@ -63,12 +63,12 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.ui</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.logging.view.stub</artifactId>
-           <version>4.1.0</version>
+           <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.stratos</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/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 66d13cb..8ebdcd7 100644
--- a/components/org.apache.stratos.register.ui/pom.xml
+++ b/components/org.apache.stratos.register.ui/pom.xml
@@ -68,12 +68,12 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.registry.common.ui</artifactId>
-           <version>4.1.0</version>
+           <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.registry.core</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>
@@ -98,7 +98,7 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.ui</artifactId>
-           <version>4.1.0</version>
+           <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.wso2.carbon</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/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 0effd27..7e0141f 100644
--- a/components/org.apache.stratos.rest.endpoint/pom.xml
+++ b/components/org.apache.stratos.rest.endpoint/pom.xml
@@ -67,19 +67,19 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.core</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.utils</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.identity.oauth.stub</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/ServiceHolder.java
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/ServiceHolder.java
 
b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/ServiceHolder.java
index 69e3aaa..ae88ee2 100644
--- 
a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/ServiceHolder.java
+++ 
b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/ServiceHolder.java
@@ -22,11 +22,11 @@ import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.stratos.common.TenantBillingService;
 import org.wso2.carbon.context.PrivilegedCarbonContext;
-import org.wso2.carbon.core.multitenancy.persistence.TenantPersistor;
 import org.wso2.carbon.registry.core.service.RegistryService;
 import org.wso2.carbon.user.core.service.RealmService;
 import org.wso2.carbon.user.core.tenant.TenantManager;
 import org.wso2.carbon.utils.ConfigurationContextService;
+import org.apache.stratos.tenant.mgt.core.TenantPersistor;
 
 /**
  * Some of the admin services needs objects with states inside the runtime. 
There are

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/StratosAdmin.java
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/StratosAdmin.java
 
b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/StratosAdmin.java
index 0cc4ca8..5fa0a10 100644
--- 
a/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/StratosAdmin.java
+++ 
b/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/StratosAdmin.java
@@ -42,7 +42,6 @@ import 
org.apache.stratos.rest.endpoint.exception.RestAPIException;
 import org.apache.stratos.tenant.mgt.util.TenantMgtUtil;
 import org.wso2.carbon.context.PrivilegedCarbonContext;
 import org.wso2.carbon.context.RegistryType;
-import org.wso2.carbon.core.multitenancy.persistence.TenantPersistor;
 import org.wso2.carbon.registry.core.session.UserRegistry;
 import org.wso2.carbon.user.api.UserRealm;
 import org.wso2.carbon.user.api.UserStoreManager;
@@ -50,6 +49,7 @@ import org.wso2.carbon.user.core.UserStoreException;
 import org.wso2.carbon.user.core.tenant.Tenant;
 import org.wso2.carbon.user.core.tenant.TenantManager;
 import org.wso2.carbon.utils.multitenancy.MultitenantConstants;
+import org.apache.stratos.tenant.mgt.core.TenantPersistor;
 
 import javax.ws.rs.*;
 import java.util.ArrayList;
@@ -369,7 +369,7 @@ public class StratosAdmin extends AbstractAdmin {
         TenantPersistor persistor = ServiceHolder.getTenantPersistor();
         // not validating the domain ownership, since created by super tenant
         int tenantId = persistor.persistTenant(tenant, false, 
tenantInfoBean.getSuccessKey(),
-                tenantInfoBean.getOriginatedService());
+                tenantInfoBean.getOriginatedService(),false); //TODO verify 
whether this is the correct approach (isSkeleton)
         tenantInfoBean.setTenantId(tenantId);
 
         TenantMgtUtil.addClaimsToUserStoreManager(tenant);

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/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 425385b..2607c6b 100644
--- a/components/org.apache.stratos.sso.redirector.ui/pom.xml
+++ b/components/org.apache.stratos.sso.redirector.ui/pom.xml
@@ -66,12 +66,12 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.ui</artifactId>
-           <version>4.1.0</version>
+           <version>4.2.0</version>
         </dependency>
        <dependency>
             <groupId>org.wso2.carbon</groupId>
             
<artifactId>org.wso2.carbon.identity.authenticator.saml2.sso.common</artifactId>
-           <version>4.1.0</version>
+           <version>4.2.0</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/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 496c0a0..fccaa8f 100644
--- a/components/org.apache.stratos.status.monitor.ui/pom.xml
+++ b/components/org.apache.stratos.status.monitor.ui/pom.xml
@@ -65,12 +65,12 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.ui</artifactId>
-           <version>4.1.0</version>
+           <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.status.monitor.stub</artifactId>
-           <version>4.1.0</version>
+           <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.stratos</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/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 6ef26b0..8401460 100644
--- a/components/org.apache.stratos.tenant.activity/pom.xml
+++ b/components/org.apache.stratos.tenant.activity/pom.xml
@@ -133,7 +133,7 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.cluster.mgt.core</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/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 63b9ba8..967a022 100644
--- a/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml
+++ b/components/org.apache.stratos.tenant.mgt.email.sender/pom.xml
@@ -83,7 +83,7 @@
         <dependency>
            <groupId>org.wso2.carbon</groupId>
            <artifactId>org.wso2.carbon.email.verification</artifactId>
-          <version>4.1.0</version>
+          <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.wso2.carbon</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/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 4015172..ee3fd70 100644
--- a/components/org.apache.stratos.theme.mgt/pom.xml
+++ b/components/org.apache.stratos.theme.mgt/pom.xml
@@ -97,7 +97,7 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.registry.resource</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.stratos</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/components/org.apache.stratos.throttling.manager/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.throttling.manager/pom.xml 
b/components/org.apache.stratos.throttling.manager/pom.xml
index f861f99..c83df9c 100644
--- a/components/org.apache.stratos.throttling.manager/pom.xml
+++ b/components/org.apache.stratos.throttling.manager/pom.xml
@@ -106,7 +106,7 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.utils</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/components/org.apache.stratos.usage.summary.helper/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.usage.summary.helper/pom.xml 
b/components/org.apache.stratos.usage.summary.helper/pom.xml
index 7a04afd..e634728 100644
--- a/components/org.apache.stratos.usage.summary.helper/pom.xml
+++ b/components/org.apache.stratos.usage.summary.helper/pom.xml
@@ -116,7 +116,7 @@
                <dependency>
                        <groupId>org.wso2.carbon</groupId>
                        <artifactId>org.wso2.carbon.analytics.hive</artifactId>
-                       <version>4.1.0</version>
+                       <version>4.2.0</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.hadoop</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/components/org.apache.stratos.usage/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.usage/pom.xml 
b/components/org.apache.stratos.usage/pom.xml
index 558f3c4..db5715e 100644
--- a/components/org.apache.stratos.usage/pom.xml
+++ b/components/org.apache.stratos.usage/pom.xml
@@ -140,7 +140,7 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.ndatasource.core</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
         </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/components/pom.xml
----------------------------------------------------------------------
diff --git a/components/pom.xml b/components/pom.xml
index fd7d1a8..0868753 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -340,7 +340,6 @@
            <opensaml2.wso2.version>2.4.1.wso2v1</opensaml2.wso2.version>
        <openid4java.wso2.version>0.9.6.wso2v1</openid4java.wso2.version>
            
<httpcomponents-httpclient.wso2.version>4.1.1-wso2v1</httpcomponents-httpclient.wso2.version>
-       
<httpcomponents-httpcore.wso2.version>4.1.0-wso2v1</httpcomponents-httpcore.wso2.version>
            <scxml.version>0.9.0.wso2v1</scxml.version>
        <google.step2.wso2.version>1.0.wso2v1</google.step2.wso2.version>
            <google.guice.wso2.version>3.0.wso2v1</google.guice.wso2.version>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/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 a3dade9..903e645 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
@@ -48,7 +48,7 @@
            <dependency>
                 <groupId>org.wso2.carbon</groupId>
                 <artifactId>org.wso2.carbon.email.verification</artifactId>
-               <version>4.1.0</version>
+               <version>4.2.0</version>
             </dependency>
     </dependencies>
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/products/autoscaler/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/autoscaler/modules/distribution/pom.xml 
b/products/autoscaler/modules/distribution/pom.xml
index af61a50..ffc59e7 100644
--- a/products/autoscaler/modules/distribution/pom.xml
+++ b/products/autoscaler/modules/distribution/pom.xml
@@ -66,12 +66,12 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.event.client</artifactId>
-           <version>4.1.0</version>
+           <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.event.client.stub</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/products/cloud-controller/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/cloud-controller/modules/distribution/pom.xml 
b/products/cloud-controller/modules/distribution/pom.xml
index fdc88e0..7f12782 100644
--- a/products/cloud-controller/modules/distribution/pom.xml
+++ b/products/cloud-controller/modules/distribution/pom.xml
@@ -66,12 +66,12 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.event.client</artifactId>
-           <version>4.1.0</version>
+           <version>4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.event.client.stub</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
         </dependency>
     </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/products/stratos-controller/modules/dashboard/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/dashboard/pom.xml 
b/products/stratos-controller/modules/dashboard/pom.xml
index 443295f..53f286f 100644
--- a/products/stratos-controller/modules/dashboard/pom.xml
+++ b/products/stratos-controller/modules/dashboard/pom.xml
@@ -136,8 +136,8 @@
     <properties>
         <eclipse.version>3.2.0</eclipse.version>
         <!-- Component versions == Carbon version, if not, please change the 
properties below. -->
-        <registry-component.version>4.1.0</registry-component.version>
-       <governance-component.version>4.1.0</governance-component.version>
+        <registry-component.version>4.2.0</registry-component.version>
+       <governance-component.version>4.2.0</governance-component.version>
     </properties>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/products/stratos-controller/modules/login/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/login/pom.xml 
b/products/stratos-controller/modules/login/pom.xml
index cc2c451..6ab3f62 100644
--- a/products/stratos-controller/modules/login/pom.xml
+++ b/products/stratos-controller/modules/login/pom.xml
@@ -126,6 +126,6 @@
     <properties>
         <eclipse.version>3.2.0</eclipse.version>
         <!-- Component versions == Carbon version, if not, please change the 
properties below. -->
-        <registry-component.version>4.1.0</registry-component.version>
+        <registry-component.version>4.2.0</registry-component.version>
    </properties>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/products/stratos-controller/modules/p2-profile-gen/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/p2-profile-gen/pom.xml 
b/products/stratos-controller/modules/p2-profile-gen/pom.xml
index 14ddce2..1610333 100644
--- a/products/stratos-controller/modules/p2-profile-gen/pom.xml
+++ b/products/stratos-controller/modules/p2-profile-gen/pom.xml
@@ -60,7 +60,7 @@
                             </artifactItems>
                         </configuration>
                     </execution>
-                   <execution>
+                    <!--                   <execution>
                         <id>2-unpack-kernel-patch</id>
                         <phase>test</phase>
                         <goals>
@@ -78,7 +78,7 @@
                                 </artifactItem>
                             </artifactItems>
                         </configuration>
-                    </execution>
+                    </execution> -->
                 </executions>
             </plugin>
             <plugin>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5b14b030/products/stratos-controller/modules/styles/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/pom.xml 
b/products/stratos-controller/modules/styles/pom.xml
index 745e95c..366573b 100644
--- a/products/stratos-controller/modules/styles/pom.xml
+++ b/products/stratos-controller/modules/styles/pom.xml
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.ui</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
         </dependency>
 
         <dependency>

Reply via email to