You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2020/04/11 01:41:06 UTC

[knox] branch master updated: KNOX-2338 - Upgrade apacheds.directory.server.version to 2.0.0.AM26 (#309)

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new b5d97a1  KNOX-2338 - Upgrade apacheds.directory.server.version to 2.0.0.AM26 (#309)
b5d97a1 is described below

commit b5d97a197d22da5900715b5a84a7e3b22c03cea9
Author: Kevin Risden <ri...@users.noreply.github.com>
AuthorDate: Fri Apr 10 21:41:01 2020 -0400

    KNOX-2338 - Upgrade apacheds.directory.server.version to 2.0.0.AM26 (#309)
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 99413f0..5d72690 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,8 +150,8 @@
         <maven.compiler.target>8</maven.compiler.target>
 
         <!-- Dependencies sorted alphabetically -->
-        <apacheds.directory.api.version>2.0.0.AM1</apacheds.directory.api.version>
-        <apacheds.directory.server.version>2.0.0.AM25</apacheds.directory.server.version>
+        <apacheds.directory.api.version>2.0.0</apacheds.directory.api.version>
+        <apacheds.directory.server.version>2.0.0.AM26</apacheds.directory.server.version>
         <apacheds-jdbm.version>2.0.0-M5</apacheds-jdbm.version>
         <apache-rat-plugin.version>0.13</apache-rat-plugin.version>
         <ant-nodeps.version>1.8.1</ant-nodeps.version>