You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crail.apache.org by pe...@apache.org on 2019/06/24 14:49:13 UTC

[incubator-crail] 01/03: [storage-rdma] new DiSNI version v2.1

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

pepperjo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-crail.git

commit 4926c36179a3a734a01192a0ac13d48846b2f8bc
Author: Jonas Pfefferle <pe...@apache.org>
AuthorDate: Fri Jun 21 11:31:15 2019 +0200

    [storage-rdma] new DiSNI version v2.1
    
    Use DiSNI v2.1
    
    Signed-off-by: Jonas Pfefferle <pe...@apache.org>
---
 LICENSE-binary | 4 ++--
 pom.xml        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index e15a09f..e8a7be4 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -531,9 +531,9 @@ darpc-1.8.jar
 -------------
 Copyright (C) 2016-2018, IBM Corporation
 
-disni-2.0.jar
+disni-2.1.jar
 --------------
-Copyright (C) 2016-2018, IBM Corporation
+Copyright (C) 2016-2019, IBM Corporation
 
 gson-2.2.4.jar
 --------------
diff --git a/pom.xml b/pom.xml
index 78f2a1d..0c8414e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
       <dependency>
         <groupId>com.ibm.disni</groupId>
         <artifactId>disni</artifactId>
-        <version>2.0</version>
+        <version>2.1</version>
       </dependency>
       <dependency>
         <groupId>com.ibm.darpc</groupId>