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 2017/05/07 01:01:36 UTC

directory-fortress-core git commit: 2.0.0-RC2 release

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 017da896c -> 3d77ad537


2.0.0-RC2 release


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/3d77ad53
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/3d77ad53
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/3d77ad53

Branch: refs/heads/master
Commit: 3d77ad5377f3455fc9a749b34523c538edf0ceaf
Parents: 017da89
Author: Shawn McKinney <sm...@apache.org>
Authored: Sat May 6 06:09:07 2017 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sat May 6 06:09:07 2017 -0500

----------------------------------------------------------------------
 README-QUICKSTART-APACHEDS.md      | 28 ++++++++++++++--------------
 README-QUICKSTART-SLAPD.md         | 28 ++++++++++++++--------------
 README.md                          |  4 ++--
 ldap/schema/apacheds-fortress.ldif |  2 +-
 4 files changed, 31 insertions(+), 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/3d77ad53/README-QUICKSTART-APACHEDS.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART-APACHEDS.md b/README-QUICKSTART-APACHEDS.md
index afc718b..c36ecc7 100644
--- a/README-QUICKSTART-APACHEDS.md
+++ b/README-QUICKSTART-APACHEDS.md
@@ -36,7 +36,7 @@
 ___________________________________________________________________________________
 ## Document Overview
 
- * This document contains instructions to install Apache Fortress 2.0.0-RC1 Core, Web, Rest and ApacheDS.
+ * This document contains instructions to install Apache Fortress 2.0.0-RC2 Core, Web, Rest and ApacheDS.
 
 -------------------------------------------------------------------------------
 ## SECTION 1. Prerequisites
@@ -111,15 +111,15 @@ ________________________________________________________________________________
 1. Download the package:
  a. from git:
  ```
- git clone --branch 2.0.0-RC1 https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
+ git clone --branch 2.0.0-RC2 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/2.0.0-RC1/fortress-core-2.0.0-RC1-source-release.zip
- unzip fortress-core-2.0.0-RC1-source-release.zip
- cd fortress-core-2.0.0-RC1
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.0-RC2/fortress-core-2.0.0-RC2-source-release.zip
+ unzip fortress-core-2.0.0-RC2-source-release.zip
+ cd fortress-core-2.0.0-RC2
  ```
 
 2. Prepare the package:
@@ -279,7 +279,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.0-RC1/fortress-realm-proxy-2.0.0-RC1.jar -P /usr/local/tomcat8/lib
+  sudo wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.0-RC2/fortress-realm-proxy-2.0.0-RC2.jar -P /usr/local/tomcat8/lib
   ```
 
 3. Prepare tomcat fortress usage:
@@ -374,15 +374,15 @@ During this section, you will be asked to setup Apache Fortress Rest Application
 
  a. from git:
  ```
- git clone --branch 2.0.0-RC1 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
+ git clone --branch 2.0.0-RC2 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/2.0.0-RC1/fortress-rest-2.0.0-RC1-source-release.zip
- unzip fortress-rest-2.0.0-RC1-source-release.zip
- cd fortress-rest-2.0.0-RC1
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.0-RC2/fortress-rest-2.0.0-RC2-source-release.zip
+ unzip fortress-rest-2.0.0-RC2-source-release.zip
+ cd fortress-rest-2.0.0-RC2
  ```
 
 2. Prepare:
@@ -420,15 +420,15 @@ During this section, you will be asked to setup Apache Fortress Web Application
 
  a. from git:
  ```
- git clone --branch 2.0.0-RC1 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
+ git clone --branch 2.0.0-RC2 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/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
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.0-RC2/fortress-web-2.0.0-RC2-source-release.zip
+ unzip fortress-web-2.0.0-RC2-source-release.zip
+ cd fortress-web-2.0.0-RC2
  ```
 
 2. Prepare:

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/3d77ad53/README-QUICKSTART-SLAPD.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART-SLAPD.md b/README-QUICKSTART-SLAPD.md
index 4d34bdb..1cd8731 100644
--- a/README-QUICKSTART-SLAPD.md
+++ b/README-QUICKSTART-SLAPD.md
@@ -35,7 +35,7 @@
 ___________________________________________________________________________________
 ## Document Overview
 
- * This document contains instructions to install Apache Fortress 2.0.0-RC1 Core, Web, Rest and OpenLDAP.
+ * This document contains instructions to install Apache Fortress 2.0.0-RC2 Core, Web, Rest and OpenLDAP.
 
 -------------------------------------------------------------------------------
 ## SECTION 1. Prerequisites
@@ -57,15 +57,15 @@ ________________________________________________________________________________
 
  a. from git:
  ```
- git clone --branch 2.0.0-RC1 https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
+ git clone --branch 2.0.0-RC2 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/2.0.0-RC1/fortress-core-2.0.0-RC1-source-release.zip
- unzip fortress-core-2.0.0-RC1-source-release.zip
- cd fortress-core-2.0.0-RC1
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.0-RC2/fortress-core-2.0.0-RC2-source-release.zip
+ unzip fortress-core-2.0.0-RC2-source-release.zip
+ cd fortress-core-2.0.0-RC2
  ```
 
 2. Prepare the package:
@@ -295,7 +295,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.0-RC1/fortress-realm-proxy-2.0.0-RC1.jar -P /usr/local/tomcat8/lib
+  sudo wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.0-RC2/fortress-realm-proxy-2.0.0-RC2.jar -P /usr/local/tomcat8/lib
   ```
 
 3. Prepare tomcat fortress usage:
@@ -390,15 +390,15 @@ During this section, you will be asked to setup Apache Fortress Rest Application
 
  a. from git:
  ```
- git clone --branch 2.0.0-RC1 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
+ git clone --branch 2.0.0-RC2 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/2.0.0-RC1/fortress-rest-2.0.0-RC1-source-release.zip
- unzip fortress-rest-2.0.0-RC1-source-release.zip
- cd fortress-rest-2.0.0-RC1
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.0-RC2/fortress-rest-2.0.0-RC2-source-release.zip
+ unzip fortress-rest-2.0.0-RC2-source-release.zip
+ cd fortress-rest-2.0.0-RC2
  ```
 
 2. Prepare:
@@ -436,15 +436,15 @@ During this section, you will be asked to setup Apache Fortress Web Application
 
  a. from git:
  ```
- git clone --branch 2.0.0-RC1 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
+ git clone --branch 2.0.0-RC2 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/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
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.0-RC2/fortress-web-2.0.0-RC2-source-release.zip
+ unzip fortress-web-2.0.0-RC2-source-release.zip
+ cd fortress-web-2.0.0-RC2
  ```
 
 2. Prepare:

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/3d77ad53/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2d7d708..ad1f792 100644
--- a/README.md
+++ b/README.md
@@ -83,10 +83,10 @@ https://git-wip-us.apache.org/repos/asf?p=directory-fortress-core.git
  git clone https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
  ```
 
- * or by specific version, e.g. 2.0.0-RC1
+ * or by specific version, e.g. 2.0.0-RC2
 
  ```
-  git clone --branch 2.0.0-RC1 https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
+  git clone --branch 2.0.0-RC2 https://git-wip-us.apache.org/repos/asf/directory-fortress-core.git
  ```
 
 2. Set Java and Maven home on machines.

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/3d77ad53/ldap/schema/apacheds-fortress.ldif
----------------------------------------------------------------------
diff --git a/ldap/schema/apacheds-fortress.ldif b/ldap/schema/apacheds-fortress.ldif
index d3b3592..11ce086 100644
--- a/ldap/schema/apacheds-fortress.ldif
+++ b/ldap/schema/apacheds-fortress.ldif
@@ -18,7 +18,7 @@
 #   under the License.
 #
 
-# SCHEMA "FORTRESS" v2.0.0-RC1-SNAPSHOT
+# SCHEMA "FORTRESS" v2.0.0-RC2
 dn: cn=fortress, ou=schema
 objectclass: metaSchema
 objectclass: top