Skip to content

Commit

Permalink
2.0.2 release preps
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmckinney committed Sep 8, 2018
1 parent d2cc2f8 commit 17d2d7d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README-QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
under the License.

# README-QUICKSTART for Apache Fortress Rest
* version 2.0.1
* version 2.0.2

-------------------------------------------------------------------------------
## Table of Contents
Expand Down Expand Up @@ -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.1 -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.2 -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:
Expand All @@ -66,15 +66,15 @@ 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.1/fortress-realm-proxy-2.0.1.jar -P $TOMCAT_HOME/lib
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
```

where *TOMCAT_HOME* matches your target env.

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.1/fortress-rest-2.0.1.war -P $TOMCAT_HOME/webapps
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
```

where *TOMCAT_HOME* matches your target env.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
under the License.

# README for Apache Fortress Rest
* Version 2.0.1
* Version 2.0.2
* Apache Fortress Rest System Architecture Diagram
![Apache Fortress Rest System Architecture](images/fortress-rest-system-arch.png "Apache Fortress Rest System Architecture")

Expand Down Expand Up @@ -76,17 +76,17 @@ Everything else covered in steps that follow. Tested on Debian, Centos & Window

a. from git:
```
git clone --branch 2.0.1 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
git clone --branch 2.0.2 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
cd directory-fortress-enmasse
mvn clean install
```

b. or download package:

```
wget http://www.apache.org/dist/directory/fortress/dist/2.0.1/fortress-rest-2.0.1-source-release.zip
unzip fortress-rest-2.0.1.zip
cd fortress-rest-2.0.1
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
mvn clean install
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<developerConnection>
scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
</developerConnection>
<tag>2.0.1</tag>
<tag>2.0.2</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -93,7 +93,7 @@
<title>${project.name} ${project.version}</title>

<!-- Dependencies version -->
<fortress.realm.version>2.0.1</fortress.realm.version>
<fortress.realm.version>2.0.2</fortress.realm.version>
<cxf.version>3.2.6</cxf.version>
<httpclient.version>3.1</httpclient.version>
<java.version>1.8</java.version>
Expand Down

0 comments on commit 17d2d7d

Please sign in to comment.