Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4D84C200B48 for ; Mon, 18 Jul 2016 20:26:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4C263160A65; Mon, 18 Jul 2016 18:26:56 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 948C8160A5D for ; Mon, 18 Jul 2016 20:26:55 +0200 (CEST) Received: (qmail 77132 invoked by uid 500); 18 Jul 2016 18:26:54 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 77123 invoked by uid 99); 18 Jul 2016 18:26:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2016 18:26:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AC853DFAF5; Mon, 18 Jul 2016 18:26:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smckinney@apache.org To: commits@directory.apache.org Message-Id: <6dec0701552f4e54b323c304b89d34dc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: directory-fortress-enmasse git commit: 1.0.1 release preps Date: Mon, 18 Jul 2016 18:26:54 +0000 (UTC) archived-at: Mon, 18 Jul 2016 18:26:56 -0000 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 Authored: Mon Jul 18 13:24:54 2016 -0500 Committer: Shawn McKinney 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 ```