Skip to content

Commit

Permalink
2.0.6 release preps
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmckinney committed Jun 30, 2021
1 parent 52b2e1d commit 1aee1df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
6 changes: 3 additions & 3 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.5
* version 2.0.6

-------------------------------------------------------------------------------
## Table of Contents
Expand Down Expand Up @@ -58,7 +58,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.6 -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 Down Expand Up @@ -200,4 +200,4 @@ JAVA_OPTS=" -Dversion=2.0.5-SNAPSHOT \
-Dfortress.trust.store.onclasspath=false
```

#### END OF README-QUICKSTART
#### END OF README-QUICKSTART
2 changes: 1 addition & 1 deletion 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.5
* Version 2.0.6
* Apache Fortress Rest System Architecture Diagram
![Apache Fortress Rest System Architecture](images/fortress-rest-system-arch.png "Apache Fortress Rest System Architecture")

Expand Down
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<title>${project.name} ${project.version}</title>
<java.version>1.8</java.version>
<!-- Dependencies version -->
<fortress.realm.version>2.0.5</fortress.realm.version>
<fortress.realm.version>2.0.6</fortress.realm.version>
<cxf.version>3.3.6</cxf.version>
<httpclient.version>3.1</httpclient.version>
<java.version>1.8</java.version>
Expand All @@ -126,14 +126,6 @@
<dependency>
<groupId>org.apache.directory.fortress</groupId>
<artifactId>fortress-realm-impl</artifactId>
<version>${fortress.realm.version}</version>
<exclusions>
<!-- fortress 1.0.0 and prior had this dependency which clashes with cxf version 3. -->
<exclusion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- CXF Dependencies -->
Expand Down

0 comments on commit 1aee1df

Please sign in to comment.