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:05:33 UTC

directory-fortress-core git commit: change version to 1.0-RC42-SNAPSHOT

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 6cbea1ddf -> dcd1e064e


change version to 1.0-RC42-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/dcd1e064
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/dcd1e064
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/dcd1e064

Branch: refs/heads/master
Commit: dcd1e064eef4ffabf68f0631c83b427b1a6a4520
Parents: 6cbea1d
Author: Shawn McKinney <sm...@apache.org>
Authored: Mon Mar 14 15:57:16 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Mon Mar 14 15:57:16 2016 -0500

----------------------------------------------------------------------
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/dcd1e064/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c4e783f..530d942 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>fortress-core</artifactId>
   <packaging>jar</packaging>
   <name>Apache Fortress Core</name>
-  <version>1.0-RC43-SNAPSHOT</version>
+  <version>1.0-RC42-SNAPSHOT</version>
   <inceptionYear>2007</inceptionYear>
   <description>
     Apache Fortress is a standards-based Identity and Access Management SDK that implements ANSI RBAC INCITS 359.
@@ -465,6 +465,13 @@
       <scope>test</scope>
     </dependency>
 
+    <dependency>
+      <groupId>antlr</groupId>
+      <artifactId>antlr</artifactId>
+      <version>${version.antlr}</version>
+      <scope>test</scope>
+    </dependency>
+
   </dependencies>
 
   <build>