Skip to content

Commit

Permalink
change ml-commons build version to a feature version
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <[email protected]>
  • Loading branch information
zane-neo committed Jul 23, 2024
1 parent e68c51e commit 6935e36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ buildscript {
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
opensearch_version = System.getProperty("opensearch.version", "2.15.0-SNAPSHOT")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
mlCommonsBuildVersion = "multi-tenancy-2.15.0-SNAPSHOT"

// 2.0.0-rc1-SNAPSHOT -> 2.0.0.0-rc1-SNAPSHOT
version_tokens = opensearch_version.tokenize('-')
Expand Down Expand Up @@ -56,7 +57,7 @@ apply plugin: "com.dorongold.task-tree"

allprojects {
group = 'org.opensearch'
version = opensearch_build
version = mlCommonsBuildVersion

apply from: "$rootDir/build-tools/repositories.gradle"

Expand Down

0 comments on commit 6935e36

Please sign in to comment.