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:40 UTC

directory-fortress-realm git commit: [maven-release-plugin] prepare for next development iteration

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


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: d56a7f0348aec41cd329ad85db04e73763d30e79
Parents: dc23b6c
Author: Shawn McKinney <sm...@apache.org>
Authored: Sat Jul 7 08:41:30 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sat Jul 7 08:41:30 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/d56a7f03/impl/pom.xml
----------------------------------------------------------------------
diff --git a/impl/pom.xml b/impl/pom.xml
index ff81259..980483b 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</version>
+    <version>2.0.2-SNAPSHOT</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/d56a7f03/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5f09b6c..1756281 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</version>
+  <version>2.0.2-SNAPSHOT</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/d56a7f03/proxy/pom.xml
----------------------------------------------------------------------
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 0e0efab..881aedd 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</version>
+    <version>2.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>fortress-realm-proxy</artifactId>