-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increment version to 2.11 #2175
Conversation
Codecov Report
@@ Coverage Diff @@
## 2.x #2175 +/- ##
=========================================
Coverage 96.61% 96.61%
Complexity 4754 4754
=========================================
Files 437 437
Lines 12702 12702
Branches 861 861
=========================================
Hits 12272 12272
Misses 420 420
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. |
opensearch/build.gradle
Outdated
@@ -37,7 +37,7 @@ dependencies { | |||
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-cbor', version: "${versions.jackson}" | |||
implementation group: 'org.json', name: 'json', version:'20230227' | |||
compileOnly group: 'org.opensearch.client', name: 'opensearch-rest-high-level-client', version: "${opensearch_version}" | |||
implementation group: 'org.opensearch', name:'opensearch-ml-client', version: "${opensearch_build}" | |||
implementation group: 'org.opensearch', name:'opensearch-ml-client', version: "2.10.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some description on why Temporarily changed ml-commons version to 2.10.0.0.
?
Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>
Description
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.