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 2016/07/18 18:35:05 UTC

directory-fortress-commander git commit: 1.0.1 release preps

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master 38ce0d8b1 -> 4c948f4cc


1.0.1 release preps


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

Branch: refs/heads/master
Commit: 4c948f4cc1984a67666353a244e0ccd3cc46529f
Parents: 38ce0d8
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Jul 18 13:33:04 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Jul 18 13:33:04 2016 -0500

----------------------------------------------------------------------
 README-QUICKSTART.md                                   | 10 +++++-----
 README.md                                              | 12 ++++++------
 pom.xml                                                | 13 +++----------
 src/main/resources/applicationContext.xml              |  2 +-
 .../apache/directory/fortress/web/StartExamples.java   |  2 +-
 5 files changed, 16 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/4c948f4c/README-QUICKSTART.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART.md b/README-QUICKSTART.md
index 3b5c5ab..0585a5a 100644
--- a/README-QUICKSTART.md
+++ b/README-QUICKSTART.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README-QUICKSTART for Apache Fortress Web
- * Version 1.0.0
+ * Version 1.0.1
 
 -------------------------------------------------------------------------------
 ## Table of Contents
@@ -53,7 +53,7 @@ Set the java system properties in tomcat with the target ldap server's coordinat
  a. For OpenLDAP:
 
  ```
- JAVA_OPTS="-Dversion=1.0.0 -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=1.0.1 -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/1.0.0/fortress-realm-proxy-1.0.0.jar -P $TOMCAT_HOME/lib
+  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-realm-proxy/1.0.1/fortress-realm-proxy-1.0.1.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/1.0.0/fortress-web-1.0.0.war -P $TOMCAT_HOME/webapps
+  wget http://repo.maven.apache.org/maven2/org/apache/directory/fortress/fortress-web/1.0.1/fortress-web-1.0.1.war -P $TOMCAT_HOME/webapps
   ```
 
   where *TOMCAT_HOME* matches your target env.
@@ -106,7 +106,7 @@ ________________________________________________________________________________
 1. Open browser and test (creds: test/password):
 
  ```
- http://hostname:8080/fortress-web-1.0.0
+ http://hostname:8080/fortress-web
  ```
 
 2. Click on the links, to pull up various views on the data stored in the directory.

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/4c948f4c/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 408c9e6..6d4ddc7 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Web
- * Version 1.0.0
+ * Version 1.0.1
  * Apache Fortress Web System Architecture Diagram
  ![Apache Fortress Web System Architecture](images/fortress-web-system-arch.png "Apache Fortress Web System Architecture")
 
@@ -46,7 +46,7 @@ ________________________________________________________________________________
  * If you see **FORTRESS_WEB_HOME**, refer to this packages base folder.
  * If you see **TOMCAT_HOME**, refer to the location of that package's base folder.
  * Questions about this software package should be directed to its mailing list:
-   * http://mail-archives.apache.org/mod_mbox/directory-fortress/
+   * http://mail-archives.apacheorg/mod_mbox/directory-fortress/
 
 -------------------------------------------------------------------------------
 ## SECTION 1. Prerequisites
@@ -73,7 +73,7 @@ Build the source.
 
  a. from git:
  ```
- git clone --branch 1.0.0 https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
+ git clone --branch 1.0.1 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/1.0.0/fortress-web-1.0.0-source-release.zip
- unzip fortress-web-1.0.0-source-release.zip
- cd fortress-web-1.0.0
+ wget http://www.apache.org/dist/directory/fortress/dist/1.0.1/fortress-web-1.0.1-source-release.zip
+ unzip fortress-web-1.0.1-source-release.zip
+ cd fortress-web-1.0.1
  mvn clean install
  ```
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/4c948f4c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e8edfb5..de50bcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <version>1.0.1-SNAPSHOT</version>
   <name>Apache Fortress Web</name>
   <url>http://directory.apache.org/fortress/</url>
-  <description>Fortress Web is an ANSI RBAC INCITS 359 compliant administrative UI</description>
+  <description>Fortress Web is an administrative UI that drives the APIs</description>
 
   <licenses>
     <license>
@@ -46,7 +46,7 @@
     <connection>scm:git:http://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-commander.git
     </developerConnection>
-    <tag>1.0.0</tag>
+    <tag>1.0.1</tag>
   </scm>
 
   <issueManagement>
@@ -83,18 +83,11 @@
       <name>Chris Pike</name>
       <email>cpike@apache.org</email>
     </developer>
-
-    <developer>
-      <id>sindberg</id>
-      <name>Jan Sindberg</name>
-      <email>sindberg@apache.org</email>
-    </developer>
-
   </developers>
 
   <properties>
     <title>${project.name} ${project.version}</title>
-    <fortress.realm.version>1.0.1-SNAPSHOT</fortress.realm.version>
+    <fortress.realm.version>1.0.1</fortress.realm.version>
     <wicket.version>7.3.0</wicket.version>
     <wicket.jquery.version>7.3.0</wicket.jquery.version>
     <wicket.kendo-ui.version>7.3.0</wicket.kendo-ui.version>

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/4c948f4c/src/main/resources/applicationContext.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/applicationContext.xml b/src/main/resources/applicationContext.xml
index 3069c56..09db5ae 100644
--- a/src/main/resources/applicationContext.xml
+++ b/src/main/resources/applicationContext.xml
@@ -96,7 +96,7 @@
         <property name="targetMethod" value="putAll"/>
         <property name="arguments">
             <util:properties>
-                <prop key="version">1.0-RC42-SNAPSHOT</prop>
+                <prop key="version">1.0.1</prop>
             </util:properties>
         </property>
     </bean>

http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/4c948f4c/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 ba6ea70..bf8e2d3 100644
--- a/src/test/java/org/apache/directory/fortress/web/StartExamples.java
+++ b/src/test/java/org/apache/directory/fortress/web/StartExamples.java
@@ -51,7 +51,7 @@ public class StartExamples
 		Server server = new Server();
 		SocketConnector connector = new SocketConnector();
 
-        System.setProperty("version", "1.0.0");
+        System.setProperty("version", "1.0.1");
         System.setProperty( GlobalIds.IS_JETTY_SERVER, "true");
 
 		// Set some timeout options to make debugging easier.