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/04/12 15:17:14 UTC

directory-fortress-enmasse git commit: 1.0.0 release preps

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master 7fbd575e0 -> 134541b81


 1.0.0 release preps


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/134541b8
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/134541b8
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/134541b8

Branch: refs/heads/master
Commit: 134541b81b679f5fae17a02e70be5540f4fa31b3
Parents: 7fbd575
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Apr 12 08:17:11 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Apr 12 08:17:11 2016 -0500

----------------------------------------------------------------------
 README.md | 17 ++++++++++++++---
 pom.xml   |  2 +-
 2 files changed, 15 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/134541b8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 47ed8d1..02288d0 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
    under the License.
 
 # README for Apache Fortress Rest
- * Version 1.0-RC42
+ * Version 1.0.0
  * Apache Fortress Rest System Architecture Diagram
  ![Apache Fortress Rest System Architecture](images/fortress-rest-system-arch.png "Apache Fortress Rest System Architecture")
 
@@ -41,7 +41,7 @@ This document contains instructions to download, build, and test operations usin
 ___________________________________________________________________________________
 ##  Tips for first-time users
 
- * For a tutorial on how to use Apache Fortress check out the: [10 Minute Guide](http://directory.apache.org/fortress/gen-docs/latest/apidocs/org/apache/directory/fortress/core/doc-files/ten-minute-guide.html).
+ * For a tutorial on how to use Apache Fortress check out the Fortress Core quickstart guides.
  * If you see **FORTRESS_CORE_HOME**, refer to the base package of [directory-fortress-core].
  * If you see **FORTRESS_REALM_HOME**, refer to the base package of [directory-fortress-realm].
  * If you see **FORTRESS_REST_HOME**, refer to this packages base folder.
@@ -72,12 +72,23 @@ Everything else covered in steps that follow.  Tested on Debian, Centos & Window
 ## SECTION 2. Download & Install
 
 1. Build the source.
+
+ a. from git:
  ```
- git clone https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
+ git clone --branch 1.0.0 https://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse.git
  cd directory-fortress-enmasse
  mvn clean install
  ```
 
+ b. or download package:
+
+ ```
+ wget http://www.apache.org/dist/directory/fortress/dist/1.0.0/fortress-rest-1.0.0-source-release.zip
+ unzip fortress-rest-1.0.0-source-release.zip
+ cd fortress-rest-1.0.0
+ mvn clean install
+ ```
+
 2. Now build the javadoc:
 
  ```

http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/134541b8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1bbf7b2..5fa909b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <groupId>org.apache.directory.fortress</groupId>
   <artifactId>fortress-rest</artifactId>
   <packaging>war</packaging>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <name>Apache Fortress Rest</name>
   <url>http://directory.apache.org/fortress/</url>
   <description>Fortress Rest provides a RESTful implementation of Fortress' ANSI RBAC INCITS 359 engine</description>