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/06/13 15:51:15 UTC

[airavata] branch develop updated: Setting develop snapshot version in ansible as 0.19

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 04fc418  Setting develop snapshot version in ansible as 0.19
04fc418 is described below

commit 04fc4182aab37c7eaad7f118dd82eed4ecb17807
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Thu Jun 13 11:51:04 2019 -0400

    Setting develop snapshot version in ansible as 0.19
---
 dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml
index b6f50bf..af65f13 100644
--- a/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/group_vars/all/vars.yml
@@ -145,7 +145,7 @@ helix_version: 0.7.1
 helix_url: http://www-us.apache.org/dist//helix/{{helix_version}}/binaries/helix-core-{{helix_version}}-pkg.tar
 helix_dir: "{{ deployment_dir }}/airavata-helix"
 helix_cluster_name: "AiravataDevCluster"
-snapshot_version: "0.17-SNAPSHOT"
+snapshot_version: "0.19-SNAPSHOT"
 
 # Listening port for kafka installations
 kafka_listener_port: 9092