From bc6b680cd7ee76bd188ae6114960894c8f27606b Mon Sep 17 00:00:00 2001 From: amannocci Date: Tue, 9 Jul 2019 00:09:35 +0200 Subject: [PATCH] [Released] Streamy 0.7.0 Signed-off-by: amannocci --- build.sbt | 2 +- examples/simple-library/src/main/resources/plugin.conf | 2 +- examples/simple-plugin/src/main/resources/plugin.conf | 2 +- plugin-date/src/main/resources/plugin.conf | 2 +- plugin-elasticsearch/src/main/resources/plugin.conf | 2 +- plugin-fingerprint/src/main/resources/plugin.conf | 2 +- plugin-graphite/src/main/resources/plugin.conf | 2 +- plugin-json/src/main/resources/plugin.conf | 2 +- plugin-metric/src/main/resources/plugin.conf | 2 +- plugin-protobuf/src/main/resources/plugin.conf | 2 +- plugin-riemann/src/main/resources/plugin.conf | 2 +- plugin-syslog/src/main/resources/plugin.conf | 2 +- plugin-tcp/src/main/resources/plugin.conf | 2 +- plugin-xymon/src/main/resources/plugin.conf | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/build.sbt b/build.sbt index 3366123d..f33e1c51 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ import sbt._ // Common settings -ThisBuild / version := "0.7.0-SNAPSHOT" +ThisBuild / version := "0.7.0" ThisBuild / scalaVersion := "2.12.8" ThisBuild / organization := "io.techcode.streamy" ThisBuild / name := "streamy" diff --git a/examples/simple-library/src/main/resources/plugin.conf b/examples/simple-library/src/main/resources/plugin.conf index cfbf7309..a80d47c4 100644 --- a/examples/simple-library/src/main/resources/plugin.conf +++ b/examples/simple-library/src/main/resources/plugin.conf @@ -1,4 +1,4 @@ name = "streamy-simple-library" -version = "0.7.0-SNAPSHOT" +version = "0.7.0" authors = ["amannocci"] website = "https://github.com/amannocci/streamy" \ No newline at end of file diff --git a/examples/simple-plugin/src/main/resources/plugin.conf b/examples/simple-plugin/src/main/resources/plugin.conf index cf648a88..cf1b3588 100644 --- a/examples/simple-plugin/src/main/resources/plugin.conf +++ b/examples/simple-plugin/src/main/resources/plugin.conf @@ -1,6 +1,6 @@ name = "streamy-simple-plugin" main = "simple.plugin.SimplePlugin" -version = "0.7.0-SNAPSHOT" +version = "0.7.0" authors = ["amannocci"] depends = ["streamy-simple-library"] website = "https://github.com/amannocci/streamy" \ No newline at end of file diff --git a/plugin-date/src/main/resources/plugin.conf b/plugin-date/src/main/resources/plugin.conf index 775d4bfa..b200c4f0 100644 --- a/plugin-date/src/main/resources/plugin.conf +++ b/plugin-date/src/main/resources/plugin.conf @@ -1,4 +1,4 @@ name = "streamy-date" -version = "0.7.0-SNAPSHOT" +version = "0.7.0" authors = ["amannocci"] website = "https://github.com/amannocci/streamy" \ No newline at end of file diff --git a/plugin-elasticsearch/src/main/resources/plugin.conf b/plugin-elasticsearch/src/main/resources/plugin.conf index e56fadaf..e80ef6bb 100644 --- a/plugin-elasticsearch/src/main/resources/plugin.conf +++ b/plugin-elasticsearch/src/main/resources/plugin.conf @@ -1,4 +1,4 @@ name = "streamy-elasticsearch" -version = "0.7.0-SNAPSHOT" +version = "0.7.0" authors = ["amannocci"] website = "https://github.com/amannocci/streamy" \ No newline at end of file diff --git a/plugin-fingerprint/src/main/resources/plugin.conf b/plugin-fingerprint/src/main/resources/plugin.conf index 1444bb74..f2e6b770 100644 --- a/plugin-fingerprint/src/main/resources/plugin.conf +++ b/plugin-fingerprint/src/main/resources/plugin.conf @@ -1,4 +1,4 @@ name = "streamy-fingerprint" -version = "0.7.0-SNAPSHOT" +version = "0.7.0" authors = ["amannocci"] website = "https://github.com/amannocci/streamy" \ No newline at end of file diff --git a/plugin-graphite/src/main/resources/plugin.conf b/plugin-graphite/src/main/resources/plugin.conf index 3368c0d9..ea3d1725 100644 --- a/plugin-graphite/src/main/resources/plugin.conf +++ b/plugin-graphite/src/main/resources/plugin.conf @@ -1,4 +1,4 @@ name = "streamy-graphite" -version = "0.7.0-SNAPSHOT" +version = "0.7.0" authors = ["amannocci"] website = "https://github.com/amannocci/streamy" \ No newline at end of file diff --git a/plugin-json/src/main/resources/plugin.conf b/plugin-json/src/main/resources/plugin.conf index de0a8662..47742ebc 100644 --- a/plugin-json/src/main/resources/plugin.conf +++ b/plugin-json/src/main/resources/plugin.conf @@ -1,4 +1,4 @@ name = "streamy-json" -version = "0.7.0-SNAPSHOT" +version = "0.7.0" authors = ["amannocci"] website = "https://github.com/amannocci/streamy" \ No newline at end of file diff --git a/plugin-metric/src/main/resources/plugin.conf b/plugin-metric/src/main/resources/plugin.conf index 676756b3..5a4be2f2 100644 --- a/plugin-metric/src/main/resources/plugin.conf +++ b/plugin-metric/src/main/resources/plugin.conf @@ -1,5 +1,5 @@ name = "streamy-metric" main = io.techcode.streamy.metric.MetricPlugin -version = "0.7.0-SNAPSHOT" +version = "0.7.0" authors = ["amannocci"] website = "https://github.com/amannocci/streamy" \ No newline at end of file diff --git a/plugin-protobuf/src/main/resources/plugin.conf b/plugin-protobuf/src/main/resources/plugin.conf index 22c3a3ab..49077cf2 100644 --- a/plugin-protobuf/src/main/resources/plugin.conf +++ b/plugin-protobuf/src/main/resources/plugin.conf @@ -1,4 +1,4 @@ name = "streamy-protobuf" -version = "0.7.0-SNAPSHOT" +version = "0.7.0" authors = ["amannocci"] website = "https://github.com/amannocci/streamy" \ No newline at end of file diff --git a/plugin-riemann/src/main/resources/plugin.conf b/plugin-riemann/src/main/resources/plugin.conf index 9bd980ee..4793e8ae 100644 --- a/plugin-riemann/src/main/resources/plugin.conf +++ b/plugin-riemann/src/main/resources/plugin.conf @@ -1,5 +1,5 @@ name = "streamy-riemann" -version = "0.7.0-SNAPSHOT" +version = "0.7.0" authors = ["amannocci"] website = "https://github.com/amannocci/streamy" depends = ["streamy-protobuf"] \ No newline at end of file diff --git a/plugin-syslog/src/main/resources/plugin.conf b/plugin-syslog/src/main/resources/plugin.conf index c8357ad8..7e9c967d 100644 --- a/plugin-syslog/src/main/resources/plugin.conf +++ b/plugin-syslog/src/main/resources/plugin.conf @@ -1,5 +1,5 @@ name = "streamy-syslog" -version = "0.7.0-SNAPSHOT" +version = "0.7.0" authors = ["amannocci"] website = "https://github.com/amannocci/streamy" depends = ["streamy-tcp"] \ No newline at end of file diff --git a/plugin-tcp/src/main/resources/plugin.conf b/plugin-tcp/src/main/resources/plugin.conf index 2421a474..ccf70aa9 100644 --- a/plugin-tcp/src/main/resources/plugin.conf +++ b/plugin-tcp/src/main/resources/plugin.conf @@ -1,4 +1,4 @@ name = "streamy-tcp" -version = "0.7.0-SNAPSHOT" +version = "0.7.0" authors = ["amannocci"] website = "https://github.com/amannocci/streamy" \ No newline at end of file diff --git a/plugin-xymon/src/main/resources/plugin.conf b/plugin-xymon/src/main/resources/plugin.conf index 3c714219..e1b22902 100644 --- a/plugin-xymon/src/main/resources/plugin.conf +++ b/plugin-xymon/src/main/resources/plugin.conf @@ -1,4 +1,4 @@ name = "streamy-xymon" -version = "0.7.0-SNAPSHOT" +version = "0.7.0" authors = ["partarrieu"] website = "https://github.com/amannocci/streamy" \ No newline at end of file