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 2015/05/15 13:04:30 UTC

[1/2] stratos git commit: This closes #319 on GitHub

Repository: stratos
Updated Branches:
  refs/heads/master 1dd5672ce -> c92f6a0da


This closes #319 on GitHub


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

Branch: refs/heads/master
Commit: c92f6a0dae5694bc532c6f494ff4b0e3b25d54fa
Parents: 22bbf9d
Author: Imesh Gunaratne <im...@apache.org>
Authored: Fri May 15 16:34:26 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Fri May 15 16:34:26 2015 +0530

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/2] stratos git commit: Fixing group alias in startup order

Posted by im...@apache.org.
Fixing group alias in startup order


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

Branch: refs/heads/master
Commit: 22bbf9dc423d80644887d00223ae454f36005a0a
Parents: 1dd5672
Author: anuruddhal <an...@gmail.com>
Authored: Fri May 15 14:23:54 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Fri May 15 16:34:26 2015 +0530

----------------------------------------------------------------------
 samples/cartridges-groups/group1.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/22bbf9dc/samples/cartridges-groups/group1.json
----------------------------------------------------------------------
diff --git a/samples/cartridges-groups/group1.json b/samples/cartridges-groups/group1.json
index 8f14c98..652e9bd 100644
--- a/samples/cartridges-groups/group1.json
+++ b/samples/cartridges-groups/group1.json
@@ -28,7 +28,7 @@
             {
                 "aliases" : [
                     "cartridge.my-c1-group1",
-                    "group.group2"
+                    "group.my-group2"
                 ]
             }
         ],