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 2016/07/18 18:20:26 UTC

directory-fortress-core git commit: 1.0.1 release preps

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 64a2697a5 -> 72a55d71b


1.0.1 release preps


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/72a55d71
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/72a55d71
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/72a55d71

Branch: refs/heads/master
Commit: 72a55d71b34b697463e76f7ca794dcd5f9395eff
Parents: 64a2697
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Jul 18 13:18:24 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Jul 18 13:18:24 2016 -0500

----------------------------------------------------------------------
 README-QUICKSTART-APACHEDS.md                   | 32 ++++++++++----------
 README-QUICKSTART-SLAPD.md                      | 32 ++++++++++----------
 README-TEN-MINUTE-GUIDE.md                      |  2 +-
 README.md                                       |  2 +-
 pom.xml                                         |  7 +----
 .../fortress/core/doc-files/apache-tomcat.html  | 18 +++++------
 6 files changed, 44 insertions(+), 49 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/72a55d71/README-QUICKSTART-APACHEDS.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART-APACHEDS.md b/README-QUICKSTART-APACHEDS.md
index 33d5db5..f3eff9d 100644
--- a/README-QUICKSTART-APACHEDS.md
+++ b/README-QUICKSTART-APACHEDS.md
@@ -18,7 +18,7 @@
 
 # ApacheDS & Fortress QUICKSTART
 
- Apache Fortress 1.0.0 and ApacheDS Quickstart System Architecture
+ Apache Fortress 1.0.1 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 1.0.0 Core, Web, Rest and ApacheDS.
+ * This document contains instructions to install Apache Fortress 1.0.1 Core, Web, Rest and ApacheDS.
 
 -------------------------------------------------------------------------------
 ## SECTION 1. Prerequisites
@@ -112,15 +112,15 @@ ________________________________________________________________________________
 
  a. from git:
  ```
- git clone --branch 1.0.0 https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
+ git clone --branch 1.0.1 https://git-wip-us.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/1.0.0/fortress-core-1.0.0-source-release.zip
- unzip fortress-core-1.0.0-source-release.zip
- cd fortress-core-1.0.0
+ wget http://www.apache.org/dist/directory/fortress/dist/1.0.1/fortress-core-1.0.1-source-release.zip
+ unzip fortress-core-1.0.1-source-release.zip
+ cd fortress-core-1.0.1
  ```
 
 2. Prepare the package:
@@ -271,7 +271,7 @@ During this section, you will be asked to setup Apache Tomcat 8 and prepare for
 1. Download and prepare the package:
 
  ```
- wget http://www.eu.apache.org/dist/tomcat/tomcat-8/v8.0.30/bin/apache-tomcat-8.0.30.tar.gz
+ wget http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.30/bin/apache-tomcat-8.0.30.tar.gz
  tar -xvf apache-tomcat-8.0.30.tar.gz
  sudo mv apache-tomcat-8.0.30 /usr/local/tomcat8
  ```
@@ -280,7 +280,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/1.0.0/fortress-realm-proxy-1.0.0.jar -P /usr/local/tomcat8/lib
+  sudo 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 /usr/local/tomcat8/lib
   ```
 
 3. Prepare tomcat fortress usage:
@@ -375,15 +375,15 @@ During this section, you will be asked to setup Apache Fortress Rest Application
 
  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
  ```
 
  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
  ```
 
 2. Prepare:
@@ -421,15 +421,15 @@ During this section, you will be asked to setup Apache Fortress Web Application
 
  a. from git:
  ```
- git clone --branch 1.0.0 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
+ git clone --branch 1.0.1 https://git-wip-us.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/1.0.0/fortress-web-1.0.0-source-release.zip
- unzip fortress-web-1.0.0-source-release.zip
- cd fortress-web-1.0.0
+ 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
  ```
 
 2. Prepare:

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/72a55d71/README-QUICKSTART-SLAPD.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART-SLAPD.md b/README-QUICKSTART-SLAPD.md
index 5990675..a6b4425 100644
--- a/README-QUICKSTART-SLAPD.md
+++ b/README-QUICKSTART-SLAPD.md
@@ -18,7 +18,7 @@
 
 # OpenLDAP & Fortress QUICKSTART
 
- Apache Fortress 1.0.0 and OpenLDAP Quickstart System Architecture
+ Apache Fortress 1.0.1 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 1.0.0 Core, Web, Rest and OpenLDAP.
+ * This document contains instructions to install Apache Fortress 1.0.1 Core, Web, Rest and OpenLDAP.
 
 -------------------------------------------------------------------------------
 ## SECTION 1. Prerequisites
@@ -57,15 +57,15 @@ ________________________________________________________________________________
 
  a. from git:
  ```
- git clone --branch 1.0.0 https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
+ git clone --branch 1.0.1 https://git-wip-us.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/1.0.0/fortress-core-1.0.0-source-release.zip
- unzip fortress-core-1.0.0-source-release.zip
- cd fortress-core-1.0.0
+ wget http://www.apache.org/dist/directory/fortress/dist/1.0.1/fortress-core-1.0.1-source-release.zip
+ unzip fortress-core-1.0.1-source-release.zip
+ cd fortress-core-1.0.1
  ```
 
 2. Prepare the package:
@@ -254,7 +254,7 @@ During this section, you will be asked to setup Apache Tomcat 8 and prepare for
 1. Download and prepare the package:
 
  ```
- wget http://www.eu.apache.org/dist/tomcat/tomcat-8/v8.0.30/bin/apache-tomcat-8.0.30.tar.gz
+ wget http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.30/bin/apache-tomcat-8.0.30.tar.gz
  tar -xvf apache-tomcat-8.0.30.tar.gz
  sudo mv apache-tomcat-8.0.30 /usr/local/tomcat8
  ```
@@ -263,7 +263,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/1.0.0/fortress-realm-proxy-1.0.0.jar -P /usr/local/tomcat8/lib
+  sudo 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 /usr/local/tomcat8/lib
   ```
 
 3. Prepare tomcat fortress usage:
@@ -358,15 +358,15 @@ During this section, you will be asked to setup Apache Fortress Rest Application
 
  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
  ```
 
  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
  ```
 
 2. Prepare:
@@ -404,15 +404,15 @@ During this section, you will be asked to setup Apache Fortress Web Application
 
  a. from git:
  ```
- git clone --branch 1.0.0 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
+ git clone --branch 1.0.1 https://git-wip-us.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/1.0.0/fortress-web-1.0.0-source-release.zip
- unzip fortress-web-1.0.0-source-release.zip
- cd fortress-web-1.0.0
+ 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
  ```
 
 2. Prepare:

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/72a55d71/README-TEN-MINUTE-GUIDE.md
----------------------------------------------------------------------
diff --git a/README-TEN-MINUTE-GUIDE.md b/README-TEN-MINUTE-GUIDE.md
index 7fdf870..197e63e 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 1.0.0
+ * Version 1.0.1
  * 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)

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/72a55d71/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 83087e5..380b69f 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 -------------------------------------------------------------------------------
 # README for Apache Fortress Core
 
- * Version 1.0.0
+ * Version 1.0.1
  * Apache Fortress Core System Architecture Diagram
  ![Apache Fortress Core System Architecture](images/fortress-core-system-arch.png "Apache Fortress Core System Architecture")
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/72a55d71/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c0bccdd..7b7ce10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
     <developerConnection>
       scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
     </developerConnection>
-    <tag>1.0.0</tag>
+    <tag>1.0.1</tag>
   </scm>
 
   <issueManagement>
@@ -80,11 +80,6 @@
       <email>cpike@apache.org</email>
     </developer>
 
-    <developer>
-      <id />
-      <name>Jan Sindberg</name>
-      <email>sindberg@apache.org</email>
-    </developer>
   </developers>
 
   <!-- ====================================================== -->

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/72a55d71/src/main/java/org/apache/directory/fortress/core/doc-files/apache-tomcat.html
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/directory/fortress/core/doc-files/apache-tomcat.html b/src/main/java/org/apache/directory/fortress/core/doc-files/apache-tomcat.html
index 84a0fea..251f33f 100755
--- a/src/main/java/org/apache/directory/fortress/core/doc-files/apache-tomcat.html
+++ b/src/main/java/org/apache/directory/fortress/core/doc-files/apache-tomcat.html
@@ -53,10 +53,10 @@ This document contains instructions to install Tomcat 7 and configure for use wi
         As root, issue the following commands:
         <pre>
             <p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt">
-wget http://apache.claz.org/tomcat/tomcat-7/v7.0.64/bin/apache-tomcat-7.0.64.tar.gz
-tar xzf apache-tomcat-7.0.64.tar.gz
-mv apache-tomcat-7.0.64 /usr/local/tomcat7
-/usr/local/tomcat7/bin/startup.sh
+wget http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.30/bin/apache-tomcat-8.0.30.tar.gz
+tar xzf apache-tomcat-8.0.30.tar.gz
+mv apache-tomcat-8.0.30 /usr/local/tomcat8
+/usr/local/tomcat8/bin/startup.sh
             </p>
         </pre>
 
@@ -82,7 +82,7 @@ cp [directory-fortress-realm]/proxy/target/fortress-realm-proxy-[VERSION]-proxy.
         </pre>
         Where [directory-fortress-realm] is location of Fortress Realm source package and
         [VERSION] matches [directory-fortress-realm] package pom.xml file. At the time of this writing the current
-        version was 1.0-RC40.
+        version was 1.0.1.
     </li>
 
     <br/>
@@ -91,7 +91,7 @@ cp [directory-fortress-realm]/proxy/target/fortress-realm-proxy-[VERSION]-proxy.
         Edit tomcat-users.xml:
         <pre>
           <p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt">
-vi /usr/local/tomcat7/conf/tomcat-users.xml
+vi /usr/local/tomcat8/conf/tomcat-users.xml
           </p>
         </pre>
     </li>
@@ -123,8 +123,8 @@ vi /usr/local/tomcat7/conf/tomcat-users.xml
         Restart Tomcat:
         <pre>
             <p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt">
-/usr/local/tomcat7/bin/shutdown.sh
-/usr/local/tomcat7/bin/startup.sh
+/usr/local/tomcat8/bin/shutdown.sh
+/usr/local/tomcat8/bin/startup.sh
             </p>
         </pre>
 
@@ -134,7 +134,7 @@ vi /usr/local/tomcat7/conf/tomcat-users.xml
         Verify clean logs after startup:
         <pre>
             <p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt">
-tail -f -n10000 /usr/local/tomcat7/logs/catalina.out
+tail -f -n10000 /usr/local/tomcat8/logs/catalina.out
             </p>
         </pre>