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 2020/09/09 22:10:29 UTC

[airavata] branch develop updated: Upgrading the helix version 0.8.2 -> 0.9.7

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 0872164  Upgrading the helix version 0.8.2 -> 0.9.7
0872164 is described below

commit 0872164fbd48d567ff1caccfc748122c28992f11
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Wed Sep 9 18:10:14 2020 -0400

    Upgrading the helix version 0.8.2 -> 0.9.7
---
 modules/airavata-helix/task-api/pom.xml | 2 +-
 pom.xml                                 | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/airavata-helix/task-api/pom.xml b/modules/airavata-helix/task-api/pom.xml
index 791db13..178c050 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>${helix.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>
diff --git a/pom.xml b/pom.xml
index 2e75767..8750b3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,6 +120,7 @@
         <jmockit.version>1.44</jmockit.version>
         <commons.lang.version>2.6</commons.lang.version>
         <org.apache.commons.pool2.version>2.7.0</org.apache.commons.pool2.version>
+        <helix.version>0.9.7</helix.version>
     </properties>
 
     <developers>