diff --git a/docs/pages/mydoc/mydoc_elastic_search.md b/docs/pages/mydoc/mydoc_elastic_search.md index 5a11782d..8c902190 100644 --- a/docs/pages/mydoc/mydoc_elastic_search.md +++ b/docs/pages/mydoc/mydoc_elastic_search.md @@ -13,9 +13,9 @@ output stage, you will need to run version 5.1.2 of ElasticSearch and open up po the Flink repository. ### Installation - +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12) ```scala -dependencies += "org.codefeedr" %% "codefeedr-elasticsearch" % "0.1-SNAPSHOT" +dependencies += "org.codefeedr" %% "codefeedr-plugin-elasticsearch" % "LATEST_VERSION" ``` ### Configuration diff --git a/docs/pages/mydoc/mydoc_ghtorrent.md b/docs/pages/mydoc/mydoc_ghtorrent.md index 5e9b4df3..1b8b2995 100644 --- a/docs/pages/mydoc/mydoc_ghtorrent.md +++ b/docs/pages/mydoc/mydoc_ghtorrent.md @@ -13,10 +13,9 @@ With the help of the GHTorrent plugin you can either hook into our CodeFeedr ser ## Installation [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12) ```scala -dependencies += "org.codefeedr" %% "codefeedr-ghtorrent" % "LATEST_VERSION" +dependencies += "org.codefeedr" %% "codefeedr-plugin-ghtorrent" % "LATEST_VERSION" ``` - ## Stages In general the GHTorrent plugin provides stages to mirror and parse (parts) of GHTorrent. In general, its important that you have access to the GHTorrent streaming service. This involves adding your public key to their repository. Please read [this page](http://ghtorrent.org/services.html) on details how to add your key. diff --git a/docs/pages/mydoc/mydoc_github.md b/docs/pages/mydoc/mydoc_github.md index 9286bb45..bb1e25c7 100644 --- a/docs/pages/mydoc/mydoc_github.md +++ b/docs/pages/mydoc/mydoc_github.md @@ -8,9 +8,9 @@ permalink: mydoc_github.html The GitHub plugin provides stages for interaction with the [GitHubAPI](https://developer.github.com/v3/?). ## Installation - +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12) ```scala -dependencies += "org.codefeedr" %% "codefeedr-github" % "0.1-SNAPSHOT" +dependencies += "org.codefeedr" %% "codefeedr-plugin-github" % "LATEST_VERSION" ``` ## Stages diff --git a/docs/pages/mydoc/mydoc_mongo.md b/docs/pages/mydoc/mydoc_mongo.md index d804bbac..a3723a8b 100644 --- a/docs/pages/mydoc/mydoc_mongo.md +++ b/docs/pages/mydoc/mydoc_mongo.md @@ -11,9 +11,9 @@ data from a Mongo collection, or creating such data by streaming into it. It als key manager ## Installation - +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.codefeedr/codefeedr-core_2.12) ```scala -dependencies += "org.codefeedr" %% "codefeedr-mongodb" % "0.1-SNAPSHOT" +dependencies += "org.codefeedr" %% "codefeedr-plugin-mongodb" % "LATEST_VERSION" ``` ## Stages