This is an automated email from the ASF dual-hosted git repository.
jonzeolla pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron-bro-plugin-kafka.git
The following commit(s) were added to refs/heads/master by this push:
new 5166fee METRON-1768 Adjust versioning of metron-bro-plugin-kafka to
be x.y.z (JonZeolla) closes apache/metron-bro-plugin-kafka#8
5166fee is described below
commit 5166fee4200438e43ba65efbc23e5c22eff1bcc1
Author: JonZeolla <[email protected]>
AuthorDate: Tue May 5 20:26:17 2020 -0400
METRON-1768 Adjust versioning of metron-bro-plugin-kafka to be x.y.z
(JonZeolla) closes apache/metron-bro-plugin-kafka#8
---
README.md | 4 ++--
VERSION | 2 +-
zkg.meta | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 7ffbac0..041da4f 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ This software is a part of the [Apache
Metron](https://metron.apache.org/) proje
```
$ zeek -N Apache::Kafka
- Apache::Kafka - Writes logs to Kafka (dynamic, version 0.3)
+ Apache::Kafka - Writes logs to Kafka (dynamic, version 0.3.0)
```
### Manual Installation
@@ -91,7 +91,7 @@ These instructions could also be helpful if you were
interested in distributing
```
$ zeek -N Apache::Kafka
- Apache::Kafka - Writes logs to Kafka (dynamic, version 0.3)
+ Apache::Kafka - Writes logs to Kafka (dynamic, version 0.3.0)
```
## Activation
diff --git a/VERSION b/VERSION
index c30be1e..b6a0a05 100644
--- a/VERSION
+++ b/VERSION
@@ -15,4 +15,4 @@
# limitations under the License.
#
-0.3
+0.3.0
diff --git a/zkg.meta b/zkg.meta
index 679daa3..d384a82 100644
--- a/zkg.meta
+++ b/zkg.meta
@@ -5,7 +5,7 @@ script_dir = build/scripts/Apache/Kafka
build_command = ./configure --zeek-dist=%(zeek_dist)s
--with-librdkafka=%(LIBRDKAFKA_ROOT)s && make
test_command = ( cd tests && btest -d )
plugin_dir = build
-version = 0.3
+version = 0.3.0
depends =
zeek >=3.0.0
zkg >=2.0