Skip to content

Commit

Permalink
Release version 5.6.13.2
Browse files Browse the repository at this point in the history
lukas-vlcek committed Feb 20, 2019
1 parent 9bc9a42 commit 5ec8f64
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ It collects all relevant metrics and makes them available to Prometheus via the
| Elasticsearch | Plugin | Release date |
| -------------- | -------------- | ------------ |
| 5.6.14 | 5.6.14.0 | Dec 14, 2018 |
| 5.6.13 | 5.6.13.2 | Feb 20, 2019 |
| 5.6.13 | 5.6.13.1 | Nov 12, 2018 |
| 5.6.13 | 5.6.13.0 | Nov 07, 2018 |
| 5.6.12 | 5.6.12.0 | Sep 24, 2018 |
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath "org.elasticsearch.gradle:build-tools:5.6.14" // How can we use ${versions.elasticsearch} here ???
classpath "org.elasticsearch.gradle:build-tools:5.6.13" // How can we use ${versions.elasticsearch} here ???
}
}

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group = org.elasticsearch.plugin.prometheus

version = 5.6.14.1-SNAPSHOT
version = 5.6.13.2

pluginName = prometheus-exporter
pluginClassname = org.elasticsearch.plugin.prometheus.PrometheusExporterPlugin

0 comments on commit 5ec8f64

Please sign in to comment.