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/07/18 18:26:54 UTC

directory-fortress-enmasse git commit: 1.0.1 release preps

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master e45a01fde -> abea2486e


1.0.1 release preps


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/abea2486
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/abea2486
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/abea2486

Branch: refs/heads/master
Commit: abea2486ea7fa79962682fa3bfe9cb39be46a8ae
Parents: e45a01f
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Jul 18 13:24:54 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Jul 18 13:24:54 2016 -0500

----------------------------------------------------------------------
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/abea2486/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 02288d0..c11b734 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Rest
- * Version 1.0.0
+ * Version 1.0.1
  * Apache Fortress Rest System Architecture Diagram
  ![Apache Fortress Rest System Architecture](images/fortress-rest-system-arch.png "Apache Fortress Rest System Architecture")
 
@@ -75,7 +75,7 @@ Everything else covered in steps that follow.  Tested on Debian, Centos & Window
 
  a. from git:
  ```
- git clone --branch 1.0.0 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
+ git clone --branch 1.0.1 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
  cd directory-fortress-enmasse
  mvn clean install
  ```
@@ -83,9 +83,9 @@ Everything else covered in steps that follow.  Tested on Debian, Centos & Window
  b. or download package:
 
  ```
- wget http://www.apache.org/dist/directory/fortress/dist/1.0.0/fortress-rest-1.0.0-source-release.zip
- unzip fortress-rest-1.0.0-source-release.zip
- cd fortress-rest-1.0.0
+ wget http://www.apache.org/dist/directory/fortress/dist/1.0.1/fortress-rest-1.0.1-source-release.zip
+ unzip fortress-rest-1.0.1-source-release.zip
+ cd fortress-rest-1.0.1
  mvn clean install
  ```