METRON-1804 Update version to 0.6.1 (justinleet) closes apache/metron#1220
Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/b872fdcd Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/b872fdcd Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/b872fdcd Branch: refs/heads/feature/METRON-1090-stellar-assignment Commit: b872fdcd0a54f41165e93d0e3635635a09e61ef8 Parents: ebdaf5f Author: justinleet <justinjl...@gmail.com> Authored: Wed Oct 3 15:25:44 2018 -0400 Committer: leet <l...@apache.org> Committed: Wed Oct 3 15:25:44 2018 -0400 ---------------------------------------------------------------------- metron-analytics/metron-maas-common/pom.xml | 2 +- metron-analytics/metron-maas-service/pom.xml | 2 +- metron-analytics/metron-profiler-client/pom.xml | 2 +- metron-analytics/metron-profiler-common/pom.xml | 2 +- metron-analytics/metron-profiler-repl/pom.xml | 2 +- metron-analytics/metron-profiler-spark/pom.xml | 2 +- metron-analytics/metron-profiler-storm/pom.xml | 2 +- metron-analytics/metron-statistics/pom.xml | 2 +- metron-analytics/pom.xml | 2 +- metron-contrib/metron-docker/pom.xml | 2 +- metron-contrib/metron-performance/pom.xml | 2 +- metron-contrib/pom.xml | 2 +- metron-deployment/amazon-ec2/conf/defaults.yml | 2 +- metron-deployment/ansible/playbooks/docker_probe_install.yml | 2 +- .../ansible/roles/ambari_master/defaults/main.yml | 2 +- .../development/centos6/ansible/inventory/group_vars/all | 2 +- .../development/ubuntu14/ansible/inventory/group_vars/all | 2 +- metron-deployment/packaging/ambari/elasticsearch-mpack/pom.xml | 4 ++-- metron-deployment/packaging/ambari/metron-mpack/pom.xml | 4 ++-- .../ambari/metron-mpack/src/main/resources/mpack.json | 2 +- metron-deployment/packaging/docker/deb-docker/pom.xml | 4 ++-- metron-deployment/packaging/docker/rpm-docker/pom.xml | 4 ++-- metron-deployment/pom.xml | 2 +- metron-interface/metron-alerts/package-lock.json | 2 +- metron-interface/metron-alerts/package.json | 2 +- metron-interface/metron-alerts/pom.xml | 2 +- metron-interface/metron-config/package-lock.json | 2 +- metron-interface/metron-config/package.json | 2 +- metron-interface/metron-config/pom.xml | 2 +- metron-interface/metron-config/scripts/package.json | 2 +- metron-interface/metron-rest-client/pom.xml | 2 +- metron-interface/metron-rest/pom.xml | 2 +- .../metron-rest/src/main/resources/application.yml | 2 +- metron-interface/pom.xml | 2 +- metron-platform/Performance-tuning-guide.md | 4 ++-- metron-platform/README.md | 2 +- metron-platform/elasticsearch-shaded/pom.xml | 2 +- metron-platform/metron-common/pom.xml | 2 +- metron-platform/metron-common/src/main/scripts/cluster_info.py | 2 +- metron-platform/metron-data-management/pom.xml | 2 +- metron-platform/metron-elasticsearch/pom.xml | 2 +- metron-platform/metron-enrichment/pom.xml | 2 +- metron-platform/metron-hbase-client/pom.xml | 2 +- metron-platform/metron-hbase/pom.xml | 2 +- metron-platform/metron-indexing/pom.xml | 2 +- metron-platform/metron-integration-test/pom.xml | 2 +- metron-platform/metron-job/pom.xml | 2 +- metron-platform/metron-management/pom.xml | 2 +- metron-platform/metron-parsers/pom.xml | 2 +- metron-platform/metron-pcap-backend/pom.xml | 2 +- .../metron-pcap-backend/src/main/scripts/pcap_zeppelin_run.sh | 2 +- metron-platform/metron-pcap/pom.xml | 2 +- metron-platform/metron-solr/pom.xml | 2 +- metron-platform/metron-storm-kafka-override/pom.xml | 2 +- metron-platform/metron-storm-kafka/pom.xml | 2 +- metron-platform/metron-test-utilities/pom.xml | 2 +- metron-platform/metron-writer/pom.xml | 2 +- metron-platform/metron-zookeeper/pom.xml | 2 +- metron-platform/pom.xml | 2 +- metron-stellar/pom.xml | 2 +- metron-stellar/stellar-3rd-party-example/pom.xml | 2 +- metron-stellar/stellar-common/README.md | 4 ++-- metron-stellar/stellar-common/pom.xml | 2 +- metron-stellar/stellar-zeppelin/README.md | 6 +++--- metron-stellar/stellar-zeppelin/pom.xml | 2 +- pom.xml | 2 +- site-book/pom.xml | 2 +- 67 files changed, 75 insertions(+), 75 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-analytics/metron-maas-common/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-maas-common/pom.xml b/metron-analytics/metron-maas-common/pom.xml index bc1aa0c..b5cf1c9 100644 --- a/metron-analytics/metron-maas-common/pom.xml +++ b/metron-analytics/metron-maas-common/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-analytics</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-maas-common</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-analytics/metron-maas-service/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-maas-service/pom.xml b/metron-analytics/metron-maas-service/pom.xml index ae19d30..17b80f6 100644 --- a/metron-analytics/metron-maas-service/pom.xml +++ b/metron-analytics/metron-maas-service/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-analytics</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-maas-service</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-analytics/metron-profiler-client/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-profiler-client/pom.xml b/metron-analytics/metron-profiler-client/pom.xml index ae04740..2957b0f 100644 --- a/metron-analytics/metron-profiler-client/pom.xml +++ b/metron-analytics/metron-profiler-client/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-analytics</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-profiler-client</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-analytics/metron-profiler-common/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-profiler-common/pom.xml b/metron-analytics/metron-profiler-common/pom.xml index b3aafcd..630709e 100644 --- a/metron-analytics/metron-profiler-common/pom.xml +++ b/metron-analytics/metron-profiler-common/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>metron-analytics</artifactId> <groupId>org.apache.metron</groupId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-profiler-common</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-analytics/metron-profiler-repl/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-profiler-repl/pom.xml b/metron-analytics/metron-profiler-repl/pom.xml index 0876f70..4586a5d 100644 --- a/metron-analytics/metron-profiler-repl/pom.xml +++ b/metron-analytics/metron-profiler-repl/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>metron-analytics</artifactId> <groupId>org.apache.metron</groupId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-profiler-repl</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-analytics/metron-profiler-spark/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-profiler-spark/pom.xml b/metron-analytics/metron-profiler-spark/pom.xml index 668ee2c..60ea30d 100644 --- a/metron-analytics/metron-profiler-spark/pom.xml +++ b/metron-analytics/metron-profiler-spark/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-analytics</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-profiler-spark</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-analytics/metron-profiler-storm/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-profiler-storm/pom.xml b/metron-analytics/metron-profiler-storm/pom.xml index dd80467..cfa30b3 100644 --- a/metron-analytics/metron-profiler-storm/pom.xml +++ b/metron-analytics/metron-profiler-storm/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-analytics</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-profiler-storm</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-analytics/metron-statistics/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-statistics/pom.xml b/metron-analytics/metron-statistics/pom.xml index 4119f55..732f247 100644 --- a/metron-analytics/metron-statistics/pom.xml +++ b/metron-analytics/metron-statistics/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>metron-analytics</artifactId> <groupId>org.apache.metron</groupId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-statistics</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-analytics/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/pom.xml b/metron-analytics/pom.xml index d2d1263..bff6ba0 100644 --- a/metron-analytics/pom.xml +++ b/metron-analytics/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>Metron</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <description>Stream analytics for Metron</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-contrib/metron-docker/pom.xml ---------------------------------------------------------------------- diff --git a/metron-contrib/metron-docker/pom.xml b/metron-contrib/metron-docker/pom.xml index d789605..15c7a5b 100644 --- a/metron-contrib/metron-docker/pom.xml +++ b/metron-contrib/metron-docker/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-contrib</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <description>Metron Docker</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-contrib/metron-performance/pom.xml ---------------------------------------------------------------------- diff --git a/metron-contrib/metron-performance/pom.xml b/metron-contrib/metron-performance/pom.xml index 55cb0a7..5f031a6 100644 --- a/metron-contrib/metron-performance/pom.xml +++ b/metron-contrib/metron-performance/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-contrib</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <description>Performance Testing Utilities</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-contrib/pom.xml ---------------------------------------------------------------------- diff --git a/metron-contrib/pom.xml b/metron-contrib/pom.xml index 7233f3f..3c29cf6 100644 --- a/metron-contrib/pom.xml +++ b/metron-contrib/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>Metron</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <description>Contributed Tooling for Metron</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-deployment/amazon-ec2/conf/defaults.yml ---------------------------------------------------------------------- diff --git a/metron-deployment/amazon-ec2/conf/defaults.yml b/metron-deployment/amazon-ec2/conf/defaults.yml index b4dc2e1..cd0e0a1 100644 --- a/metron-deployment/amazon-ec2/conf/defaults.yml +++ b/metron-deployment/amazon-ec2/conf/defaults.yml @@ -58,7 +58,7 @@ num_partitions: 3 retention_in_gb: 25 # metron variables -metron_version: 0.6.0 +metron_version: 0.6.1 metron_directory: /usr/metron/{{ metron_version }} # sensors http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-deployment/ansible/playbooks/docker_probe_install.yml ---------------------------------------------------------------------- diff --git a/metron-deployment/ansible/playbooks/docker_probe_install.yml b/metron-deployment/ansible/playbooks/docker_probe_install.yml index 563487d..824aa40 100644 --- a/metron-deployment/ansible/playbooks/docker_probe_install.yml +++ b/metron-deployment/ansible/playbooks/docker_probe_install.yml @@ -30,7 +30,7 @@ - hosts: sensors vars: - metron_version: 0.6.0 + metron_version: 0.6.1 metron_directory: /usr/metron/{{ metron_version }} bro_version: "2.5.4" fixbuf_version: "1.7.1" http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-deployment/ansible/roles/ambari_master/defaults/main.yml ---------------------------------------------------------------------- diff --git a/metron-deployment/ansible/roles/ambari_master/defaults/main.yml b/metron-deployment/ansible/roles/ambari_master/defaults/main.yml index 182ac53..8bae8ce 100644 --- a/metron-deployment/ansible/roles/ambari_master/defaults/main.yml +++ b/metron-deployment/ansible/roles/ambari_master/defaults/main.yml @@ -16,7 +16,7 @@ # --- ambari_server_mem: 2048 -ambari_mpack_version: 0.6.0.0 +ambari_mpack_version: 0.6.1.0 metron_mpack_name: metron_mpack-{{ ambari_mpack_version }}.tar.gz metron_mpack_path: "{{ playbook_dir }}/../../packaging/ambari/metron-mpack/target/{{ metron_mpack_name }}" elasticsearch_mpack_name: elasticsearch_mpack-{{ ambari_mpack_version }}.tar.gz http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-deployment/development/centos6/ansible/inventory/group_vars/all ---------------------------------------------------------------------- diff --git a/metron-deployment/development/centos6/ansible/inventory/group_vars/all b/metron-deployment/development/centos6/ansible/inventory/group_vars/all index 550eb8f..694ecb7 100644 --- a/metron-deployment/development/centos6/ansible/inventory/group_vars/all +++ b/metron-deployment/development/centos6/ansible/inventory/group_vars/all @@ -35,7 +35,7 @@ threatintel_hbase_table: threatintel enrichment_hbase_table: enrichment # metron -metron_version: 0.6.0 +metron_version: 0.6.1 metron_directory: /usr/metron/{{ metron_version }} bro_version: "2.5.4" fixbuf_version: "1.7.1" http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-deployment/development/ubuntu14/ansible/inventory/group_vars/all ---------------------------------------------------------------------- diff --git a/metron-deployment/development/ubuntu14/ansible/inventory/group_vars/all b/metron-deployment/development/ubuntu14/ansible/inventory/group_vars/all index 1338d7c..f26e7f8 100644 --- a/metron-deployment/development/ubuntu14/ansible/inventory/group_vars/all +++ b/metron-deployment/development/ubuntu14/ansible/inventory/group_vars/all @@ -35,7 +35,7 @@ threatintel_hbase_table: threatintel enrichment_hbase_table: enrichment # metron -metron_version: 0.6.0 +metron_version: 0.6.1 metron_directory: /usr/metron/{{ metron_version }} bro_version: "2.5.4" fixbuf_version: "1.7.1" http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-deployment/packaging/ambari/elasticsearch-mpack/pom.xml ---------------------------------------------------------------------- diff --git a/metron-deployment/packaging/ambari/elasticsearch-mpack/pom.xml b/metron-deployment/packaging/ambari/elasticsearch-mpack/pom.xml index 7b9a21e..edd2d43 100644 --- a/metron-deployment/packaging/ambari/elasticsearch-mpack/pom.xml +++ b/metron-deployment/packaging/ambari/elasticsearch-mpack/pom.xml @@ -20,13 +20,13 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.metron.packaging.mpacks</groupId> <artifactId>elasticsearch_mpack</artifactId> - <version>0.6.0.0</version> + <version>0.6.1.0</version> <name>Elasticsearch Ambari Management Pack</name> <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-deployment</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-deployment/packaging/ambari/metron-mpack/pom.xml ---------------------------------------------------------------------- diff --git a/metron-deployment/packaging/ambari/metron-mpack/pom.xml b/metron-deployment/packaging/ambari/metron-mpack/pom.xml index 557898b..82386c1 100644 --- a/metron-deployment/packaging/ambari/metron-mpack/pom.xml +++ b/metron-deployment/packaging/ambari/metron-mpack/pom.xml @@ -20,13 +20,13 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.metron.packaging.mpacks</groupId> <artifactId>metron_mpack</artifactId> - <version>0.6.0.0</version> + <version>0.6.1.0</version> <name>Metron Ambari Management Pack</name> <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-deployment</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/mpack.json ---------------------------------------------------------------------- diff --git a/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/mpack.json b/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/mpack.json index e624dd0..bc67d16 100644 --- a/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/mpack.json +++ b/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/mpack.json @@ -1,7 +1,7 @@ { "type": "full-release", "name": "metron-ambari.mpack", - "version": "0.6.0.0", + "version": "0.6.1.0", "description": "Ambari Management Pack for Apache Metron", "prerequisites": { "min-ambari-version": "2.4.0.0", http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-deployment/packaging/docker/deb-docker/pom.xml ---------------------------------------------------------------------- diff --git a/metron-deployment/packaging/docker/deb-docker/pom.xml b/metron-deployment/packaging/docker/deb-docker/pom.xml index e15c6dd..d691cd2 100644 --- a/metron-deployment/packaging/docker/deb-docker/pom.xml +++ b/metron-deployment/packaging/docker/deb-docker/pom.xml @@ -21,11 +21,11 @@ <artifactId>metron-debs</artifactId> <packaging>pom</packaging> <name>metron-debs</name> - <version>0.6.0</version> + <version>0.6.1</version> <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-deployment</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> <relativePath>../../..</relativePath> </parent> <description>DEB Package Builder for Apache Metron</description> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-deployment/packaging/docker/rpm-docker/pom.xml ---------------------------------------------------------------------- diff --git a/metron-deployment/packaging/docker/rpm-docker/pom.xml b/metron-deployment/packaging/docker/rpm-docker/pom.xml index d8f032f..fc8ca4b 100644 --- a/metron-deployment/packaging/docker/rpm-docker/pom.xml +++ b/metron-deployment/packaging/docker/rpm-docker/pom.xml @@ -21,11 +21,11 @@ <artifactId>metron-rpm</artifactId> <packaging>pom</packaging> <name>metron-rpm</name> - <version>0.6.0</version> + <version>0.6.1</version> <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-deployment</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> <relativePath>../../..</relativePath> </parent> <description>RPM Builder for Apache Metron</description> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-deployment/pom.xml ---------------------------------------------------------------------- diff --git a/metron-deployment/pom.xml b/metron-deployment/pom.xml index da94ec5..ee92447 100644 --- a/metron-deployment/pom.xml +++ b/metron-deployment/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>Metron</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <description>Building and deploying Metron</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-interface/metron-alerts/package-lock.json ---------------------------------------------------------------------- diff --git a/metron-interface/metron-alerts/package-lock.json b/metron-interface/metron-alerts/package-lock.json index f927ffe..bb2512e 100644 --- a/metron-interface/metron-alerts/package-lock.json +++ b/metron-interface/metron-alerts/package-lock.json @@ -1,6 +1,6 @@ { "name": "metron-alerts", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-interface/metron-alerts/package.json ---------------------------------------------------------------------- diff --git a/metron-interface/metron-alerts/package.json b/metron-interface/metron-alerts/package.json index 14172fd..ef72bb7 100644 --- a/metron-interface/metron-alerts/package.json +++ b/metron-interface/metron-alerts/package.json @@ -1,6 +1,6 @@ { "name": "metron-alerts", - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "angular-cli": {}, "scripts": { http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-interface/metron-alerts/pom.xml ---------------------------------------------------------------------- diff --git a/metron-interface/metron-alerts/pom.xml b/metron-interface/metron-alerts/pom.xml index aafcb94..417df93 100644 --- a/metron-interface/metron-alerts/pom.xml +++ b/metron-interface/metron-alerts/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-interface</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-alerts</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-interface/metron-config/package-lock.json ---------------------------------------------------------------------- diff --git a/metron-interface/metron-config/package-lock.json b/metron-interface/metron-config/package-lock.json index 26fbe4e..fff8cb7 100644 --- a/metron-interface/metron-config/package-lock.json +++ b/metron-interface/metron-config/package-lock.json @@ -1,6 +1,6 @@ { "name": "metron-management-ui", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-interface/metron-config/package.json ---------------------------------------------------------------------- diff --git a/metron-interface/metron-config/package.json b/metron-interface/metron-config/package.json index 6a9d8ba..6e196d5 100644 --- a/metron-interface/metron-config/package.json +++ b/metron-interface/metron-config/package.json @@ -1,6 +1,6 @@ { "name": "metron-management-ui", - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "config": { "node_ace": "node_modules/ace-builds/src-min-noconflict/" http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-interface/metron-config/pom.xml ---------------------------------------------------------------------- diff --git a/metron-interface/metron-config/pom.xml b/metron-interface/metron-config/pom.xml index e30a2ea..fd76447 100644 --- a/metron-interface/metron-config/pom.xml +++ b/metron-interface/metron-config/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-interface</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-config</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-interface/metron-config/scripts/package.json ---------------------------------------------------------------------- diff --git a/metron-interface/metron-config/scripts/package.json b/metron-interface/metron-config/scripts/package.json index 8ed7504..4d75d90 100644 --- a/metron-interface/metron-config/scripts/package.json +++ b/metron-interface/metron-config/scripts/package.json @@ -1,6 +1,6 @@ { "name": "metron-management-ui-web-server", - "version": "0.6.0", + "version": "0.6.1", "description": "Metron management ui web server", "main": "server.js", "dependencies": { http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-interface/metron-rest-client/pom.xml ---------------------------------------------------------------------- diff --git a/metron-interface/metron-rest-client/pom.xml b/metron-interface/metron-rest-client/pom.xml index 09767cd..1781874 100644 --- a/metron-interface/metron-rest-client/pom.xml +++ b/metron-interface/metron-rest-client/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-interface</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-rest-client</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-interface/metron-rest/pom.xml ---------------------------------------------------------------------- diff --git a/metron-interface/metron-rest/pom.xml b/metron-interface/metron-rest/pom.xml index de73cf9..7fc373b 100644 --- a/metron-interface/metron-rest/pom.xml +++ b/metron-interface/metron-rest/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-interface</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-rest</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-interface/metron-rest/src/main/resources/application.yml ---------------------------------------------------------------------- diff --git a/metron-interface/metron-rest/src/main/resources/application.yml b/metron-interface/metron-rest/src/main/resources/application.yml index fd6d5a6..19ea186 100644 --- a/metron-interface/metron-rest/src/main/resources/application.yml +++ b/metron-interface/metron-rest/src/main/resources/application.yml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. metron: - version: 0.6.0 + version: 0.6.1 logging: level: http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-interface/pom.xml ---------------------------------------------------------------------- diff --git a/metron-interface/pom.xml b/metron-interface/pom.xml index 3c4e28f..763d7c3 100644 --- a/metron-interface/pom.xml +++ b/metron-interface/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>Metron</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <description>Interfaces for Metron</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/Performance-tuning-guide.md ---------------------------------------------------------------------- diff --git a/metron-platform/Performance-tuning-guide.md b/metron-platform/Performance-tuning-guide.md index ab292a3..bfc36dd 100644 --- a/metron-platform/Performance-tuning-guide.md +++ b/metron-platform/Performance-tuning-guide.md @@ -410,7 +410,7 @@ And we ran our bro parser topology with the following options. We did not need t though you could certainly do so if necessary. Notice that we only needed 1 worker. ``` -/usr/metron/0.6.0/bin/start_parser_topology.sh \ +/usr/metron/0.6.1/bin/start_parser_topology.sh \ -e ~metron/.storm/storm-bro.config \ -esc ~/.storm/spout-bro.config \ -k $BROKERLIST \ @@ -594,7 +594,7 @@ export KAFKA_HOME=$HDP_HOME/kafka-broker export STORM_UI=http://node1:8744 export ELASTIC=http://node1:9200 export ZOOKEEPER=node1:2181 -export METRON_VERSION=0.6.0 +export METRON_VERSION=0.6.1 export METRON_HOME=/usr/metron/${METRON_VERSION} ``` http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/README.md ---------------------------------------------------------------------- diff --git a/metron-platform/README.md b/metron-platform/README.md index fa9ff73..93424ea 100644 --- a/metron-platform/README.md +++ b/metron-platform/README.md @@ -17,7 +17,7 @@ limitations under the License. # Current Build -The latest build of metron-platform is 0.6.0. +The latest build of metron-platform is 0.6.1. We are still in the process of merging/porting additional features from our production code base into this open source release. This release will be followed by a number of additional beta releases until the port is complete. We will also work on getting additional documentation and user/developer guides to the community as soon as we can. At this time we offer no support for the beta software, but will try to respond to requests as promptly as we can. http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/elasticsearch-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/elasticsearch-shaded/pom.xml b/metron-platform/elasticsearch-shaded/pom.xml index 6864a0d..ccad3cb 100644 --- a/metron-platform/elasticsearch-shaded/pom.xml +++ b/metron-platform/elasticsearch-shaded/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>metron-platform</artifactId> <groupId>org.apache.metron</groupId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>elasticsearch-shaded</artifactId> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-common/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-common/pom.xml b/metron-platform/metron-common/pom.xml index f5acc5f..1ca8601 100644 --- a/metron-platform/metron-common/pom.xml +++ b/metron-platform/metron-common/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-common</artifactId> <name>metron-common</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-common/src/main/scripts/cluster_info.py ---------------------------------------------------------------------- diff --git a/metron-platform/metron-common/src/main/scripts/cluster_info.py b/metron-platform/metron-common/src/main/scripts/cluster_info.py index da440ef..86643e4 100755 --- a/metron-platform/metron-common/src/main/scripts/cluster_info.py +++ b/metron-platform/metron-common/src/main/scripts/cluster_info.py @@ -338,7 +338,7 @@ class ClusterInfo: type="string", dest="metron_home", help="Metron home directory", - default="/usr/metron/0.6.0", + default="/usr/metron/0.6.1", metavar="DIRECTORY") parser.add_option("-p", "--hdp_home", action="store", http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-data-management/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-data-management/pom.xml b/metron-platform/metron-data-management/pom.xml index 8f55932..c4dbb74 100644 --- a/metron-platform/metron-data-management/pom.xml +++ b/metron-platform/metron-data-management/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-data-management</artifactId> <name>metron-data-management</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-elasticsearch/pom.xml b/metron-platform/metron-elasticsearch/pom.xml index 9cc974d..adc601a 100644 --- a/metron-platform/metron-elasticsearch/pom.xml +++ b/metron-platform/metron-elasticsearch/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-elasticsearch</artifactId> <name>metron-elasticsearch</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-enrichment/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-enrichment/pom.xml b/metron-platform/metron-enrichment/pom.xml index e50f23f..56ded42 100644 --- a/metron-platform/metron-enrichment/pom.xml +++ b/metron-platform/metron-enrichment/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-enrichment</artifactId> <name>metron-enrichment</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-hbase-client/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-hbase-client/pom.xml b/metron-platform/metron-hbase-client/pom.xml index 147d637..185aff8 100644 --- a/metron-platform/metron-hbase-client/pom.xml +++ b/metron-platform/metron-hbase-client/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <!-- The purpose of this project is to provide a version of the hbase client which has a shaded and relocated gauva. http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-hbase/pom.xml b/metron-platform/metron-hbase/pom.xml index 6a00790..fe44bb9 100644 --- a/metron-platform/metron-hbase/pom.xml +++ b/metron-platform/metron-hbase/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-hbase</artifactId> <name>metron-hbase</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-indexing/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-indexing/pom.xml b/metron-platform/metron-indexing/pom.xml index 02a32e9..5be1714 100644 --- a/metron-platform/metron-indexing/pom.xml +++ b/metron-platform/metron-indexing/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-indexing</artifactId> <name>metron-indexing</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-integration-test/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-integration-test/pom.xml b/metron-platform/metron-integration-test/pom.xml index 2b801db..c3d1e5a 100644 --- a/metron-platform/metron-integration-test/pom.xml +++ b/metron-platform/metron-integration-test/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-integration-test</artifactId> <name>metron-integration-test</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-job/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-job/pom.xml b/metron-platform/metron-job/pom.xml index fb4713c..7cee88e 100644 --- a/metron-platform/metron-job/pom.xml +++ b/metron-platform/metron-job/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-job</artifactId> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-management/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-management/pom.xml b/metron-platform/metron-management/pom.xml index 6c5a143..79578ca 100644 --- a/metron-platform/metron-management/pom.xml +++ b/metron-platform/metron-management/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-management</artifactId> <name>metron-management</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-parsers/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-parsers/pom.xml b/metron-platform/metron-parsers/pom.xml index 5077791..e804f71 100644 --- a/metron-platform/metron-parsers/pom.xml +++ b/metron-platform/metron-parsers/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-parsers</artifactId> <name>metron-parsers</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-pcap-backend/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-pcap-backend/pom.xml b/metron-platform/metron-pcap-backend/pom.xml index 614f877..19b509c 100644 --- a/metron-platform/metron-pcap-backend/pom.xml +++ b/metron-platform/metron-pcap-backend/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-pcap-backend</artifactId> <name>metron-pcap-backend</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-pcap-backend/src/main/scripts/pcap_zeppelin_run.sh ---------------------------------------------------------------------- diff --git a/metron-platform/metron-pcap-backend/src/main/scripts/pcap_zeppelin_run.sh b/metron-platform/metron-pcap-backend/src/main/scripts/pcap_zeppelin_run.sh index da739d6..da0fe2c 100755 --- a/metron-platform/metron-pcap-backend/src/main/scripts/pcap_zeppelin_run.sh +++ b/metron-platform/metron-pcap-backend/src/main/scripts/pcap_zeppelin_run.sh @@ -17,7 +17,7 @@ # limitations under the License. # -METRON_VERSION=0.6.0 +METRON_VERSION=0.6.1 METRON_HOME=${METRON_HOME:-"/usr/metron/$METRON_VERSION"} DATE_FORMAT=${DATE_FORMAT:-"yyyyMMdd"} USER=$(whoami) http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-pcap/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-pcap/pom.xml b/metron-platform/metron-pcap/pom.xml index c34cfe1..cd08f91 100644 --- a/metron-platform/metron-pcap/pom.xml +++ b/metron-platform/metron-pcap/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-pcap</artifactId> <name>metron-pcap</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-solr/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-solr/pom.xml b/metron-platform/metron-solr/pom.xml index 4332776..31ce769 100644 --- a/metron-platform/metron-solr/pom.xml +++ b/metron-platform/metron-solr/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-solr</artifactId> <name>metron-solr</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-storm-kafka-override/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-storm-kafka-override/pom.xml b/metron-platform/metron-storm-kafka-override/pom.xml index 2b81cb4..b12766f 100644 --- a/metron-platform/metron-storm-kafka-override/pom.xml +++ b/metron-platform/metron-storm-kafka-override/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-storm-kafka-override</artifactId> <name>metron-storm-kafka-override</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-storm-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-storm-kafka/pom.xml b/metron-platform/metron-storm-kafka/pom.xml index 752e7f4..f8bffef 100644 --- a/metron-platform/metron-storm-kafka/pom.xml +++ b/metron-platform/metron-storm-kafka/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-storm-kafka</artifactId> <name>metron-storm-kafka</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-test-utilities/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-test-utilities/pom.xml b/metron-platform/metron-test-utilities/pom.xml index c2ff58e..f258d2f 100644 --- a/metron-platform/metron-test-utilities/pom.xml +++ b/metron-platform/metron-test-utilities/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-test-utilities</artifactId> <name>metron-test-utilities</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-writer/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-writer/pom.xml b/metron-platform/metron-writer/pom.xml index 1e65b46..e845516 100644 --- a/metron-platform/metron-writer/pom.xml +++ b/metron-platform/metron-writer/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-writer</artifactId> <name>metron-writer</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/metron-zookeeper/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-zookeeper/pom.xml b/metron-platform/metron-zookeeper/pom.xml index 6f65140..d65cd90 100644 --- a/metron-platform/metron-zookeeper/pom.xml +++ b/metron-platform/metron-zookeeper/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>metron-zookeeper</artifactId> <name>metron-zookeeper</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-platform/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/pom.xml b/metron-platform/pom.xml index 3209eb6..379c0a5 100644 --- a/metron-platform/pom.xml +++ b/metron-platform/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>Metron</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <description>Stream analytics for Metron</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-stellar/pom.xml ---------------------------------------------------------------------- diff --git a/metron-stellar/pom.xml b/metron-stellar/pom.xml index eace3ac..356fbbb 100644 --- a/metron-stellar/pom.xml +++ b/metron-stellar/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>Metron</artifactId> <groupId>org.apache.metron</groupId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <description>DSL for stream analytics</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-stellar/stellar-3rd-party-example/pom.xml ---------------------------------------------------------------------- diff --git a/metron-stellar/stellar-3rd-party-example/pom.xml b/metron-stellar/stellar-3rd-party-example/pom.xml index 938be51..2c0afc1 100644 --- a/metron-stellar/stellar-3rd-party-example/pom.xml +++ b/metron-stellar/stellar-3rd-party-example/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>metron-stellar</artifactId> <groupId>org.apache.metron</groupId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>stellar-3rd-party-example</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-stellar/stellar-common/README.md ---------------------------------------------------------------------- diff --git a/metron-stellar/stellar-common/README.md b/metron-stellar/stellar-common/README.md index 768d34d..468f358 100644 --- a/metron-stellar/stellar-common/README.md +++ b/metron-stellar/stellar-common/README.md @@ -1477,7 +1477,7 @@ operating system. ```bash -metron-stellar/stellar-common/target/stellar-common-0.6.0-stand-alone.tar.gz +metron-stellar/stellar-common/target/stellar-common-0.6.1-stand-alone.tar.gz ``` When unpacked, the following structure will be created: @@ -1487,7 +1487,7 @@ When unpacked, the following structure will be created: âââ bin â  âââ stellar âââ lib - âââ stellar-common-0.6.0-uber.jar + âââ stellar-common-0.6.1-uber.jar ``` To run the Stellar Shell run the following from the directory you unpacked to: http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-stellar/stellar-common/pom.xml ---------------------------------------------------------------------- diff --git a/metron-stellar/stellar-common/pom.xml b/metron-stellar/stellar-common/pom.xml index d3cc1ea..42e649d 100644 --- a/metron-stellar/stellar-common/pom.xml +++ b/metron-stellar/stellar-common/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>metron-stellar</artifactId> <groupId>org.apache.metron</groupId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <artifactId>stellar-common</artifactId> <name>stellar-common</name> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-stellar/stellar-zeppelin/README.md ---------------------------------------------------------------------- diff --git a/metron-stellar/stellar-zeppelin/README.md b/metron-stellar/stellar-zeppelin/README.md index dddb6b0..97090d7 100644 --- a/metron-stellar/stellar-zeppelin/README.md +++ b/metron-stellar/stellar-zeppelin/README.md @@ -56,10 +56,10 @@ To install the Stellar Interpreter in your Apache Zeppelin installation, follow 1. Use Zeppelin's installation utility to install the Stellar Interpreter. - If Zeppelin was already installed, make sure that it is stopped before running this command. Update the version, '0.6.0' in the example below, to whatever is appropriate for your environment. + If Zeppelin was already installed, make sure that it is stopped before running this command. Update the version, '0.6.1' in the example below, to whatever is appropriate for your environment. ``` - bin/install-interpreter.sh --name stellar --artifact org.apache.metron:stellar-zeppelin:0.6.0 + bin/install-interpreter.sh --name stellar --artifact org.apache.metron:stellar-zeppelin:0.6.1 ``` 1. Start Zeppelin. @@ -106,7 +106,7 @@ Usage 1. Go back to the Stellar interpreter configuration and add another dependency as follows. ``` - org.apache.metron:metron-statistics:0.6.0 + org.apache.metron:metron-statistics:0.6.1 ``` 1. Go back to your notebook and run `%functions` again. You will now see the additional functions defined within the `metron-statistics` project. http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/metron-stellar/stellar-zeppelin/pom.xml ---------------------------------------------------------------------- diff --git a/metron-stellar/stellar-zeppelin/pom.xml b/metron-stellar/stellar-zeppelin/pom.xml index dc3327f..6cdaa83 100644 --- a/metron-stellar/stellar-zeppelin/pom.xml +++ b/metron-stellar/stellar-zeppelin/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>metron-stellar</artifactId> <groupId>org.apache.metron</groupId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <name>stellar-zeppelin</name> <description>Stellar Interpreter for Apache Zeppelin</description> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9bde04e..a98de72 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.metron</groupId> <artifactId>Metron</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> <packaging>pom</packaging> <name>Metron</name> <description>Metron Top Level Project</description> http://git-wip-us.apache.org/repos/asf/metron/blob/b872fdcd/site-book/pom.xml ---------------------------------------------------------------------- diff --git a/site-book/pom.xml b/site-book/pom.xml index d809080..fad52a0 100644 --- a/site-book/pom.xml +++ b/site-book/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>Metron</artifactId> - <version>0.6.0</version> + <version>0.6.1</version> </parent> <description>User Documentation for Metron</description> <url>https://metron.apache.org/</url>