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/03/14 22:06:56 UTC

directory-fortress-realm git commit: revert to 1.0-RC42-SNAPSHOT

Repository: directory-fortress-realm
Updated Branches:
  refs/heads/master 2c19cdb56 -> 72075c34a


revert to 1.0-RC42-SNAPSHOT


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

Branch: refs/heads/master
Commit: 72075c34a29c9132e257b5f7992dd115c13ed8a8
Parents: 2c19cdb
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Mar 14 15:58:40 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Mar 14 15:58:40 2016 -0500

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-realm/blob/72075c34/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d35cb2b..5688f9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>fortress-realm</artifactId>
   <packaging>pom</packaging>
   <name>Apache Fortress Realm</name>
-  <version>1.0-RC43-SNAPSHOT</version>
+  <version>1.0-RC42-SNAPSHOT</version>
   <inceptionYear>2007</inceptionYear>
   <description>
     Fortress Realm is an ANSI RBAC INCITS 359 compliant policy enforcement engine.
@@ -50,7 +50,7 @@
     <developerConnection>
       scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-realm.git
     </developerConnection>
-    <tag>1.0-RC42</tag>
+    <tag>1.0-RC42-SNAPSHOT</tag>
   </scm>
 
   <issueManagement>
@@ -109,7 +109,7 @@
     <tomcat.catalina.version>7.0.22</tomcat.catalina.version>
 
     <!-- Set versions for depending jars -->
-    <fortress-core.version>1.0-RC42</fortress-core.version>
+    <fortress-core.version>1.0-RC43-SNAPSHOT</fortress-core.version>
 
     <!-- Set versions for depending jars -->
     <findbugs.annotations.version>1.0.0</findbugs.annotations.version>