You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2020/03/30 06:12:42 UTC

[directory-kerby] branch trunk updated: Updating Apache DS + LDAP API

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

coheigea pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3d171cc  Updating Apache DS + LDAP API
3d171cc is described below

commit 3d171cc784fe376544b7325b09b93d54eb1674d9
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Mar 30 07:12:20 2020 +0100

    Updating Apache DS + LDAP API
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e23f579..7a5ea26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,11 +47,11 @@
   </distributionManagement>
 
   <properties>
-    <apacheds.version>2.0.0.AM25</apacheds.version>
+    <apacheds.version>2.0.0.AM26</apacheds.version>
     <commons-io.version>2.6</commons-io.version>
     <gson.version>2.8.6</gson.version>
     <h2.version>1.4.200</h2.version>
-    <ldap.api.version>2.0.0.AM1</ldap.api.version>
+    <ldap.api.version>2.0.1</ldap.api.version>
     <log4j.version>1.2.17</log4j.version>
     <junit.version>4.12</junit.version>
     <nimbus.jose.version>8.2.1</nimbus.jose.version>