You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crail.apache.org by ps...@apache.org on 2018/09/04 14:50:28 UTC

incubator-crail git commit: Adjusting to latest DiSNI/DaRPC (v1.7)

Repository: incubator-crail
Updated Branches:
  refs/heads/master 86f1bd350 -> 7342de94e


Adjusting to latest DiSNI/DaRPC (v1.7)

https://issues.apache.org/jira/browse/CRAIL-50

Signed-off-by: Patrick Stuedi <ps...@apache.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-crail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail/commit/7342de94
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail/tree/7342de94
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail/diff/7342de94

Branch: refs/heads/master
Commit: 7342de94eec28663cff74516ef4fb3c9e0bc9f34
Parents: 86f1bd3
Author: Patrick Stuedi <ps...@apache.com>
Authored: Tue Sep 4 16:32:54 2018 +0200
Committer: Patrick Stuedi <ps...@apache.com>
Committed: Tue Sep 4 16:48:08 2018 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/7342de94/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 09f136c..4c807c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,12 +61,12 @@
       <dependency>
         <groupId>com.ibm.disni</groupId>
         <artifactId>disni</artifactId>
-        <version>1.6</version>
+        <version>1.7</version>
       </dependency>
       <dependency>
         <groupId>com.ibm.darpc</groupId>
         <artifactId>darpc</artifactId>
-        <version>1.6</version>
+        <version>1.7</version>
       </dependency>
       <dependency>
         <groupId>com.ibm.narpc</groupId>