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 2019/04/22 13:35:01 UTC

[directory-fortress-core] branch master updated: FC-270 - Bump to LDAP API version 1.0.3

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ce4327  FC-270 - Bump to LDAP API version 1.0.3
6ce4327 is described below

commit 6ce4327cc9051748aa6178fd8148723801c60d62
Author: Shawn McKinney <sm...@apache.org>
AuthorDate: Mon Apr 22 08:34:56 2019 -0500

    FC-270 - Bump to LDAP API version 1.0.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b7defa4..88f4938 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
     <version.antlr>2.7.7</version.antlr>
     <version.apache.jdbm1>2.0.0-M3</version.apache.jdbm1>
     <version.apacheds>2.0.0.AM25</version.apacheds>
-    <version.api.all>1.0.2</version.api.all>
+    <version.api.all>1.0.3</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.11</version.commons.codec>