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/05/06 16:27:48 UTC

[airavata] branch master updated: Downgrading helix version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8986277  Downgrading helix version
8986277 is described below

commit 89862771c2b7d2ad6723e290fca4e760e928de9c
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Mon May 6 12:27:39 2019 -0400

    Downgrading 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 126b1fa..0de8337 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.4</version>
+            <version>0.8.2</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>