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

[incubator-crail] 03/03: [storage-nvmf] new jNVMf v1.6

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 efd38cec95dab087c5998f743d831df61b92a79a
Author: Jonas Pfefferle <pe...@apache.org>
AuthorDate: Fri Jun 21 11:41:59 2019 +0200

    [storage-nvmf] new jNVMf v1.6
    
    Use jNVMf v1.6
    
    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 35d9942..b7a7b77 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -1001,9 +1001,9 @@ narpc-1.4.jar
 -------------
 Copyright (C) 2018, IBM Corporation
 
-jnvmf-1.5.jar
+jnvmf-1.6.jar
 -------------
-Copyright (C) 2018, IBM Corporation
+Copyright (C) 2018-2019, IBM Corporation
 
 jets3t-0.9.0.jar
 ----------------
diff --git a/pom.xml b/pom.xml
index 51ff2a8..55797a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
       <dependency>
         <groupId>com.ibm.jnvmf</groupId>
         <artifactId>jnvmf</artifactId>
-        <version>1.5</version>
+        <version>1.6</version>
       </dependency>
       <dependency>
         <groupId>org.apache.hadoop</groupId>