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 e238e09 commit e4a7b81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

buildscript {
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
2 changes: 1 addition & 1 deletion notifications/notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
} // ${kotlin_version} does not work for coroutines
implementation "${group}:common-utils:${common_utils_version}"
// TODO: change compile to implementation when the _local/stats API is supported
compileOnly "org.json:json:20180813"
compileOnly "org.json:json:2.1.1813"
compileOnly "com.github.wnameless.json:json-flattener:0.13.0"
// TODO: uncomment when the _local/stats API is supported
// implementation "com.github.wnameless.json:json-base:2.0.0"
Expand Down

0 comments on commit e4a7b81

Please sign in to comment.