From commits-return-50426-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Mon Nov 5 22:46:42 2018 Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9079189CA for ; Mon, 5 Nov 2018 22:46:41 +0000 (UTC) Received: (qmail 84892 invoked by uid 500); 5 Nov 2018 22:46:41 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 84846 invoked by uid 500); 5 Nov 2018 22:46:41 -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 84837 invoked by uid 99); 5 Nov 2018 22:46:41 -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, 05 Nov 2018 22:46:41 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B58E1E0058; Mon, 5 Nov 2018 22:46:41 +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: X-Mailer: ASF-Git Admin Mailer Subject: directory-fortress-enmasse git commit: 2.0.3 release preps Date: Mon, 5 Nov 2018 22:46:41 +0000 (UTC) Repository: directory-fortress-enmasse Updated Branches: refs/heads/master e5edc636b -> 3bbc9274e 2.0.3 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/3bbc9274 Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/3bbc9274 Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/3bbc9274 Branch: refs/heads/master Commit: 3bbc9274e9a3606c075fc3f5611ddf4283e20efb Parents: e5edc63 Author: Shawn McKinney Authored: Mon Nov 5 16:46:36 2018 -0600 Committer: Shawn McKinney Committed: Mon Nov 5 16:46:36 2018 -0600 ---------------------------------------------------------------------- README-QUICKSTART.md | 8 ++++---- README.md | 12 ++++++------ pom.xml | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/3bbc9274/README-QUICKSTART.md ---------------------------------------------------------------------- diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md index e7e99ab..5d824db 100644 --- a/README-QUICKSTART.md +++ b/README-QUICKSTART.md @@ -16,7 +16,7 @@ under the License. # README-QUICKSTART for Apache Fortress Rest - * version 2.0.2 + * version 2.0.3 ------------------------------------------------------------------------------- ## Table of Contents @@ -53,7 +53,7 @@ Set the java system properties in tomcat with the target ldap server's coordinat a. For OpenLDAP: ``` - JAVA_OPTS="-Dversion=2.0.2 -Dfortress.admin.user=cn=Manager,dc=example,dc=com -Dfortress.admin.pw=secret -Dfortress.config.root=ou=Config,dc=example,dc=com" + JAVA_OPTS="-Dversion=2.0.3 -Dfortress.admin.user=cn=Manager,dc=example,dc=com -Dfortress.admin.pw=secret -Dfortress.config.root=ou=Config,dc=example,dc=com" ``` b. For ApacheDS: @@ -66,7 +66,7 @@ Set the java system properties in tomcat with the target ldap server's coordinat 4. Download the fortress realm proxy jar into tomcat/lib folder: ``` - wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.2/fortress-realm-proxy-2.0.2.jar -P $TOMCAT_HOME/lib + wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.3/fortress-realm-proxy-2.0.3.jar -P $TOMCAT_HOME/lib ``` where *TOMCAT_HOME* matches your target env. @@ -74,7 +74,7 @@ Set the java system properties in tomcat with the target ldap server's coordinat 5. Download the fortress rest war into tomcat/webapps folder: ``` - wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-rest/2.0.2/fortress-rest-2.0.2.war -P $TOMCAT_HOME/webapps + wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-rest/2.0.3/fortress-rest-2.0.3.war -P $TOMCAT_HOME/webapps ``` where *TOMCAT_HOME* matches your target env. http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/3bbc9274/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index cf57c43..cecda08 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ under the License. # README for Apache Fortress Rest - * Version 2.0.2 + * Version 2.0.3 * Apache Fortress Rest System Architecture Diagram ![Apache Fortress Rest System Architecture](images/fortress-rest-system-arch.png "Apache Fortress Rest System Architecture") @@ -73,7 +73,7 @@ Everything else covered in steps that follow. Tested on Debian, Centos systems. a. from git: ``` - git clone --branch 2.0.2 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git + git clone --branch 2.0.3 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git cd directory-fortress-enmasse mvn clean install ``` @@ -81,9 +81,9 @@ Everything else covered in steps that follow. Tested on Debian, Centos systems. b. or download package: ``` - wget http://www.apache.org/dist/directory/fortress/dist/2.0.2/fortress-rest-2.0.2-source-release.zip - unzip fortress-rest-2.0.2.zip - cd fortress-rest-2.0.2 + wget http://www.apache.org/dist/directory/fortress/dist/2.0.3/fortress-rest-2.0.3-source-release.zip + unzip fortress-rest-2.0.3.zip + cd fortress-rest-2.0.3 mvn clean install ``` @@ -103,7 +103,7 @@ This web app uses Java EE security. #### 1. Download the fortress realm proxy jar into tomcat/lib folder: ```bash - wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.2/fortress-realm-proxy-2.0.2.jar -P $TOMCAT_HOME/lib + wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.3/fortress-realm-proxy-2.0.3.jar -P $TOMCAT_HOME/lib ``` * Where `$TOMCAT_HOME` points to the execution env. http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/3bbc9274/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ee01862..46f631c 100755 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git - 2.0.2 + 2.0.3 @@ -93,7 +93,7 @@ ${project.name} ${project.version} - ${project.version} + 2.0.3 3.2.6 3.1 1.8