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 2023/03/31 06:16:09 UTC

[directory-kerby] 02/04: Updating Apache DS + LDAP API

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

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

commit 415366580427ca8ce622e3b0ec4fbbf9507e47a2
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 27f9e3a0..baed7a82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,10 +47,10 @@
   </distributionManagement>
 
   <properties>
-    <apacheds.version>2.0.0.AM25</apacheds.version>
+    <apacheds.version>2.0.0.AM26</apacheds.version>
     <commons-io.version>2.8.0</commons-io.version>
     <gson.version>2.8.9</gson.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.13.2</junit.version>
     <nimbus.jose.version>9.30.2</nimbus.jose.version>