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 2015/10/31 17:06:43 UTC

directory-fortress-core git commit: FC-123 - Upgrade to Apache LDAP API v1.0.0-M32

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master c4ec02a0a -> 8c57cac78


FC-123 - Upgrade to Apache LDAP API v1.0.0-M32


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

Branch: refs/heads/master
Commit: 8c57cac78fa1c5890ad2398d68c0957e3d447bf5
Parents: c4ec02a
Author: Shawn McKinney <sm...@apache.org>
Authored: Sat Oct 31 11:06:16 2015 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sat Oct 31 11:06:16 2015 -0500

----------------------------------------------------------------------
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/8c57cac7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2dd1669..6c066fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,14 +85,13 @@
     <version.ant.launcher>1.9.1</version.ant.launcher>
     <version.antlr>2.7.7</version.antlr>
     <version.apacheds>2.0.0-M19</version.apacheds>
-    <version.api.all>1.0.0-M31</version.api.all>
+    <version.api.all>1.0.0-M32</version.api.all>
     <version.commons.beanutils>1.7.0</version.commons.beanutils>
     <version.commons.beanutils-core>1.8.0</version.commons.beanutils-core>
     <version.commons.codec>1.10</version.commons.codec>
     <version.commons.collections>3.2.1</version.commons.collections>
     <version.commons.configuration>1.10</version.commons.configuration>
     <version.commons.digester>1.8</version.commons.digester>
-    <version.commons.httpclient>3.1</version.commons.httpclient>
     <version.httpcomponent.httpclient>4.5.1</version.httpcomponent.httpclient>
     <version.httpcomponent.httpcore>4.4.3</version.httpcomponent.httpcore>
     <version.commons.io>2.4</version.commons.io>