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 2018/07/08 20:38:41 UTC

directory-fortress-realm git commit: 2.0.1 release preps

Repository: directory-fortress-realm
Updated Branches:
  refs/heads/master b5097df57 -> a79ad6348


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

Branch: refs/heads/master
Commit: a79ad6348f86dea3f4c56a991a5a62151b613f18
Parents: b5097df
Author: Shawn McKinney <sm...@apache.org>
Authored: Sat Jul 7 08:38:36 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sat Jul 7 08:38:36 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/a79ad634/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 67e0fc2..cc2acec 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Realm
- * Version 2.0.0
+ * Version 2.0.1
 
 -------------------------------------------------------------------------------
 ## Table of Contents
@@ -63,7 +63,7 @@ Everything else covered in steps that follow.  Tested on Debian, Centos & Window
 
  a. from git:
  ```
- git clone --branch 2.0.0 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
+ git clone --branch 2.0.1 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
  cd directory-fortress-realm
  mvn clean install
  ```
@@ -71,9 +71,9 @@ 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/fortress-realm-2.0.0-source-release.zip
- unzip fortress-realm-2.0.0-source-release.zip
- cd fortress-realm-2.0.0
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.1/fortress-realm-2.0.1-source-release.zip
+ unzip fortress-realm-2.0.1-source-release.zip
+ cd fortress-realm-2.0.1
  mvn clean install
  ```
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/a79ad634/REALM-CONTEXT-SETUP.md
----------------------------------------------------------------------
diff --git a/REALM-CONTEXT-SETUP.md b/REALM-CONTEXT-SETUP.md
index af20ff9..8a18423 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 2.0.0
+ * Version 2.0.1
  * 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")
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/a79ad634/REALM-HOST-SETUP.md
----------------------------------------------------------------------
diff --git a/REALM-HOST-SETUP.md b/REALM-HOST-SETUP.md
index 431ecb3..08c46d4 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 2.0.0
+ * Version 2.0.1
  * 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")
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/a79ad634/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 11a2606..2cd1202 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
     <developerConnection>
       scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
     </developerConnection>
-    <tag>2.0.0</tag>
+    <tag>2.0.1</tag>
   </scm>
 
   <issueManagement>
@@ -103,7 +103,7 @@
     <tomcat.catalina.version>7.0.22</tomcat.catalina.version>
 
     <!-- Set versions for depending jars -->
-    <fortress-core.version>2.0.0</fortress-core.version>
+    <fortress-core.version>2.0.1</fortress-core.version>
 
     <!-- Set versions for depending jars -->
     <findbugs.annotations.version>1.0.0</findbugs.annotations.version>