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 2017/05/07 14:02:41 UTC

[1/2] directory-fortress-enmasse git commit: 2.0.0.RC2 release

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master 74ac0d68e -> 428c8b31f


2.0.0.RC2 release


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/c89c61b0
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/c89c61b0
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/c89c61b0

Branch: refs/heads/master
Commit: c89c61b086b6fb7c8c7fdc96d5b0545ae9207116
Parents: 0b86b06
Author: Shawn McKinney <sm...@apache.org>
Authored: Sat May 6 06:13:13 2017 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sat May 6 06:13:13 2017 -0500

----------------------------------------------------------------------
 README-QUICKSTART.md | 6 +++---
 README.md            | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/c89c61b0/README-QUICKSTART.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md
index 1ef7f31..19fdd8a 100644
--- a/README-QUICKSTART.md
+++ b/README-QUICKSTART.md
@@ -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.0-RC1 -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.0-RC2 -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.0-RC1/fortress-realm-proxy-2.0.0-RC1.jar -P $TOMCAT_HOME/lib
+  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/2.0.0-RC2/fortress-realm-proxy-2.0.0-RC2.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.0-RC1/fortress-rest-2.0.0-RC1.war -P $TOMCAT_HOME/webapps
+  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-rest/2.0.0-RC2/fortress-rest-2.0.0-RC2.war -P $TOMCAT_HOME/webapps
   ```
 
   where *TOMCAT_HOME* matches your target env.

http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/c89c61b0/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index e302075..1c8b867 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ Everything else covered in steps that follow.  Tested on Debian, Centos & Window
 
  a. from git:
  ```
- git clone --branch 2.0.0-RC1 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
+ git clone --branch 2.0.0-RC2 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
  cd directory-fortress-enmasse
  mvn clean install
  ```
@@ -83,7 +83,7 @@ Everything else covered in steps that follow.  Tested on Debian, Centos & Window
  b. or download package:
 
  ```
- wget http://www.apache.org/dist/directory/fortress/dist/2.0.0-RC1/fortress-rest-2.0.0-RC1-source-release.zip
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.0-RC2/fortress-rest-2.0.0-RC2-source-release.zip
  unzip fortress-rest-2.0.1-RC1.zip
  cd fortress-rest-2.0.1-RC1
  mvn clean install


[2/2] directory-fortress-enmasse git commit: Merge remote-tracking branch 'origin/master'

Posted by sm...@apache.org.
Merge remote-tracking branch 'origin/master'


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/428c8b31
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/428c8b31
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/428c8b31

Branch: refs/heads/master
Commit: 428c8b31f2796f8724fe9daa03075d16380573d2
Parents: c89c61b 74ac0d6
Author: Shawn McKinney <sm...@apache.org>
Authored: Sat May 6 19:10:16 2017 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sat May 6 19:10:16 2017 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------