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:41:07 UTC

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

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


[maven-release-plugin] prepare release 2.0.1


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

Branch: refs/heads/master
Commit: dc23b6cbb93d1d0e998f0dcd03e7665df8c97475
Parents: a79ad63
Author: Shawn McKinney <sm...@apache.org>
Authored: Sat Jul 7 08:40:56 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sat Jul 7 08:40:56 2018 -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/dc23b6cb/impl/pom.xml
----------------------------------------------------------------------
diff --git a/impl/pom.xml b/impl/pom.xml
index acdddc5..ff81259 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.1-SNAPSHOT</version>
+    <version>2.0.1</version>
   </parent>
   <artifactId>fortress-realm-impl</artifactId>
   <name>Apache Fortress Realm Implementation</name>

http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/dc23b6cb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2cd1202..5f09b6c 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.1-SNAPSHOT</version>
+  <version>2.0.1</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/dc23b6cb/proxy/pom.xml
----------------------------------------------------------------------
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 2dd2ee8..0e0efab 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.1-SNAPSHOT</version>
+    <version>2.0.1</version>
   </parent>
 
   <artifactId>fortress-realm-proxy</artifactId>