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 AC77E200BB3 for ; Wed, 2 Nov 2016 23:58:56 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AB274160AFB; Wed, 2 Nov 2016 22:58: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 F1234160AF0 for ; Wed, 2 Nov 2016 23:58:55 +0100 (CET) Received: (qmail 91766 invoked by uid 500); 2 Nov 2016 22:58:55 -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 91757 invoked by uid 99); 2 Nov 2016 22:58:55 -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; Wed, 02 Nov 2016 22:58:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 162DDE0FA0; Wed, 2 Nov 2016 22:58:55 +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: <28513a94213845d3851c6b4b15b1d219@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: directory-fortress-commander git commit: 2.0.0-RC1 release preps Date: Wed, 2 Nov 2016 22:58:55 +0000 (UTC) archived-at: Wed, 02 Nov 2016 22:58:56 -0000 Repository: directory-fortress-commander Updated Branches: refs/heads/master 56624d7ee -> a4f8cb010 2.0.0-RC1 release preps Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/a4f8cb01 Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/a4f8cb01 Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/a4f8cb01 Branch: refs/heads/master Commit: a4f8cb010574562527bc4f427a264418f038fb5c Parents: 56624d7 Author: Shawn McKinney Authored: Fri Oct 28 10:52:01 2016 -0500 Committer: Shawn McKinney Committed: Fri Oct 28 10:52:01 2016 -0500 ---------------------------------------------------------------------- README-QUICKSTART.md | 8 ++++---- README.md | 10 +++++----- src/main/resources/applicationContext.xml | 7 +------ 3 files changed, 10 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/a4f8cb01/README-QUICKSTART.md ---------------------------------------------------------------------- diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md index df7b643..ab96113 100644 --- a/README-QUICKSTART.md +++ b/README-QUICKSTART.md @@ -16,7 +16,7 @@ under the License. # README-QUICKSTART for Apache Fortress Web - * Version 1.0.1 + * Version 2.0.0-RC1 ------------------------------------------------------------------------------- ## 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=1.0.1 -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.0-RC1 -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/1.0.1/fortress-realm-proxy-1.0.1.jar -P $TOMCAT_HOME/lib + wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.0-RC1/fortress-realm-proxy-2.0.0-RC1.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 web war into tomcat/webapps folder: ``` - wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-web/1.0.1/fortress-web-1.0.1.war -P $TOMCAT_HOME/webapps + wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-web/2.0.0-RC1/fortress-web-2.0.0-RC1.war -P $TOMCAT_HOME/webapps ``` where *TOMCAT_HOME* matches your target env. http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/a4f8cb01/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index b2a550f..7c6aede 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ under the License. # README for Apache Fortress Web - * Version 1.0.1 + * Version 2.0.0-RC1 * Apache Fortress Web System Architecture Diagram ![Apache Fortress Web System Architecture](images/fortress-web-system-arch.png "Apache Fortress Web System Architecture") @@ -73,7 +73,7 @@ Build the source. a. from git: ``` - git clone --branch 1.0.1 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git + git clone --branch 2.0.0-RC1 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git cd directory-fortress-commander mvn clean install ``` @@ -81,9 +81,9 @@ Build the source. b. or download package: ``` - wget http://www.apache.org/dist/directory/fortress/dist/1.0.1/fortress-web-1.0.1-source-release.zip - unzip fortress-web-1.0.1-source-release.zip - cd fortress-web-1.0.1 + wget http://www.apache.org/dist/directory/fortress/dist/2.0.0-RC1/fortress-web-2.0.0-RC1-source-release.zip + unzip fortress-web-2.0.0-RC1-source-release.zip + cd fortress-web-2.0.0-RC1 mvn clean install ``` http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/a4f8cb01/src/main/resources/applicationContext.xml ---------------------------------------------------------------------- diff --git a/src/main/resources/applicationContext.xml b/src/main/resources/applicationContext.xml index dbe15af..e58b4cd 100644 --- a/src/main/resources/applicationContext.xml +++ b/src/main/resources/applicationContext.xml @@ -74,15 +74,10 @@ factory-method="createInstance"> - - @@ -95,7 +90,7 @@ - 2.0.0-RC1-SNAPSHOT + 2.0.0-RC1