Repository: directory-fortress-enmasse
Updated Branches:
refs/heads/master e5edc636b -> 3bbc9274e
2.0.3 release preps
Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/3bbc9274
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/3bbc9274
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/3bbc9274
Branch: refs/heads/master
Commit: 3bbc9274e9a3606c075fc3f5611ddf4283e20efb
Parents: e5edc63
Author: Shawn McKinney <smckinney@apache.org>
Authored: Mon Nov 5 16:46:36 2018 -0600
Committer: Shawn McKinney <smckinney@apache.org>
Committed: Mon Nov 5 16:46:36 2018 -0600
----------------------------------------------------------------------
README-QUICKSTART.md | 8 ++++----
README.md | 12 ++++++------
pom.xml | 4 ++--
3 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/3bbc9274/README-QUICKSTART.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md
index e7e99ab..5d824db 100644
--- a/README-QUICKSTART.md
+++ b/README-QUICKSTART.md
@@ -16,7 +16,7 @@
under the License.
# README-QUICKSTART for Apache Fortress Rest
- * version 2.0.2
+ * version 2.0.3
-------------------------------------------------------------------------------
## 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.2 -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.3 -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.2/fortress-realm-proxy-2.0.2.jar
-P $TOMCAT_HOME/lib
+ wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.3/fortress-realm-proxy-2.0.3.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 rest war into tomcat/webapps folder:
```
- wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-rest/2.0.2/fortress-rest-2.0.2.war
-P $TOMCAT_HOME/webapps
+ wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-rest/2.0.3/fortress-rest-2.0.3.war
-P $TOMCAT_HOME/webapps
```
where *TOMCAT_HOME* matches your target env.
http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/3bbc9274/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index cf57c43..cecda08 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
under the License.
# README for Apache Fortress Rest
- * Version 2.0.2
+ * Version 2.0.3
* Apache Fortress Rest System Architecture Diagram

@@ -73,7 +73,7 @@ Everything else covered in steps that follow. Tested on Debian, Centos
systems.
a. from git:
```
- git clone --branch 2.0.2 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
+ git clone --branch 2.0.3 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
cd directory-fortress-enmasse
mvn clean install
```
@@ -81,9 +81,9 @@ Everything else covered in steps that follow. Tested on Debian, Centos
systems.
b. or download package:
```
- wget http://www.apache.org/dist/directory/fortress/dist/2.0.2/fortress-rest-2.0.2-source-release.zip
- unzip fortress-rest-2.0.2.zip
- cd fortress-rest-2.0.2
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.3/fortress-rest-2.0.3-source-release.zip
+ unzip fortress-rest-2.0.3.zip
+ cd fortress-rest-2.0.3
mvn clean install
```
@@ -103,7 +103,7 @@ This web app uses Java EE security.
#### 1. Download the fortress realm proxy jar into tomcat/lib folder:
```bash
- wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.2/fortress-realm-proxy-2.0.2.jar
-P $TOMCAT_HOME/lib
+ wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.3/fortress-realm-proxy-2.0.3.jar
-P $TOMCAT_HOME/lib
```
* Where `$TOMCAT_HOME` points to the execution env.
http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/3bbc9274/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ee01862..46f631c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<developerConnection>
scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
</developerConnection>
- <tag>2.0.2</tag>
+ <tag>2.0.3</tag>
</scm>
<issueManagement>
@@ -93,7 +93,7 @@
<title>${project.name} ${project.version}</title>
<!-- Dependencies version -->
- <fortress.realm.version>${project.version}</fortress.realm.version>
+ <fortress.realm.version>2.0.3</fortress.realm.version>
<cxf.version>3.2.6</cxf.version>
<httpclient.version>3.1</httpclient.version>
<java.version>1.8</java.version>
|