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:18:25 UTC

[directory-fortress-realm] 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-realm.git


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

commit 1e0cff5fd98b4be3078e5ffd4c89eba8a82711b7
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Fri May 22 10:18:18 2020 -0500

    2.0.5 release preps
---
 README.md              | 10 +++++-----
 REALM-CONTEXT-SETUP.md |  2 +-
 REALM-HOST-SETUP.md    |  2 +-
 pom.xml                |  2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 204472f..139ffdf 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Realm
- * Version 2.0.4
+ * Version 2.0.5
 
 -------------------------------------------------------------------------------
 ## Table of Contents
@@ -63,16 +63,16 @@ Everything else covered in steps that follow.  Tested on Debian, Centos & Window
 
  a. from git:
  ```
- git clone --branch 2.0.4 https://gitbox.apache.org/repos/asf/directory-fortress-realm.git
+ git clone --branch 2.0.5 https://gitbox.apache.org/repos/asf/directory-fortress-realm.git
  cd directory-fortress-realm
  ```
 
  b. or download package:
 
  ```
- wget http://www.apache.org/dist/directory/fortress/dist/2.0.4/fortress-realm-2.0.4-source-release.zip
- unzip fortress-realm-2.0.4-source-release.zip
- cd fortress-realm-2.0.4
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.5/fortress-realm-2.0.5-source-release.zip
+ unzip fortress-realm-2.0.5-source-release.zip
+ cd fortress-realm-2.0.5
  ```
 
 2. Build the source
diff --git a/REALM-CONTEXT-SETUP.md b/REALM-CONTEXT-SETUP.md
index e94bdaf..420b4a4 100644
--- a/REALM-CONTEXT-SETUP.md
+++ b/REALM-CONTEXT-SETUP.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Realm Context Setup
- * Version 2.0.4
+ * Version 2.0.5
  * Apache Fortress Realm Context System Architecture Diagram
  ![Apache Fortress Realm Context System Architecture](images/fortress-realm-system-arch.png "Apache Fortress Realm Context System Architecture")
 
diff --git a/REALM-HOST-SETUP.md b/REALM-HOST-SETUP.md
index 0c2252e..8feed6c 100644
--- a/REALM-HOST-SETUP.md
+++ b/REALM-HOST-SETUP.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Realm Host Setup
- * Version 2.0.4
+ * Version 2.0.5
  * Apache Fortress Realm Host System Architecture Diagram
  ![Apache Fortress Realm Host System Architecture](images/fortress-realm-host-system-arch.png "Apache Fortress Realm Host System Architecture")
 
diff --git a/pom.xml b/pom.xml
index 5ca0f61..fa5a219 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
     </distMgmtSiteUrl>
 
     <!-- Set versions for depending jars -->
-    <fortress-core.version>2.0.4</fortress-core.version>
+    <fortress-core.version>2.0.5</fortress-core.version>
     <javadoc.version>2.9.1</javadoc.version>
     <junit.version>4.12</junit.version>
     <checkstyle-configuration.version>0.1</checkstyle-configuration.version>