You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2019/04/02 19:59:47 UTC

[airavata] branch staging updated: Upgrading helix version

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

dimuthuupe pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/staging by this push:
     new 3b19c83  Upgrading helix version
3b19c83 is described below

commit 3b19c83d44e06e11a0de03d7f389806a55777fe9
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Tue Apr 2 15:59:37 2019 -0400

    Upgrading helix version
---
 modules/airavata-helix/task-api/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/airavata-helix/task-api/pom.xml b/modules/airavata-helix/task-api/pom.xml
index 0de8337..126b1fa 100644
--- a/modules/airavata-helix/task-api/pom.xml
+++ b/modules/airavata-helix/task-api/pom.xml
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.apache.helix</groupId>
             <artifactId>helix-core</artifactId>
-            <version>0.8.2</version>
+            <version>0.8.4</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>