You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2018/03/28 03:57:13 UTC

[directory-ldap-api] branch master updated: Reverted to MINA 2.0.16, as the new version is causing some failure in SSL tests

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ebb1bb  Reverted to MINA 2.0.16, as the new version is causing some failure in SSL tests
5ebb1bb is described below

commit 5ebb1bb577cff67f5067e0578bc775352eb0e141
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Wed Mar 28 05:57:09 2018 +0200

    Reverted to MINA 2.0.16, as the new version is causing some failure in SSL tests
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a69ffa9..cae4ca9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
     <junit.version>4.12</junit.version>
     <log4j.version>1.2.17</log4j.version>
     <logback.version>1.2.3</logback.version>
-    <mina.core.version>2.0.17</mina.core.version>
+    <mina.core.version>2.0.16</mina.core.version>
     <org.osgi.core.version>6.0.0</org.osgi.core.version>
     <org.apache.felix.version>5.6.10</org.apache.felix.version>
     <pax-exam.version>4.11.0</pax-exam.version>

-- 
To stop receiving notification emails like this one, please contact
elecharny@apache.org.