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 2022/07/16 12:07:53 UTC

[directory-fortress-realm] branch master updated: 2.0.8 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 51562f7  2.0.8 release preps
51562f7 is described below

commit 51562f7146633e8ec23136753da136e100024804
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat Jul 16 07:07:47 2022 -0500

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

diff --git a/README.md b/README.md
index 62d6e19..bcad6c0 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Realm
- * Version 2.0.7
+ * Version 2.0.8
 
 -------------------------------------------------------------------------------
 ## Table of Contents
@@ -69,16 +69,16 @@ Minimum software requirements (to build):
 
  a. from git:
  ```
- git clone --branch 2.0.7 https://gitbox.apache.org/repos/asf/directory-fortress-realm.git
+ git clone --branch 2.0.8 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.7/fortress-realm-2.0.7-source-release.zip
- unzip fortress-realm-2.0.7-source-release.zip
- cd fortress-realm-2.0.7
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.8/fortress-realm-2.0.8-source-release.zip
+ unzip fortress-realm-2.0.8-source-release.zip
+ cd fortress-realm-2.0.8
  ```
 
 2. Build the source
diff --git a/REALM-CONTEXT-SETUP.md b/REALM-CONTEXT-SETUP.md
index cd8ffb8..2c881fb 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.7
+ * Version 2.0.8
  * 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 c505fd0..3f95dca 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.7
+ * Version 2.0.8
  * 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 0b3b23c..aa99e37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,11 +93,11 @@
     </distMgmtSiteUrl>
 
     <!-- Set versions for depending jars -->
-    <fortress-core.version>2.0.7</fortress-core.version>
+    <fortress-core.version>2.0.8</fortress-core.version>
     <junit.version>4.13.2</junit.version>
     <checkstyle-configuration.version>0.1</checkstyle-configuration.version>
     <slf4j.api.version>1.7.36</slf4j.api.version>
-    <slf4j.impl.version>2.17.2</slf4j.impl.version>
+    <slf4j.impl.version>2.18.0</slf4j.impl.version>
     <tomcat.catalina.version>9.0.48</tomcat.catalina.version>
   </properties>