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 2017/05/04 00:06:27 UTC

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

Repository: directory-fortress-realm
Updated Branches:
  refs/heads/master 8ff5b94b1 -> 4b317d884


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

Branch: refs/heads/master
Commit: 4b317d884f02bae453ebcbe56d4354f2d243a9e9
Parents: 8ff5b94
Author: Shawn McKinney <sm...@apache.org>
Authored: Wed May 3 06:30:25 2017 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Wed May 3 06:30:25 2017 -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/4b317d88/impl/pom.xml
----------------------------------------------------------------------
diff --git a/impl/pom.xml b/impl/pom.xml
index 2e85f95..b7501a4 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-RC2</version>
+    <version>2.0.0-RC3-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/4b317d88/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d4d5a90..3a22758 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</version>
+  <version>2.0.0-RC3-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/4b317d88/proxy/pom.xml
----------------------------------------------------------------------
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 7ae168b..5ec47e7 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-RC2</version>
+    <version>2.0.0-RC3-SNAPSHOT</version>
   </parent>
 
   <artifactId>fortress-realm-proxy</artifactId>