You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/09/26 18:26:58 UTC

[5/5] directory-fortress-enmasse git commit: FC-144 - Ability to assign groups to roles. This closes #6

 FC-144 - Ability to assign groups to roles.  This closes #6


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/d825f1d4
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/d825f1d4
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/d825f1d4

Branch: refs/heads/master
Commit: d825f1d411d1ab761e96fde62716b6cc6778c70c
Parents: 3eb9754
Author: Shawn McKinney <sm...@apache.org>
Authored: Sun Sep 25 17:50:23 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sun Sep 25 17:50:23 2016 -0500

----------------------------------------------------------------------
 README.md                                                    | 2 +-
 src/test/java/org/apache/directory/fortress/rest/EmTest.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/d825f1d4/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c11b734..b4965de 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Rest
- * Version 1.0.1
+ * Version 1.0.2-SNAPSHOT
  * Apache Fortress Rest System Architecture Diagram
  ![Apache Fortress Rest System Architecture](images/fortress-rest-system-arch.png "Apache Fortress Rest System Architecture")
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/d825f1d4/src/test/java/org/apache/directory/fortress/rest/EmTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/directory/fortress/rest/EmTest.java b/src/test/java/org/apache/directory/fortress/rest/EmTest.java
index 89f002f..22a474e 100644
--- a/src/test/java/org/apache/directory/fortress/rest/EmTest.java
+++ b/src/test/java/org/apache/directory/fortress/rest/EmTest.java
@@ -54,7 +54,7 @@ public final class EmTest
     private static final String HOST = "localhost";
     private static final String PORT = "8080";
     private static final String VERSION = System.getProperty("version");
-    private static final String SERVICE = "enmasse-" + VERSION;
+    private static final String SERVICE = "fortress-rest-" + VERSION;
     private static final String URI = "http://" + HOST + ":" + PORT + "/" + SERVICE + "/";
     private static final String USER_ID = "demouser4";
     private static final String PASSWORD = "password";