diff --git a/build.sbt b/build.sbt index d08b424e..3a260ce3 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ import sbt._ // Common settings -ThisBuild / version := "0.8.0-SNAPSHOT" +ThisBuild / version := "0.8.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 6973be62..f94bdb81 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.8.0-SNAPSHOT" +version = "0.8.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 32c38a1a..26427f0c 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.8.0-SNAPSHOT" +version = "0.8.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 bec83f33..7d6b1cb8 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.8.0-SNAPSHOT" +version = "0.8.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 c4095855..6835e00d 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.8.0-SNAPSHOT" +version = "0.8.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 705ab063..ab050710 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.8.0-SNAPSHOT" +version = "0.8.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 0aae2dd2..964f1589 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.8.0-SNAPSHOT" +version = "0.8.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 f808f6c3..1655b927 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.8.0-SNAPSHOT" +version = "0.8.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 ed66a495..0a7578fa 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.8.0-SNAPSHOT" +version = "0.8.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 84865f96..311753b0 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.8.0-SNAPSHOT" +version = "0.8.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 dc31d27a..49447283 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.8.0-SNAPSHOT" +version = "0.8.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 01a84ea3..1a990a3a 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.8.0-SNAPSHOT" +version = "0.8.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 a004c2fc..ccbc0ee7 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.8.0-SNAPSHOT" +version = "0.8.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 a32cfe94..30897d84 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.8.0-SNAPSHOT" +version = "0.8.0" authors = ["partarrieu"] website = "https://github.com/amannocci/streamy" \ No newline at end of file