Updated Branches: refs/heads/master 44e28ac43 -> c59170bf3
adapting the apache convention Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/c59170bf Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/c59170bf Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/c59170bf Branch: refs/heads/master Commit: c59170bf37ab7f6ce845793b65b29213bbef7453 Parents: 44e28ac Author: rekathiru <[email protected]> Authored: Wed Jan 22 23:34:02 2014 +0530 Committer: rekathiru <[email protected]> Committed: Wed Jan 22 23:34:02 2014 +0530 ---------------------------------------------------------------------- .../stratos/cloud/controller/util/CloudControllerConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c59170bf/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/util/CloudControllerConstants.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/util/CloudControllerConstants.java b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/util/CloudControllerConstants.java index d794318..4deeda0 100644 --- a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/util/CloudControllerConstants.java +++ b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/util/CloudControllerConstants.java @@ -93,7 +93,7 @@ public final class CloudControllerConstants { public static final String HOST_PORT_ELEMENT = "port"; public static final String USER_NAME_ELEMENT = "userName"; public static final String PASSWORD_ELEMENT = "password"; - public static final String CLOUD_CONTROLLER_EVENT_STREAM = "org.wso2.stratos.cloud.controller"; + public static final String CLOUD_CONTROLLER_EVENT_STREAM = "org.apache.stratos.cloud.controller"; public static final String CLOUD_CONTROLLER_COL_FAMILY = CLOUD_CONTROLLER_EVENT_STREAM.replaceAll("[/.]", "_");
