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 13:01:53 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new 63d4e74  2.0.8 release preps
63d4e74 is described below

commit 63d4e74f7c7981c03f24cef381b7f8a922212821
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat Jul 16 08:01:47 2022 -0500

    2.0.8 release preps
---
 README-QUICKSTART.md                      |  8 ++++----
 README.md                                 | 12 +++---------
 pom.xml                                   |  2 +-
 src/main/resources/applicationContext.xml |  2 +-
 4 files changed, 9 insertions(+), 15 deletions(-)

diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md
index 72f4771..c6df6bb 100644
--- a/README-QUICKSTART.md
+++ b/README-QUICKSTART.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README-QUICKSTART for Apache Fortress Web
- * Version 2.0.7
+ * Version 2.0.8
 
 -------------------------------------------------------------------------------
 ## Table of Contents
@@ -53,7 +53,7 @@ Set the java system properties in tomcat with the target ldap server's coordinat
  a. For OpenLDAP:
 
  ```
- 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"
+ JAVA_OPTS="-Dversion=2.0.8 -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:
@@ -66,7 +66,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.5/fortress-realm-proxy-2.0.5.jar -P $TOMCAT_HOME/lib
+  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.8/fortress-realm-proxy-2.0.8.jar -P $TOMCAT_HOME/lib
   ```
 
   where *TOMCAT_HOME* matches your target env.
@@ -74,7 +74,7 @@ Set the java system properties in tomcat with the target ldap server's coordinat
 5. Download the fortress web war into tomcat/webapps folder:
 
   ```
-  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-web/2.0.5/fortress-web-2.0.5.war -P $TOMCAT_HOME/webapps
+  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-web/2.0.8/fortress-web-2.0.8.war -P $TOMCAT_HOME/webapps
   ```
 
   where *TOMCAT_HOME* matches your target env.
diff --git a/README.md b/README.md
index ab667ad..5ba9f8b 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Web
- * Version 2.0.7
+ * Version 2.0.8
  * Apache Fortress Web System Architecture Diagram
  ![Apache Fortress Web System Architecture](images/fortress-web-system-arch.png "Apache Fortress Web System Architecture")
 
@@ -93,17 +93,11 @@ Everything else covered in the steps that follow.  Tested on Debian & Centos sys
 
  a. from git:
  ```
- git clone --branch 2.0.5  https://gitbox.apache.org/repos/asf/directory-fortress-commander.git/
+ git clone --branch 2.0.8 https://gitbox.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.5/fortress-web-2.0.5-source-release.zip
- unzip fortress-web-2.0.5-source-release.zip
- cd fortress-web-2.0.5
- ```
+ b. or [apache fortress downloads](https://directory.apache.org/fortress/download/download-sources.html)
 
 2. Build the source.
 
diff --git a/pom.xml b/pom.xml
index ca9a6f4..e950746 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
   <properties>
     <title>${project.name} ${project.version}</title>
     <java.version>11</java.version>
-    <fortress.realm.version>2.0.7</fortress.realm.version>
+    <fortress.realm.version>2.0.8</fortress.realm.version>
     <wicket.version>9.11.0</wicket.version>
     <wicket.googlecode.version>9.8.1</wicket.googlecode.version>
     <version.ant>1.10.12</version.ant>
diff --git a/src/main/resources/applicationContext.xml b/src/main/resources/applicationContext.xml
index 23a1ee2..e92d9d7 100644
--- a/src/main/resources/applicationContext.xml
+++ b/src/main/resources/applicationContext.xml
@@ -91,7 +91,7 @@
         <property name="targetMethod" value="putAll"/>
         <property name="arguments">
             <util:properties>
-                <prop key="version">2.0.7</prop>
+                <prop key="version">2.0.8</prop>
             </util:properties>
         </property>
     </bean>