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:57 UTC

[directory-studio] 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-studio.git


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

commit 75ded54abb8fe05081573fde8ac307b22692f9bd
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Wed Mar 28 05:57:52 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index 0333cf8..40b5c8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,8 +88,8 @@
     <org.apache.commons.pool.bundleversion>1.6.0</org.apache.commons.pool.bundleversion>
     <org.apache.directory.api.version>2.0.0.AM1-SNAPSHOT</org.apache.directory.api.version>
     <org.apache.directory.server.version>2.0.0.AM25-SNAPSHOT</org.apache.directory.server.version>
-    <org.apache.mina.version>2.0.17</org.apache.mina.version>
-    <org.apache.mina.bundleversion>2.0.17</org.apache.mina.bundleversion>
+    <org.apache.mina.version>2.0.16</org.apache.mina.version>
+    <org.apache.mina.bundleversion>2.0.16</org.apache.mina.bundleversion>
     <org.apache.poi.version>3.9</org.apache.poi.version>
     <org.apache.poi.bundleversion>3.9.0</org.apache.poi.bundleversion>
     <org.apache.xmlgraphics.fop.version>1.0</org.apache.xmlgraphics.fop.version>

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