Repository: metron Updated Branches: refs/heads/master 50e521b00 -> a8f35363f
METRON-1021 increment metron version number to 0.4.1 in poms etc (mattf-horton) closes apache/metron#637 Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/a8f35363 Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/a8f35363 Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/a8f35363 Branch: refs/heads/master Commit: a8f35363ffdd1e20bc7a64b7107d270f9667be3b Parents: 50e521b Author: mattf-horton <[email protected]> Authored: Fri Jul 7 12:20:33 2017 -0700 Committer: mattf <[email protected]> Committed: Fri Jul 7 12:20:33 2017 -0700 ---------------------------------------------------------------------- metron-analytics/metron-maas-common/pom.xml | 2 +- metron-analytics/metron-maas-service/pom.xml | 2 +- metron-analytics/metron-profiler-client/README.md | 2 +- metron-analytics/metron-profiler-client/pom.xml | 2 +- metron-analytics/metron-profiler-common/pom.xml | 2 +- metron-analytics/metron-profiler/pom.xml | 2 +- metron-analytics/metron-statistics/pom.xml | 2 +- metron-analytics/pom.xml | 2 +- metron-deployment/Kerberos-manual-setup.md | 2 +- metron-deployment/amazon-ec2/conf/defaults.yml | 2 +- metron-deployment/inventory/full-dev-platform/group_vars/all | 2 +- metron-deployment/inventory/quick-dev-platform/group_vars/all | 2 +- metron-deployment/packaging/ambari/metron-mpack/pom.xml | 4 ++-- .../packaging/ambari/metron-mpack/src/main/resources/mpack.json | 2 +- metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec | 2 +- metron-deployment/packaging/docker/rpm-docker/pom.xml | 4 ++-- metron-deployment/playbooks/docker_probe_install.yml | 2 +- metron-deployment/pom.xml | 2 +- metron-deployment/roles/ambari_master/defaults/main.yml | 2 +- metron-deployment/roles/ambari_master/tasks/main.yml | 2 +- metron-deployment/roles/metron_pcapservice/defaults/main.yml | 2 +- metron-docker/pom.xml | 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-interface/metron-rest/src/main/resources/application.yml | 2 +- metron-interface/pom.xml | 2 +- metron-platform/README.md | 2 +- metron-platform/elasticsearch-shaded/pom.xml | 2 +- metron-platform/metron-api/pom.xml | 2 +- metron-platform/metron-common/pom.xml | 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/pom.xml | 2 +- metron-platform/metron-indexing/pom.xml | 2 +- metron-platform/metron-integration-test/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/pom.xml | 2 +- metron-stellar/pom.xml | 2 +- metron-stellar/stellar-common/3rdPartyStellar.md | 4 ++-- metron-stellar/stellar-common/README.md | 2 +- metron-stellar/stellar-common/pom.xml | 2 +- pom.xml | 2 +- site-book/pom.xml | 2 +- 56 files changed, 59 insertions(+), 59 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 ef51c62..13fb7b9 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-maas-common</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 0f8abb1..e76aec2 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-maas-service</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-analytics/metron-profiler-client/README.md ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-profiler-client/README.md b/metron-analytics/metron-profiler-client/README.md index aa35136..220dd5d 100644 --- a/metron-analytics/metron-profiler-client/README.md +++ b/metron-analytics/metron-profiler-client/README.md @@ -362,7 +362,7 @@ These instructions step through the process of using the Stellar Client API on a To validate that everything is working, login to the server hosting Metron. We will use the Stellar Shell to replicate the execution environment of Stellar running in a Storm topology, like Metron's Parser or Enrichment topology. Replace 'node1:2181' with the URL to a Zookeeper Broker. ``` -[root@node1 0.3.1]# bin/stellar -z node1:2181 +[root@node1 0.4.1]# bin/stellar -z node1:2181 Stellar, Go! Please note that functions are loading lazily in the background and will be unavailable until loaded fully. {es.clustername=metron, es.ip=node1, es.port=9300, es.date.format=yyyy.MM.dd.HH} http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 812a6ec..61d93f8 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-profiler-client</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 4f49ec2..58ec3fb 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-profiler-common</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-analytics/metron-profiler/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-profiler/pom.xml b/metron-analytics/metron-profiler/pom.xml index 9e8b300..bd3ab9c 100644 --- a/metron-analytics/metron-profiler/pom.xml +++ b/metron-analytics/metron-profiler/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-analytics</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-profiler</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-analytics/metron-statistics/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/metron-statistics/pom.xml b/metron-analytics/metron-statistics/pom.xml index 2aba75c..5fab63e 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-statistics</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-analytics/pom.xml ---------------------------------------------------------------------- diff --git a/metron-analytics/pom.xml b/metron-analytics/pom.xml index 2377702..40f82ec 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.4.0</version> + <version>0.4.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/a8f35363/metron-deployment/Kerberos-manual-setup.md ---------------------------------------------------------------------- diff --git a/metron-deployment/Kerberos-manual-setup.md b/metron-deployment/Kerberos-manual-setup.md index 4efebc6..0024c87 100644 --- a/metron-deployment/Kerberos-manual-setup.md +++ b/metron-deployment/Kerberos-manual-setup.md @@ -30,7 +30,7 @@ Setup export BROKERLIST=node1:6667 export HDP_HOME="/usr/hdp/current" export KAFKA_HOME="${HDP_HOME}/kafka-broker" - export METRON_VERSION="0.4.0" + export METRON_VERSION="0.4.1" export METRON_HOME="/usr/metron/${METRON_VERSION}" ``` http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 fd07fd8..bda9bb6 100644 --- a/metron-deployment/amazon-ec2/conf/defaults.yml +++ b/metron-deployment/amazon-ec2/conf/defaults.yml @@ -67,7 +67,7 @@ num_partitions: 3 retention_in_gb: 25 # metron variables -metron_version: 0.4.0 +metron_version: 0.4.1 metron_directory: /usr/metron/{{ metron_version }} pcapservice_port: 8081 http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-deployment/inventory/full-dev-platform/group_vars/all ---------------------------------------------------------------------- diff --git a/metron-deployment/inventory/full-dev-platform/group_vars/all b/metron-deployment/inventory/full-dev-platform/group_vars/all index 2f097b6..12b4361 100644 --- a/metron-deployment/inventory/full-dev-platform/group_vars/all +++ b/metron-deployment/inventory/full-dev-platform/group_vars/all @@ -40,7 +40,7 @@ threatintel_hbase_table: threatintel enrichment_hbase_table: enrichment # metron -metron_version: 0.4.0 +metron_version: 0.4.1 metron_directory: /usr/metron/{{ metron_version }} bro_version: "2.4.1" fixbuf_version: "1.7.1" http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 a8bba0e..a6467cf 100644 --- a/metron-deployment/inventory/quick-dev-platform/group_vars/all +++ b/metron-deployment/inventory/quick-dev-platform/group_vars/all @@ -39,7 +39,7 @@ threatintel_hbase_table: threatintel enrichment_hbase_table: enrichment # metron -metron_version: 0.4.0 +metron_version: 0.4.1 metron_directory: /usr/metron/{{ metron_version }} bro_version: "2.4.1" fixbuf_version: "1.7.1" http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 fee16ab..09a5da0 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.4.0.0</version> + <version>0.4.1.0</version> <name>Metron Ambari Management Pack</name> <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-deployment</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 aa9cd5c..7c1b92d 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.4.0.0", + "version": "0.4.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/a8f35363/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec ---------------------------------------------------------------------- diff --git a/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec b/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec index f3e351f..e34c240 100644 --- a/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec +++ b/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec @@ -428,7 +428,7 @@ chkconfig --del metron-management-ui # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %changelog -* Thu Jun 29 2017 Apache Metron <[email protected]> - 0.4.0+1 +* Thu Jun 29 2017 Apache Metron <[email protected]> - 0.4.1 - Add Metron Management jar * Thu May 15 2017 Apache Metron <[email protected]> - 0.4.0 - Added Management UI http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 1bdb242..749acd2 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.4.0</version> + <version>0.4.1</version> <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-deployment</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> <relativePath>../../..</relativePath> </parent> <description>RPM Builder for Apache Metron</description> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-deployment/playbooks/docker_probe_install.yml ---------------------------------------------------------------------- diff --git a/metron-deployment/playbooks/docker_probe_install.yml b/metron-deployment/playbooks/docker_probe_install.yml index 6e8430e..850bc94 100644 --- a/metron-deployment/playbooks/docker_probe_install.yml +++ b/metron-deployment/playbooks/docker_probe_install.yml @@ -30,7 +30,7 @@ - hosts: sensors vars: - metron_version: 0.4.0 + metron_version: 0.4.1 metron_directory: /usr/metron/{{ metron_version }} bro_version: "2.4.1" fixbuf_version: "1.7.1" http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-deployment/pom.xml ---------------------------------------------------------------------- diff --git a/metron-deployment/pom.xml b/metron-deployment/pom.xml index e130ab4..120f80d 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.4.0</version> + <version>0.4.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/a8f35363/metron-deployment/roles/ambari_master/defaults/main.yml ---------------------------------------------------------------------- diff --git a/metron-deployment/roles/ambari_master/defaults/main.yml b/metron-deployment/roles/ambari_master/defaults/main.yml index 2ecec71..2518679 100644 --- a/metron-deployment/roles/ambari_master/defaults/main.yml +++ b/metron-deployment/roles/ambari_master/defaults/main.yml @@ -16,4 +16,4 @@ # --- ambari_server_mem: 2048 -ambari_mpack_version: 0.4.0.0 \ No newline at end of file +ambari_mpack_version: 0.4.1.0 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-deployment/roles/ambari_master/tasks/main.yml ---------------------------------------------------------------------- diff --git a/metron-deployment/roles/ambari_master/tasks/main.yml b/metron-deployment/roles/ambari_master/tasks/main.yml index f96232f..5c7e480 100644 --- a/metron-deployment/roles/ambari_master/tasks/main.yml +++ b/metron-deployment/roles/ambari_master/tasks/main.yml @@ -44,7 +44,7 @@ dest: /tmp - name: Install MPack on Ambari Host - shell: ambari-server install-mpack --mpack=/tmp/metron_mpack-0.4.0.0.tar.gz + shell: ambari-server install-mpack --mpack=/tmp/metron_mpack-0.4.1.0.tar.gz args: creates: /var/lib/ambari-server/resources/mpacks/metron-ambari.mpack-{{ ambari_mpack_version }}/addon-services http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-deployment/roles/metron_pcapservice/defaults/main.yml ---------------------------------------------------------------------- diff --git a/metron-deployment/roles/metron_pcapservice/defaults/main.yml b/metron-deployment/roles/metron_pcapservice/defaults/main.yml index 682a0e1..2310d4b 100644 --- a/metron-deployment/roles/metron_pcapservice/defaults/main.yml +++ b/metron-deployment/roles/metron_pcapservice/defaults/main.yml @@ -15,7 +15,7 @@ # limitations under the License. # --- -metron_version: 0.4.0 +metron_version: 0.4.1 metron_directory: /usr/metron/{{ metron_version }} pcapservice_jar_name: metron-api-{{ metron_version }}.jar pcapservice_jar_src: "{{ playbook_dir }}/../../metron-platform/metron-api/target/{{ pcapservice_jar_name }}" http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-docker/pom.xml ---------------------------------------------------------------------- diff --git a/metron-docker/pom.xml b/metron-docker/pom.xml index 66ca5df..ed29698 100644 --- a/metron-docker/pom.xml +++ b/metron-docker/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>Metron</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> </parent> <description>Metron Docker</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-interface/metron-config/package.json ---------------------------------------------------------------------- diff --git a/metron-interface/metron-config/package.json b/metron-interface/metron-config/package.json index 008814e..393e492 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.4.0", + "version": "0.4.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/a8f35363/metron-interface/metron-config/pom.xml ---------------------------------------------------------------------- diff --git a/metron-interface/metron-config/pom.xml b/metron-interface/metron-config/pom.xml index 2099817..af95a61 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-config</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 aca8ed7..793a63d 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.4.0", + "version": "0.4.1", "description": "Metron management ui web server", "main": "server.js", "dependencies": { http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 7bcd784..21e4ffc 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-rest-client</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-interface/metron-rest/pom.xml ---------------------------------------------------------------------- diff --git a/metron-interface/metron-rest/pom.xml b/metron-interface/metron-rest/pom.xml index 94ed64b..42b8215 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-rest</artifactId> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 b5020f2..a64b538 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.4.0 + version: 0.4.1 logging: level: http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-interface/pom.xml ---------------------------------------------------------------------- diff --git a/metron-interface/pom.xml b/metron-interface/pom.xml index 4f3edea..490e443 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.4.0</version> + <version>0.4.1</version> </parent> <description>Interfaces for Metron</description> <url>https://metron.apache.org/</url> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-platform/README.md ---------------------------------------------------------------------- diff --git a/metron-platform/README.md b/metron-platform/README.md index 650541f..668ff14 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.4.0. +The latest build of metron-platform is 0.4.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/a8f35363/metron-platform/elasticsearch-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/elasticsearch-shaded/pom.xml b/metron-platform/elasticsearch-shaded/pom.xml index ce5bb6b..15b9c06 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.4.0</version> + <version>0.4.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>elasticsearch-shaded</artifactId> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-platform/metron-api/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-api/pom.xml b/metron-platform/metron-api/pom.xml index 7fede58..912859d 100644 --- a/metron-platform/metron-api/pom.xml +++ b/metron-platform/metron-api/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.metron</groupId> <artifactId>metron-platform</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-api</artifactId> <name>metron-api</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-platform/metron-common/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-common/pom.xml b/metron-platform/metron-common/pom.xml index fb702d1..390ec23 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-common</artifactId> <name>metron-common</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 2c4691f..fbfd71a 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-data-management</artifactId> <name>metron-data-management</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-platform/metron-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-elasticsearch/pom.xml b/metron-platform/metron-elasticsearch/pom.xml index ba0f1ad..553ac9d 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-elasticsearch</artifactId> <name>metron-elasticsearch</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-platform/metron-enrichment/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-enrichment/pom.xml b/metron-platform/metron-enrichment/pom.xml index d525a64..e2749c5 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-enrichment</artifactId> <name>metron-enrichment</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-platform/metron-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-hbase/pom.xml b/metron-platform/metron-hbase/pom.xml index 22d55b2..cd5f641 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-hbase</artifactId> <name>metron-hbase</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-platform/metron-indexing/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-indexing/pom.xml b/metron-platform/metron-indexing/pom.xml index 6a18dc4..b0127bb 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-indexing</artifactId> <name>metron-indexing</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 69416f4..0d99426 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-integration-test</artifactId> <name>metron-integration-test</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-platform/metron-management/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-management/pom.xml b/metron-platform/metron-management/pom.xml index d32dfff..4117d69 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-management</artifactId> <name>metron-management</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-platform/metron-parsers/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-parsers/pom.xml b/metron-platform/metron-parsers/pom.xml index b0d77cd..c99fb8d 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-parsers</artifactId> <name>metron-parsers</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 3095e5b..388b1e0 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-pcap-backend</artifactId> <name>metron-pcap-backend</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 3561c9d..a2dfb6d 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.4.0 +METRON_VERSION=0.4.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/a8f35363/metron-platform/metron-pcap/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-pcap/pom.xml b/metron-platform/metron-pcap/pom.xml index 020db07..39e8588 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-pcap</artifactId> <name>metron-pcap</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-platform/metron-solr/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-solr/pom.xml b/metron-platform/metron-solr/pom.xml index 06f7822..be1fe33 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-solr</artifactId> <name>metron-solr</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 8683176..be15459 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.4.0</version> + <version>0.4.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/a8f35363/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 b14c2a9..435c4a2 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-storm-kafka</artifactId> <name>metron-storm-kafka</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/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 98ce767..2502760 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-test-utilities</artifactId> <name>metron-test-utilities</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-platform/metron-writer/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/metron-writer/pom.xml b/metron-platform/metron-writer/pom.xml index 65b9528..7d3152c 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>metron-writer</artifactId> <name>metron-writer</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-platform/pom.xml ---------------------------------------------------------------------- diff --git a/metron-platform/pom.xml b/metron-platform/pom.xml index 718c7be..7c61620 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.4.0</version> + <version>0.4.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/a8f35363/metron-stellar/pom.xml ---------------------------------------------------------------------- diff --git a/metron-stellar/pom.xml b/metron-stellar/pom.xml index a352bd6..fd62786 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.4.0</version> + <version>0.4.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/a8f35363/metron-stellar/stellar-common/3rdPartyStellar.md ---------------------------------------------------------------------- diff --git a/metron-stellar/stellar-common/3rdPartyStellar.md b/metron-stellar/stellar-common/3rdPartyStellar.md index b87c68f..9906a3e 100644 --- a/metron-stellar/stellar-common/3rdPartyStellar.md +++ b/metron-stellar/stellar-common/3rdPartyStellar.md @@ -17,7 +17,7 @@ since the epoch. I notice that there's nothing like that currently in Metron, so I embark on the adventure of adding it for my cluster. I will presume that you have an installed Metron into your local maven repo via `mvn install` . In the future, when we publish to a maven repo, -you will not need this. I will depend on 0.4.0 for the +you will not need this. I will depend on 0.4.1 for the purpose of this demonstration ### Hack, Hack, Hack @@ -49,7 +49,7 @@ First, we should depend on `metron-common` and we can do that by adjusting the ` <dependency> <groupId>org.apache.metron</groupId> <artifactId>metron-common</artifactId> - <version>0.4.0</version> + <version>0.4.1</version> <!-- NOTE: We will want to depend on the deployed common on the classpath. --> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-stellar/stellar-common/README.md ---------------------------------------------------------------------- diff --git a/metron-stellar/stellar-common/README.md b/metron-stellar/stellar-common/README.md index f762639..2d2ffdd 100644 --- a/metron-stellar/stellar-common/README.md +++ b/metron-stellar/stellar-common/README.md @@ -987,7 +987,7 @@ This path is a comma separated list of ```json { ... - "stellar.function.paths" : "hdfs://node1:8020/apps/metron/stellar/metron-management-0.4.0.jar, hdfs://node1:8020/apps/metron/3rdparty/.*.jar" + "stellar.function.paths" : "hdfs://node1:8020/apps/metron/stellar/metron-management-0.4.1.jar, hdfs://node1:8020/apps/metron/3rdparty/.*.jar" } ``` http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/metron-stellar/stellar-common/pom.xml ---------------------------------------------------------------------- diff --git a/metron-stellar/stellar-common/pom.xml b/metron-stellar/stellar-common/pom.xml index 723606c..130ba75 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.4.0</version> + <version>0.4.1</version> </parent> <artifactId>stellar-common</artifactId> <name>stellar-common</name> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a1d23e2..5079655 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.4.0</version> + <version>0.4.1</version> <packaging>pom</packaging> <name>Metron</name> <description>Metron Top Level Project</description> http://git-wip-us.apache.org/repos/asf/metron/blob/a8f35363/site-book/pom.xml ---------------------------------------------------------------------- diff --git a/site-book/pom.xml b/site-book/pom.xml index 37a8672..371ed60 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.4.0</version> + <version>0.4.1</version> </parent> <description>User Documentation for Metron</description> <url>https://metron.apache.org/</url>
