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 15:22:28 UTC

directory-fortress-realm git commit: [maven-release-plugin] prepare release 2.0.0-RC1

Repository: directory-fortress-realm
Updated Branches:
  refs/heads/master 94a3b1880 -> dee51e0b0


[maven-release-plugin] prepare release 2.0.0-RC1


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

Branch: refs/heads/master
Commit: dee51e0b05f381324cf8d2f34128a27265b37c4b
Parents: 94a3b18
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Oct 28 03:15:23 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Oct 28 03:15:23 2016 -0500

----------------------------------------------------------------------
 impl/pom.xml  | 2 +-
 pom.xml       | 2 +-
 proxy/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/dee51e0b/impl/pom.xml
----------------------------------------------------------------------
diff --git a/impl/pom.xml b/impl/pom.xml
index 41d4c81..17c18c6 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>2.0.0-RC1-SNAPSHOT</version>
+    <version>2.0.0-RC1</version>
   </parent>
 
   <artifactId>fortress-realm-impl</artifactId>

http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/dee51e0b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4d5b797..f43f3b4 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-RC1-SNAPSHOT</version>
+  <version>2.0.0-RC1</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/dee51e0b/proxy/pom.xml
----------------------------------------------------------------------
diff --git a/proxy/pom.xml b/proxy/pom.xml
index fc503e1..f396fac 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>2.0.0-RC1-SNAPSHOT</version>
+    <version>2.0.0-RC1</version>
   </parent>
 
   <artifactId>fortress-realm-proxy</artifactId>