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/03/09 14:22:16 UTC

directory-fortress-realm git commit: release preps

Repository: directory-fortress-realm
Updated Branches:
  refs/heads/master 775214011 -> 97a6a768e


release preps


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/commit/97a6a768
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/tree/97a6a768
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/diff/97a6a768

Branch: refs/heads/master
Commit: 97a6a768ef689b59a1c3105525d5a45f40930632
Parents: 7752140
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Mar 8 11:43:20 2016 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Mar 8 11:43:20 2016 -0600

----------------------------------------------------------------------
 README.md              | 4 ++--
 REALM-CONTEXT-SETUP.md | 4 ++--
 REALM-HOST-SETUP.md    | 4 ++--
 impl/pom.xml           | 2 +-
 pom.xml                | 2 +-
 proxy/pom.xml          | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/97a6a768/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 9e48e2e..01e264f 100755
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Realm
- * Version 1.0-RC41
+ * Version 1.0-RC42
 
 -------------------------------------------------------------------------------
 ## Table of Contents
@@ -119,4 +119,4 @@ Everything else covered in steps that follow.  Tested on Debian, Centos & Window
   ![Apache Fortress Realm Host System Architecture](images/fortress-realm-host-system-arch.png "Apache Fortress Realm Host System Architecture")
 
 ___________________________________________________________________________________
-#### END OF README
\ No newline at end of file
+#### END OF README

http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/97a6a768/REALM-CONTEXT-SETUP.md
----------------------------------------------------------------------
diff --git a/REALM-CONTEXT-SETUP.md b/REALM-CONTEXT-SETUP.md
index a100334..d3b153c 100644
--- a/REALM-CONTEXT-SETUP.md
+++ b/REALM-CONTEXT-SETUP.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Realm Context Setup
- * Version 1.0-RC41
+ * Version 1.0-RC42
  * Apache Fortress Realm Context System Architecture Diagram
  ![Apache Fortress Realm Context System Architecture](images/fortress-realm-system-arch.png "Apache Fortress Realm Context System Architecture")
 
@@ -227,4 +227,4 @@ Realm Usage Notes:
 The fortress realm proxy jar contains a *shim* that uses a URLClassLoader to reach its implementation libs. It prevents the realm impl libs, pulled in as dependency to your web app, from interfering with Tomcat's system classpath thus providing an error free deployment process w/out classloader issues. This satisfies requirements related to web hosting and multitenancy.
 
 ___________________________________________________________________________________
-#### END OF README-CONTEXT-SETUP.md
\ No newline at end of file
+#### END OF README-CONTEXT-SETUP.md

http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/97a6a768/REALM-HOST-SETUP.md
----------------------------------------------------------------------
diff --git a/REALM-HOST-SETUP.md b/REALM-HOST-SETUP.md
index 27a741e..493473f 100644
--- a/REALM-HOST-SETUP.md
+++ b/REALM-HOST-SETUP.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Realm Host Setup
- * Version 1.0-RC41
+ * Version 1.0-RC42
  * Apache Fortress Realm Host System Architecture Diagram
  ![Apache Fortress Realm Host System Architecture](images/fortress-realm-host-system-arch.png "Apache Fortress Realm Host System Architecture")
 
@@ -354,4 +354,4 @@ ________________________________________________________________________________
 The fortress realm proxy jar contains a *shim* that uses a URLClassLoader to reach its implementation libs. It prevents the realm impl libs, contained within this package, from interfering with Tomcat's system classpath thus providing an error free deployment process w/out classloader issues. The realm proxy offers the flexibility for each web app to determine its own version/type of security realm to use, satisfying a variety of requirements related to web hosting and multitenancy.
 
 ___________________________________________________________________________________
-#### END OF README-HOST-SETUP.md
\ No newline at end of file
+#### END OF README-HOST-SETUP.md

http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/97a6a768/impl/pom.xml
----------------------------------------------------------------------
diff --git a/impl/pom.xml b/impl/pom.xml
index d53e8e5..97d1dc3 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.fortress</groupId>
     <artifactId>fortress-realm</artifactId>
-    <version>1.0-RC43-SNAPSHOT</version>
+    <version>1.0-RC42-SNAPSHOT</version>
   </parent>
 
   <artifactId>fortress-realm-impl</artifactId>

http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/97a6a768/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8b9cb7b..a4e689e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>fortress-realm</artifactId>
   <packaging>pom</packaging>
   <name>Apache Fortress Realm</name>
-  <version>1.0-RC43-SNAPSHOT</version>
+  <version>1.0-RC42-SNAPSHOT</version>
   <inceptionYear>2007</inceptionYear>
   <description>
     Fortress Realm is an ANSI RBAC INCITS 359 compliant policy enforcement engine.

http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/97a6a768/proxy/pom.xml
----------------------------------------------------------------------
diff --git a/proxy/pom.xml b/proxy/pom.xml
index ba2ccce..1938c4f 100644
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.fortress</groupId>
     <artifactId>fortress-realm</artifactId>
-    <version>1.0-RC43-SNAPSHOT</version>
+    <version>1.0-RC42-SNAPSHOT</version>
   </parent>
 
   <artifactId>fortress-realm-proxy</artifactId>