-
Notifications
You must be signed in to change notification settings - Fork 63
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
Bump the version to 2.1 #398
Conversation
OS 2.1 is still not built yet. |
common-utils are not yet built for 2.1
|
common-utils package for reference: https://github.com/opensearch-project/common-utils/blob/main/build.gradle#L9 |
Codecov Report
@@ Coverage Diff @@
## main #398 +/- ##
============================================
+ Coverage 72.92% 74.09% +1.16%
- Complexity 981 996 +15
============================================
Files 141 141
Lines 4562 4562
Branches 504 504
============================================
+ Hits 3327 3380 +53
+ Misses 918 858 -60
- Partials 317 324 +7
Continue to review full report at Codecov.
|
Signed-off-by: Ankit Kala <ankikala@amazon.com>
@@ -140,7 +140,7 @@ repositories { | |||
mavenCentral() | |||
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" } | |||
maven { url "https://plugins.gradle.org/m2/" } | |||
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" } | |||
maven { url "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/" } |
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.
Are we publishing SNAPSHOTS
artifacts to this one?
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.
Nope. This is for fetching Lucene related artifacts.
Signed-off-by: Ankit Kala ankikala@amazon.com
Description
Bump the version to 2.1
Issues Resolved
430
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.