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/11/02 19:26:19 UTC

directory-fortress-realm git commit: 2.0.0-RC1 release preps

Repository: directory-fortress-realm
Updated Branches:
  refs/heads/master 21b8af438 -> b562cf830


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

Branch: refs/heads/master
Commit: b562cf830a1a7fc6858076979f8ead223786528f
Parents: 21b8af4
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Oct 28 07:19:26 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Oct 28 07:19:26 2016 -0500

----------------------------------------------------------------------
 README.md | 8 ++++----
 pom.xml   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/b562cf83/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d176c0b..e9cbf71 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Everything else covered in steps that follow.  Tested on Debian, Centos & Window
 
  a. from git:
  ```
- git clone --branch 1.0.1 https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
+ git clone --branch 2.0.0-RC1 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/1.0.1/fortress-realm-1.0.1-source-release.zip
- unzip fortress-realm-1.0.1-source-release.zip
- cd fortress-realm-1.0.1
+ wget http://www.apache.org/dist/directory/fortress/dist/2.0.0-RC1/fortress-realm-2.0.0-RC1-source-release.zip
+ unzip fortress-realm-2.0.0-RC1-source-release.zip
+ cd fortress-realm-2.0.0-RC1
  mvn clean install
  ```
 

http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/b562cf83/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 62cbc1d..4d5b797 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>fortress-realm</artifactId>
   <packaging>pom</packaging>
   <name>Apache Fortress Realm</name>
-  <version>2.0.0-RC2-SNAPSHOT</version>
+  <version>2.0.0-RC1-SNAPSHOT</version>
   <inceptionYear>2007</inceptionYear>
   <description>
     Fortress Realm is an ANSI RBAC INCITS 359 compliant policy enforcement engine.