diff --git a/build.gradle b/build.gradle index 1061836..819a2ab 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { - es_version = System.getProperty("es.version", "7.2.0") + es_version = System.getProperty("es.version", "7.2.1") } // This isn't applying from repositories.gradle so repeating it here repositories { @@ -24,7 +24,7 @@ node { } ext { - opendistroVersion = '1.2.0' + opendistroVersion = '1.2.1' isSnapshot = "true" == System.getProperty("build.snapshot", "true") isLinux = "true" == System.getProperty("build.linux", "false") isMacOS = "true" == System.getProperty("build.macos", "false") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f4d7b2b..f04d6a2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/release-notes b/release-notes index 3dd18ae..47d9abb 100644 --- a/release-notes +++ b/release-notes @@ -1,3 +1,6 @@ +## Version 1.2.1 (Current) +This is release of the Open Distro PerfTop, which is compatible with Open Distro Performance Analyzer 1.2.1 + ## Version 1.2.0 (Current) This is release of the Open Distro PerfTop, which is compatible with Open Distro Performance Analyzer 1.2.