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 2019/12/09 17:51:10 UTC

[directory-fortress-core] branch master updated: 2.0.4 release preps

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 984275c  2.0.4 release preps
984275c is described below

commit 984275c89dabe4001f9414a2fe089fb1af342e24
Author: smckinney <sm...@apache.org>
AuthorDate: Mon Dec 9 11:51:02 2019 -0600

    2.0.4 release preps
---
 README-QUICKSTART-APACHEDS.md | 30 +++++++++++++++---------------
 README-QUICKSTART-SLAPD.md    | 30 +++++++++++++++---------------
 README-TEN-MINUTE-GUIDE.md    |  2 +-
 README.md                     |  4 ++--
 slapd.properties.example      |  2 +-
 5 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/README-QUICKSTART-APACHEDS.md b/README-QUICKSTART-APACHEDS.md
index a8faabe..3ad7d3f 100644
--- a/README-QUICKSTART-APACHEDS.md
+++ b/README-QUICKSTART-APACHEDS.md
@@ -18,7 +18,7 @@
 
 # ApacheDS & Fortress QUICKSTART
 
- Apache Fortress 2.0.3 and ApacheDS Quickstart System Architecture
+ Apache Fortress 2.0.4 and ApacheDS Quickstart System Architecture
  ![ApacheDS & Fortress System Architecture](images/fortress-apacheds-system-arch.png "ApacheDS & Fortress System Architecture")
 
 -------------------------------------------------------------------------------
@@ -36,7 +36,7 @@
 ___________________________________________________________________________________
 ## Document Overview
 
- * This document contains instructions to install Apache Fortress 2.0.3 Core, Web, Rest and ApacheDS.
+ * This document contains instructions to install Apache Fortress 2.0.4 Core, Web, Rest and ApacheDS.
 
 -------------------------------------------------------------------------------
 ## SECTION 1. Prerequisites
@@ -109,15 +109,15 @@ ________________________________________________________________________________
 1. Download the package:
  a. from git:
  ```
- git clone --branch 2.0.3  https://gitbox.apache.org/repos/asf/directory-fortress-core.git
+ git clone --branch 2.0.4  https://gitbox.apache.org/repos/asf/directory-fortress-core.git
  cd directory-fortress-core
  ```
 
  b. or download package:
  ```
- wget http://www.apache.org/dist/directory/fortress/dist/2.0.3/fortress-core-2.0.3-source-release.zip
- unzip fortress-core-2.0.3-source-release.zip
- cd fortress-core-2.0.3
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.4/fortress-core-2.0.4-source-release.zip
+ unzip fortress-core-2.0.4-source-release.zip
+ cd fortress-core-2.0.4
  ```
 
 2. Prepare the package:
@@ -284,7 +284,7 @@ During this section, you will be asked to setup Apache Tomcat 8 and prepare for
 2. Download the fortress realm proxy jar into tomcat/lib folder:
 
   ```
-  sudo 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 /usr/local/tomcat8/lib
+  sudo wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.4/fortress-realm-proxy-2.0.4.jar -P /usr/local/tomcat8/lib
   ```
 
 3. Prepare tomcat fortress usage:
@@ -378,15 +378,15 @@ During this section, you will be asked to setup Apache Fortress Rest Application
 
  a. from git:
  ```
- git clone --branch 2.0.3  https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
+ git clone --branch 2.0.4  https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
  cd directory-fortress-enmasse
  ```
 
  b. or download package:
  ```
- 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-source-release.zip
- cd fortress-rest-2.0.3
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.4/fortress-rest-2.0.4-source-release.zip
+ unzip fortress-rest-2.0.4-source-release.zip
+ cd fortress-rest-2.0.4
  ```
 
 2. Prepare:
@@ -424,15 +424,15 @@ During this section, you will be asked to setup Apache Fortress Web Application
 
  a. from git:
  ```
- git clone --branch 2.0.3  https://gitbox.apache.org/repos/asf/directory-fortress-commander.git
+ git clone --branch 2.0.4  https://gitbox.apache.org/repos/asf/directory-fortress-commander.git
  cd directory-fortress-commander
  ```
 
  b. or download package:
  ```
- wget http://www.apache.org/dist/directory/fortress/dist/2.0.3/fortress-web-2.0.3-source-release.zip
- unzip fortress-web-2.0.3-source-release.zip
- cd fortress-web-2.0.3
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.4/fortress-web-2.0.4-source-release.zip
+ unzip fortress-web-2.0.4-source-release.zip
+ cd fortress-web-2.0.4
  ```
 
 2. Prepare:
diff --git a/README-QUICKSTART-SLAPD.md b/README-QUICKSTART-SLAPD.md
index dc1f029..44c76a7 100644
--- a/README-QUICKSTART-SLAPD.md
+++ b/README-QUICKSTART-SLAPD.md
@@ -18,7 +18,7 @@
 
 # OpenLDAP & Fortress QUICKSTART
 
- Apache Fortress 2.0.3 and OpenLDAP Quickstart System Architecture
+ Apache Fortress 2.0.4 and OpenLDAP Quickstart System Architecture
  ![OpenLDAP & Fortress System Architecture](images/fortress-openldap-accel-system-arch.png "OpenLDAP & Fortress System Architecture")
 
 -------------------------------------------------------------------------------
@@ -35,7 +35,7 @@
 ___________________________________________________________________________________
 ## Document Overview
 
- * This document contains instructions to install Apache Fortress 2.0.3 Core, Web, Rest and OpenLDAP.
+ * This document contains instructions to install Apache Fortress 2.0.4 Core, Web, Rest and OpenLDAP.
 
 -------------------------------------------------------------------------------
 ## SECTION 1. Prerequisites
@@ -57,15 +57,15 @@ ________________________________________________________________________________
 
  a. from git:
  ```
- git clone --branch 2.0.3  https://gitbox.apache.org/repos/asf/directory-fortress-core.git
+ git clone --branch 2.0.4  https://gitbox.apache.org/repos/asf/directory-fortress-core.git
  cd directory-fortress-core
  ```
 
  b. or download package:
  ```
- wget http://www.apache.org/dist/directory/fortress/dist/2.0.3/fortress-core-2.0.3-source-release.zip
- unzip fortress-core-2.0.3-source-release.zip
- cd fortress-core-2.0.3
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.4/fortress-core-2.0.4-source-release.zip
+ unzip fortress-core-2.0.4-source-release.zip
+ cd fortress-core-2.0.4
  ```
 
 2. Prepare the package:
@@ -307,7 +307,7 @@ During this section, you will be asked to setup Apache Tomcat 8 and prepare for
 2. Download the fortress realm proxy jar into tomcat/lib folder:
 
   ```
-  sudo 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 /usr/local/tomcat8/lib
+  sudo wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.4/fortress-realm-proxy-2.0.4.jar -P /usr/local/tomcat8/lib
   ```
 
 3. Prepare tomcat fortress usage:
@@ -402,15 +402,15 @@ During this section, you will be asked to setup Apache Fortress Rest Application
 
  a. from git:
  ```
- git clone --branch 2.0.3  https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
+ git clone --branch 2.0.4  https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
  cd directory-fortress-enmasse
  ```
 
  b. or download package:
  ```
- 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-source-release.zip
- cd fortress-rest-2.0.3
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.4/fortress-rest-2.0.4-source-release.zip
+ unzip fortress-rest-2.0.4-source-release.zip
+ cd fortress-rest-2.0.4
  ```
 
 2. Prepare:
@@ -448,15 +448,15 @@ During this section, you will be asked to setup Apache Fortress Web Application
 
  a. from git:
  ```
- git clone --branch 2.0.3  https://gitbox.apache.org/repos/asf/directory-fortress-commander.git
+ git clone --branch 2.0.4  https://gitbox.apache.org/repos/asf/directory-fortress-commander.git
  cd directory-fortress-commander
  ```
 
  b. or download package:
  ```
- wget http://www.apache.org/dist/directory/fortress/dist/2.0.3/fortress-web-2.0.3-source-release.zip
- unzip fortress-web-2.0.3-source-release.zip
- cd fortress-web-2.0.3
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.4/fortress-web-2.0.4-source-release.zip
+ unzip fortress-web-2.0.4-source-release.zip
+ cd fortress-web-2.0.4
  ```
 
 2. Prepare:
diff --git a/README-TEN-MINUTE-GUIDE.md b/README-TEN-MINUTE-GUIDE.md
index 651889c..02b890a 100644
--- a/README-TEN-MINUTE-GUIDE.md
+++ b/README-TEN-MINUTE-GUIDE.md
@@ -19,7 +19,7 @@
 -------------------------------------------------------------------------------
 # README for Apache Fortress Ten Minute Guide
 
- * Version 2.0.3
+ * Version 2.0.4
  * This document has been deprecated in favor of:
     * Follow these instructions: [README-QUICKSTART-APACHEDS](./README-QUICKSTART-APACHEDS.md)
     * Follow these instructions: [README-QUICKSTART-SLAPD](./README-QUICKSTART-SLAPD.md)
diff --git a/README.md b/README.md
index a90a3c6..92a0b6f 100644
--- a/README.md
+++ b/README.md
@@ -93,10 +93,10 @@ From Apache GIT Fortress-Core Software Repo:
  git clone  https://gitbox.apache.org/repos/asf/directory-fortress-core.git
  ```
 
- * or by specific version, e.g. 2.0.3
+ * or by specific version, e.g. 2.0.4
 
  ```
-  git clone --branch 2.0.3  https://gitbox.apache.org/repos/asf/directory-fortress-core.git
+  git clone --branch 2.0.4  https://gitbox.apache.org/repos/asf/directory-fortress-core.git
  ```
 
 2. Set Java and Maven home on machines.
diff --git a/slapd.properties.example b/slapd.properties.example
index fa4283b..0ee4726 100644
--- a/slapd.properties.example
+++ b/slapd.properties.example
@@ -123,7 +123,7 @@ log.ops=logops bind writes compare
 
 # The following optional HTTP parameters are needed when Fortress core client-side communicates though fortress-rest HTTP proxy (rather than LDAP) server:
 # Thr nav URL to fortress-rest impl: uri = httpProtocol + "://" + httpHost + ":" + httpPort + "/" + "fortress-rest-" + version; + "/";:
-# version is set as system property, i.e. -Dversion=2.0.3
+# version is set as system property, i.e. -Dversion=2.0.4
 # Setting the enable.mgr.impl.rest to 'true' sets Fortress instance to use HTTP services rather than LDAPv3 protocol. Default value is 'false':
 # Use interface over REST/HTTP?  Default is false (use LDAPv3)
 #enable.mgr.impl.rest=true