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 01:03:49 UTC

[3/3] directory-fortress-commander git commit: 2.0.0-RC2 release

2.0.0-RC2 release


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/339afed0
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/339afed0
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/339afed0

Branch: refs/heads/master
Commit: 339afed07b59a934061a883f835fa6577f331410
Parents: 36fd943
Author: Shawn McKinney <sm...@apache.org>
Authored: Sat May 6 06:11:15 2017 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sat May 6 06:11:15 2017 -0500

----------------------------------------------------------------------
 README-QUICKSTART.md                                         | 6 +++---
 README.md                                                    | 8 ++++----
 src/main/resources/applicationContext.xml                    | 2 +-
 .../org/apache/directory/fortress/web/StartExamples.java     | 2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/339afed0/README-QUICKSTART.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md
index 309ec54..b6a7077 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 web war into tomcat/webapps folder:
 
   ```
-  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-web/2.0.0-RC1/fortress-web-2.0.0-RC1.war -P $TOMCAT_HOME/webapps
+  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-web/2.0.0-RC2/fortress-web-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-commander/blob/339afed0/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2f6e6c1..9543618 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Build the source.
 
  a. from git:
  ```
- git clone --branch 2.0.0-RC1 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
+ git clone --branch 2.0.0-RC2 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
  cd directory-fortress-commander
  mvn clean install
  ```
@@ -81,9 +81,9 @@ Build the source.
  b. or download package:
 
  ```
- wget http://www.apache.org/dist/directory/fortress/dist/2.0.0-RC1/fortress-web-2.0.0-RC1-source-release.zip
- unzip fortress-web-2.0.0-RC1-source-release.zip
- cd fortress-web-2.0.0-RC1
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.0-RC2/fortress-web-2.0.0-RC2-source-release.zip
+ unzip fortress-web-2.0.0-RC2-source-release.zip
+ cd fortress-web-2.0.0-RC2
  mvn clean install
  ```
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/339afed0/src/main/resources/applicationContext.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/applicationContext.xml b/src/main/resources/applicationContext.xml
index e58b4cd..106c66a 100644
--- a/src/main/resources/applicationContext.xml
+++ b/src/main/resources/applicationContext.xml
@@ -90,7 +90,7 @@
         <property name="targetMethod" value="putAll"/>
         <property name="arguments">
             <util:properties>
-                <prop key="version">2.0.0-RC1</prop>
+                <prop key="version">2.0.0-RC2</prop>
             </util:properties>
         </property>
     </bean>

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/339afed0/src/test/java/org/apache/directory/fortress/web/StartExamples.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/directory/fortress/web/StartExamples.java b/src/test/java/org/apache/directory/fortress/web/StartExamples.java
index a805978..b23b2e1 100644
--- a/src/test/java/org/apache/directory/fortress/web/StartExamples.java
+++ b/src/test/java/org/apache/directory/fortress/web/StartExamples.java
@@ -52,7 +52,7 @@ public class StartExamples
 		SocketConnector connector = new SocketConnector();
 
 		// fortress-rest navigation (iff enabled in fortress.properties)
-        System.setProperty("version", "2.0.0-RC1-SNAPSHOT");
+        System.setProperty("version", "2.0.0-RC2");
         System.setProperty( GlobalIds.IS_JETTY_SERVER, "true");
 
 		// Set some timeout options to make debugging easier.