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:32:58 UTC

[directory-fortress-commander] branch master updated: correct version

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 91b3007  correct version
91b3007 is described below

commit 91b30074b141eee2e473cf1eb3a47dc7db08a81b
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat Jul 16 08:32:53 2022 -0500

    correct version
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5ba9f8b..9a8752f 100644
--- a/README.md
+++ b/README.md
@@ -201,7 +201,7 @@ ________________________________________________________________________________
 2. Load the Apache Fortress Realm Proxy jar to **TOMCAT_HOME**/lib/
 
   ```
-  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.