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 2020/05/22 15:22:07 UTC

[directory-fortress-enmasse] branch master updated: 2.0.5 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-enmasse.git


The following commit(s) were added to refs/heads/master by this push:
     new 2818a85  2.0.5 release preps
2818a85 is described below

commit 2818a8519898c51907c04e86f42a812b368b03fe
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Fri May 22 10:21:59 2020 -0500

    2.0.5 release preps
---
 README-QUICKSTART.md | 22 +++++++++++-----------
 README.md            | 12 ++++++------
 pom.xml              |  2 +-
 3 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md
index 307218a..c69c879 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.4
+ * version 2.0.5
 
 -------------------------------------------------------------------------------
 ## Table of Contents
@@ -58,7 +58,7 @@ Set the java system properties in tomcat with the target ldap server's coordinat
  a. For OpenLDAP:
 
  ```
- JAVA_OPTS="-Dversion=2.0.4 -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.5 -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:
@@ -71,7 +71,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.4/fortress-realm-proxy-2.0.4.jar -P $TOMCAT_HOME/lib
+  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.5/fortress-realm-proxy-2.0.5.jar -P $TOMCAT_HOME/lib
   ```
 
   where *TOMCAT_HOME* matches your target env.
@@ -79,7 +79,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.4/fortress-rest-2.0.4.war -P $TOMCAT_HOME/webapps
+  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-rest/2.0.5/fortress-rest-2.0.5.war -P $TOMCAT_HOME/webapps
   ```
 
   where *TOMCAT_HOME* matches your target env.
@@ -93,16 +93,16 @@ ________________________________________________________________________________
 
  a. from git:
  ```
- git clone --branch 2.0.4  https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
+ git clone --branch 2.0.5  https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
  cd directory-fortress-enmasse
  mvn clean install
  ```
 
  b. or download package:
  ```
- 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.zip
- cd fortress-rest-2.0.4
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.5/fortress-rest-2.0.5-source-release.zip
+ unzip fortress-rest-2.0.5.zip
+ cd fortress-rest-2.0.5
  mvn clean install
  ```
 
@@ -163,7 +163,7 @@ ________________________________________________________________________________
 
  a. Connect to an OpenLDAP over localhost, port 389 (defaults) using unencrypted connections.  The runtime has ARBAC02 checks enabled.
  ```concept
-JAVA_OPTS=" -Dversion=2.0.4-SNAPSHOT                            \ 
+JAVA_OPTS=" -Dversion=2.0.5                                     \ 
             -Dfortress.admin.user=cn=Manager,dc=example,dc=com  \ 
             -Dfortress.admin.pw=secret                          \ 
             -Dfortress.config.root=ou=Config,dc=example,dc=com  \
@@ -172,7 +172,7 @@ JAVA_OPTS=" -Dversion=2.0.4-SNAPSHOT                            \
 ```
  b. Connect to ApacheDS server over an encrypted connection, the truststore found on the classpath.
  ```concept
-JAVA_OPTS=" -Dversion=2.0.4-SNAPSHOT                             \
+JAVA_OPTS=" -Dversion=2.0.5                                      \
             -Dfortress.host=mydomainname.com                     \
             -Dfortress.port=1636                                 \
             -Dfortress.ldap.server.type=apacheds                 \             
@@ -187,7 +187,7 @@ JAVA_OPTS=" -Dversion=2.0.4-SNAPSHOT                             \
 
  c. This one OpenLDAP again, use encrypted connections, truststore located on fully qualified path.
  ```concept
-JAVA_OPTS=" -Dversion=2.0.4-SNAPSHOT                                        \
+JAVA_OPTS=" -Dversion=2.0.5-SNAPSHOT                                        \
             -Dfortress.host=mydomainname.com                                \
             -Dfortress.port=636                                             \
             -Dfortress.ldap.server.type=openldap                            \             
diff --git a/README.md b/README.md
index b2a19c8..4ba7c14 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Rest
- * Version 2.0.4
+ * Version 2.0.5
  * Apache Fortress Rest System Architecture Diagram
  ![Apache Fortress Rest System Architecture](images/fortress-rest-system-arch.png "Apache Fortress Rest System Architecture")
 
@@ -73,16 +73,16 @@ Everything else covered in steps that follow.  Tested on Debian, Centos systems.
 
  a. from git:
  ```
- git clone --branch 2.0.4  https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
+ git clone --branch 2.0.5  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.4/fortress-rest-2.0.4-source-release.zip
- unzip fortress-rest-2.0.4.zip
- cd fortress-rest-2.0.4
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.5/fortress-rest-2.0.5-source-release.zip
+ unzip fortress-rest-2.0.5.zip
+ cd fortress-rest-2.0.5
  ```
 
 #### 2. Build the source.
@@ -117,7 +117,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.4/fortress-realm-proxy-2.0.4.jar -P $TOMCAT_HOME/lib
+  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.5/fortress-realm-proxy-2.0.5.jar -P $TOMCAT_HOME/lib
   ```
 
  * Where `$TOMCAT_HOME` points to the execution env.
diff --git a/pom.xml b/pom.xml
index c06a53a..ff51972 100755
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
     <title>${project.name} ${project.version}</title>
     <java.version>1.8</java.version>
     <!-- Dependencies version -->
-    <fortress.realm.version>2.0.4</fortress.realm.version>
+    <fortress.realm.version>2.0.5</fortress.realm.version>
     <cxf.version>3.3.4</cxf.version>
     <httpclient.version>3.1</httpclient.version>
     <java.version>1.8</java.version>