You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by mm...@apache.org on 2016/09/29 22:44:23 UTC

incubator-metron git commit: METRON-476: Bump release version to 0.2.1BETA for Quick Dev (dlyle65535 via mmiklavc) closes apache/incubator-metron#285

Repository: incubator-metron
Updated Branches:
  refs/heads/master 823cd2a83 -> 3e278cdc2


METRON-476: Bump release version to 0.2.1BETA for Quick Dev (dlyle65535 via mmiklavc) closes apache/incubator-metron#285


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/3e278cdc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/3e278cdc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/3e278cdc

Branch: refs/heads/master
Commit: 3e278cdc2c60d6d193d53157512c68b2a3ed58de
Parents: 823cd2a
Author: dlyle65535 <dl...@gmail.com>
Authored: Thu Sep 29 18:43:37 2016 -0400
Committer: Michael Miklavcic <mi...@gmail.com>
Committed: Thu Sep 29 18:43:37 2016 -0400

----------------------------------------------------------------------
 metron-deployment/inventory/quick-dev-platform/group_vars/all | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/3e278cdc/metron-deployment/inventory/quick-dev-platform/group_vars/all
----------------------------------------------------------------------
diff --git a/metron-deployment/inventory/quick-dev-platform/group_vars/all b/metron-deployment/inventory/quick-dev-platform/group_vars/all
index e5a0cb8..2b1bada 100644
--- a/metron-deployment/inventory/quick-dev-platform/group_vars/all
+++ b/metron-deployment/inventory/quick-dev-platform/group_vars/all
@@ -46,7 +46,7 @@ threatintel_hbase_table: threatintel
 enrichment_hbase_table: enrichment
 
 # metron
-metron_version: 0.2.0BETA
+metron_version: 0.2.1BETA
 metron_directory: /usr/metron/{{ metron_version }}
 bro_version: "2.4.1"
 fixbuf_version: "1.7.1"