Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Update PerfTop to support OpenDistro 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spardeepsingh committed Oct 21, 2019
1 parent 2cf9c77 commit 73aff70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand All @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions release-notes
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 73aff70

Please sign in to comment.