You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/08/03 13:03:06 UTC

git commit: Fixing https://issues.apache.org/jira/browse/STRATOS-22

Updated Branches:
  refs/heads/master 8a6058466 -> 92f503335


Fixing https://issues.apache.org/jira/browse/STRATOS-22


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

Branch: refs/heads/master
Commit: 92f50333501bba207390583b1579488defd11189
Parents: 8a60584
Author: Lahiru Sandaruwan <la...@wso2.com>
Authored: Sat Aug 3 16:38:08 2013 +0530
Committer: Lahiru Sandaruwan <la...@wso2.com>
Committed: Sat Aug 3 16:38:08 2013 +0530

----------------------------------------------------------------------
 .../java/org/apache/stratos/common/constants/StratosConstants.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/92f50333/components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/constants/StratosConstants.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/constants/StratosConstants.java b/components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/constants/StratosConstants.java
index 800206a..b365258 100644
--- a/components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/constants/StratosConstants.java
+++ b/components/org.apache.stratos.common/src/main/java/org/apache/stratos/common/constants/StratosConstants.java
@@ -70,7 +70,7 @@ public class StratosConstants {
     public static final String IS_CREDENTIALS_ALREADY_RESET = "isCredentialsReset";
     public static final String TENANT_ADMIN = "tenantAdminUsername";
 
-    public static final String CLOUD_MANAGER_SERVICE = "WSO2 Stratos Manager";
+    public static final String CLOUD_MANAGER_SERVICE = "Apache Stratos Controller";
     public static final String CLOUD_IDENTITY_SERVICE = "WSO2 Stratos Identity";
     public static final String CLOUD_GOVERNANCE_SERVICE = "WSO2 Stratos Governance";
     public static final String CLOUD_ESB_SERVICE = "WSO2 Stratos Enterprise Service Bus";