Skip to content

Commit

Permalink
2.0.7 release preps
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmckinney committed Dec 12, 2021
1 parent 643ea6e commit efb5d8b
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 45 deletions.
30 changes: 15 additions & 15 deletions README-QUICKSTART-APACHEDS.md
Expand Up @@ -18,7 +18,7 @@

# ApacheDS & Fortress QUICKSTART

Apache Fortress 2.0.6 and ApacheDS Quickstart System Architecture
Apache Fortress 2.0.7 and ApacheDS Quickstart System Architecture
![ApacheDS & Fortress System Architecture](images/fortress-apacheds-system-arch.png "ApacheDS & Fortress System Architecture")

-------------------------------------------------------------------------------
Expand All @@ -36,7 +36,7 @@
___________________________________________________________________________________
## Document Overview

* This document contains instructions to install Apache Fortress 2.0.6 Core, Web, Rest and ApacheDS.
* This document contains instructions to install Apache Fortress 2.0.7 Core, Web, Rest and ApacheDS.

-------------------------------------------------------------------------------
## SECTION 1. Prerequisites
Expand Down Expand Up @@ -105,15 +105,15 @@ ________________________________________________________________________________
1. Download the package:
a. from git:
```
git clone --branch 2.0.6 https://gitbox.apache.org/repos/asf/directory-fortress-core.git
git clone --branch 2.0.7 https://gitbox.apache.org/repos/asf/directory-fortress-core.git
cd directory-fortress-core
```

b. or download package:
```
wget https://www.apache.org/dist/directory/fortress/dist/2.0.6/fortress-core-2.0.6-source-release.zip
unzip fortress-core-2.0.6-source-release.zip
cd fortress-core-2.0.6
wget https://www.apache.org/dist/directory/fortress/dist/2.0.7/fortress-core-2.0.7-source-release.zip
unzip fortress-core-2.0.7-source-release.zip
cd fortress-core-2.0.7
```

2. Prepare the package:
Expand Down Expand Up @@ -280,7 +280,7 @@ During this section, you will be asked to setup Apache Tomcat 8 and prepare for
2. Download the fortress realm proxy jar into tomcat/lib folder:

```
sudo wget https://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.6/fortress-realm-proxy-2.0.6.jar -P /usr/local/tomcat8/lib
sudo wget https://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.7/fortress-realm-proxy-2.0.7.jar -P /usr/local/tomcat8/lib
```

3. Prepare tomcat fortress usage:
Expand Down Expand Up @@ -374,15 +374,15 @@ During this section, you will be asked to setup Apache Fortress Rest Application

a. from git:
```
git clone --branch 2.0.6 https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
git clone --branch 2.0.7 https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
cd directory-fortress-enmasse
```

b. or download package:
```
wget https://www.apache.org/dist/directory/fortress/dist/2.0.6/fortress-rest-2.0.6-source-release.zip
unzip fortress-rest-2.0.6-source-release.zip
cd fortress-rest-2.0.6
wget https://www.apache.org/dist/directory/fortress/dist/2.0.7/fortress-rest-2.0.7-source-release.zip
unzip fortress-rest-2.0.7-source-release.zip
cd fortress-rest-2.0.7
```

2. Prepare:
Expand Down Expand Up @@ -420,15 +420,15 @@ During this section, you will be asked to setup Apache Fortress Web Application

a. from git:
```
git clone --branch 2.0.6 https://gitbox.apache.org/repos/asf/directory-fortress-commander.git
git clone --branch 2.0.7 https://gitbox.apache.org/repos/asf/directory-fortress-commander.git
cd directory-fortress-commander
```

b. or download package:
```
wget https://www.apache.org/dist/directory/fortress/dist/2.0.6/fortress-web-2.0.6-source-release.zip
unzip fortress-web-2.0.6-source-release.zip
cd fortress-web-2.0.6
wget https://www.apache.org/dist/directory/fortress/dist/2.0.7/fortress-web-2.0.7-source-release.zip
unzip fortress-web-2.0.7-source-release.zip
cd fortress-web-2.0.7
```

2. Prepare:
Expand Down
8 changes: 4 additions & 4 deletions README-QUICKSTART-DOCKER-APACHEDS.md
Expand Up @@ -48,15 +48,15 @@ ________________________________________________________________________________

a. from git:
```
git clone --branch 2.0.6 https://gitbox.apache.org/repos/asf/directory-fortress-core.git
git clone --branch 2.0.7 https://gitbox.apache.org/repos/asf/directory-fortress-core.git
cd directory-fortress-core
```

b. or from Apache:
```
wget https://www.apache.org/dist/directory/fortress/dist/2.0.6/fortress-core-2.0.6-source-release.zip
unzip fortress-core-2.0.6-source-release.zip
cd fortress-core-2.0.6
wget https://www.apache.org/dist/directory/fortress/dist/2.0.7/fortress-core-2.0.7-source-release.zip
unzip fortress-core-2.0.7-source-release.zip
cd fortress-core-2.0.7
```

2. Prepare the package:
Expand Down
8 changes: 4 additions & 4 deletions README-QUICKSTART-DOCKER-SLAPD.md
Expand Up @@ -48,15 +48,15 @@ ________________________________________________________________________________

a. from git:
```
git clone --branch 2.0.6 https://gitbox.apache.org/repos/asf/directory-fortress-core.git
git clone --branch 2.0.7 https://gitbox.apache.org/repos/asf/directory-fortress-core.git
cd directory-fortress-core
```

b. or from Apache:
```
wget https://www.apache.org/dist/directory/fortress/dist/2.0.6/fortress-core-2.0.6-source-release.zip
unzip fortress-core-2.0.6-source-release.zip
cd fortress-core-2.0.6
wget https://www.apache.org/dist/directory/fortress/dist/2.0.7/fortress-core-2.0.7-source-release.zip
unzip fortress-core-2.0.7-source-release.zip
cd fortress-core-2.0.7
```

2. Prepare the package:
Expand Down
30 changes: 15 additions & 15 deletions README-QUICKSTART-SLAPD.md
Expand Up @@ -18,7 +18,7 @@

# OpenLDAP & Fortress QUICKSTART

Apache Fortress 2.0.6 and OpenLDAP Quickstart System Architecture
Apache Fortress 2.0.7 and OpenLDAP Quickstart System Architecture
![OpenLDAP & Fortress System Architecture](images/fortress-openldap-accel-system-arch.png "OpenLDAP & Fortress System Architecture")

-------------------------------------------------------------------------------
Expand All @@ -35,7 +35,7 @@
___________________________________________________________________________________
## Document Overview

* This document contains instructions to install Apache Fortress 2.0.6 Core and related components.
* This document contains instructions to install Apache Fortress 2.0.7 Core and related components.

-------------------------------------------------------------------------------
## SECTION 1. Prerequisites
Expand All @@ -53,15 +53,15 @@ ________________________________________________________________________________

a. from git:
```
git clone --branch 2.0.6 https://gitbox.apache.org/repos/asf/directory-fortress-core.git
git clone --branch 2.0.7 https://gitbox.apache.org/repos/asf/directory-fortress-core.git
cd directory-fortress-core
```

b. or download package:
```
wget https://www.apache.org/dist/directory/fortress/dist/2.0.6/fortress-core-2.0.6-source-release.zip
unzip fortress-core-2.0.6-source-release.zip
cd fortress-core-2.0.6
wget https://www.apache.org/dist/directory/fortress/dist/2.0.7/fortress-core-2.0.7-source-release.zip
unzip fortress-core-2.0.7-source-release.zip
cd fortress-core-2.0.7
```

2. Prepare the package:
Expand Down Expand Up @@ -303,7 +303,7 @@ During this section, you will be asked to setup Apache Tomcat 8 and prepare for
2. Download the fortress realm proxy jar into tomcat/lib folder:

```
sudo wget https://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.6/fortress-realm-proxy-2.0.6.jar -P /usr/local/tomcat8/lib
sudo wget https://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.7/fortress-realm-proxy-2.0.7.jar -P /usr/local/tomcat8/lib
```

3. Prepare tomcat fortress usage:
Expand Down Expand Up @@ -398,15 +398,15 @@ During this section, you will be asked to setup Apache Fortress Rest Application

a. from git:
```
git clone --branch 2.0.6 https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
git clone --branch 2.0.7 https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
cd directory-fortress-enmasse
```

b. or download package:
```
wget https://www.apache.org/dist/directory/fortress/dist/2.0.6/fortress-rest-2.0.6-source-release.zip
unzip fortress-rest-2.0.6-source-release.zip
cd fortress-rest-2.0.6
wget https://www.apache.org/dist/directory/fortress/dist/2.0.7/fortress-rest-2.0.7-source-release.zip
unzip fortress-rest-2.0.7-source-release.zip
cd fortress-rest-2.0.7
```

2. Prepare:
Expand Down Expand Up @@ -444,15 +444,15 @@ During this section, you will be asked to setup Apache Fortress Web Application

a. from git:
```
git clone --branch 2.0.6 https://gitbox.apache.org/repos/asf/directory-fortress-commander.git
git clone --branch 2.0.7 https://gitbox.apache.org/repos/asf/directory-fortress-commander.git
cd directory-fortress-commander
```

b. or download package:
```
wget https://www.apache.org/dist/directory/fortress/dist/2.0.6/fortress-web-2.0.6-source-release.zip
unzip fortress-web-2.0.6-source-release.zip
cd fortress-web-2.0.6
wget https://www.apache.org/dist/directory/fortress/dist/2.0.7/fortress-web-2.0.7-source-release.zip
unzip fortress-web-2.0.7-source-release.zip
cd fortress-web-2.0.7
```

2. Prepare:
Expand Down
2 changes: 1 addition & 1 deletion README-TEN-MINUTE-GUIDE.md
Expand Up @@ -19,7 +19,7 @@
-------------------------------------------------------------------------------
# README for Apache Fortress Ten Minute Guide

* Version 2.0.6
* Version 2.0.7
* This document has been deprecated in favor of:
* Follow these instructions: [README-QUICKSTART-APACHEDS](./README-QUICKSTART-APACHEDS.md)
* Follow these instructions: [README-QUICKSTART-SLAPD](./README-QUICKSTART-SLAPD.md)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -92,10 +92,10 @@ From Apache GIT Fortress-Core Software Repo:
git clone https://gitbox.apache.org/repos/asf/directory-fortress-core.git
```

* or by specific version, e.g. 2.0.6
* or by specific version, e.g. 2.0.7

```
git clone --branch 2.0.6 https://gitbox.apache.org/repos/asf/directory-fortress-core.git
git clone --branch 2.0.7 https://gitbox.apache.org/repos/asf/directory-fortress-core.git
```

2. Set Java and Maven home on machines.
Expand Down
2 changes: 1 addition & 1 deletion build.properties.example
Expand Up @@ -143,7 +143,7 @@ group.properties=configParameter

# The following optional HTTP parameters are needed when Fortress core client-side communicates though fortress-rest HTTP proxy (rather than LDAP) server:
# Thr nav URL to fortress-rest impl: uri = httpProtocol + "://" + httpHost + ":" + httpPort + "/" + "fortress-rest-" + version; + "/";:
# version is set as system property, i.e. -Dversion=2.0.6
# version is set as system property, i.e. -Dversion=2.0.7
# Setting the enable.mgr.impl.rest to 'true' sets Fortress instance to use HTTP services rather than LDAPv3 protocol. Default value is 'false':
# Use interface over REST/HTTP? Default is false (use LDAPv3)
#enable.mgr.impl.rest=true
Expand Down
2 changes: 1 addition & 1 deletion ldap/schema/fortress.schema
Expand Up @@ -19,7 +19,7 @@
# under the License.
#
#
### Fortress Schema version 2.0.6
### Fortress Schema version 2.0.7
### This schema is required for Apache Fortress Core deployments using OpenLDAP
### IANA PRIVATE ENTERPRISE NUMBER: 1.3.6.1.4.1.18060.17
### 1. Fortress Attributes: 1.3.6.1.4.1.18060.17.1.*
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -48,7 +48,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-core.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-core.git</developerConnection>
<url>https://github.com/apache/directory-fortress-core/tree/{project.scm.tag}</url>
<tag>2.0.6</tag>
<tag>2.0.7</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion slapd.properties.example
Expand Up @@ -132,7 +132,7 @@ log.ops=logops bind writes compare

# The following optional HTTP parameters are needed when Fortress core client-side communicates though fortress-rest HTTP proxy (rather than LDAP) server:
# Thr nav URL to fortress-rest impl: uri = httpProtocol + "://" + httpHost + ":" + httpPort + "/" + "fortress-rest-" + version; + "/";:
# version is set as system property, i.e. -Dversion=2.0.6
# version is set as system property, i.e. -Dversion=2.0.7
# Setting the enable.mgr.impl.rest to 'true' sets Fortress instance to use HTTP services rather than LDAPv3 protocol. Default value is 'false':
# Use interface over REST/HTTP? Default is false (use LDAPv3)
#enable.mgr.impl.rest=true
Expand Down

0 comments on commit efb5d8b

Please sign in to comment.