Skip to content

Commit

Permalink
Incremented version to 2.1.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Rohidas Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Jul 13, 2022
1 parent b9ed1fc commit c408042
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id 'idea'
id 'com.github.spotbugs' version '5.0.0'
id "de.undercouch.download" version "4.0.4"
id 'com.adarshr.test-logger' version '2.1.0'
id 'com.adarshr.test-logger' version '2.1.1'
id 'org.gradle.test-retry' version '1.3.1'
id 'com.diffplug.spotless' version '5.11.0'
}
Expand Down Expand Up @@ -52,11 +52,11 @@ distributions {
}

ext {
opensearch_version = System.getProperty("opensearch.version", "2.1.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "2.1.1-SNAPSHOT")
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")

// 2.1.0-SNAPSHOT -> 2.1.0.0-SNAPSHOT
// 2.1.1-SNAPSHOT -> 2.1.1.0-SNAPSHOT
version_tokens = opensearch_version.tokenize('-')
opensearch_build = version_tokens[0] + '.0'
if (buildVersionQualifier) {
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin-descriptor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
description=Performance Analyzer Plugin
#
# 'version': plugin's version
version=2.1.0.0
version=2.1.1.0
#
# 'name': the plugin name
name=performance-analyzer
Expand All @@ -42,4 +42,4 @@ classname=org.opensearch.performanceanalyzer.PerformanceAnalyzerPlugin
java.version=1.8
#
# 'opensearch.version' version of openSearch compiled against
opensearch.version=2.1.0
opensearch.version=2.1.1

0 comments on commit c408042

Please sign in to comment.