-
Notifications
You must be signed in to change notification settings - Fork 183
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
Fixing version for the client #254
Conversation
Signed-off-by: Vacha Shah <vachshah@amazon.com>
@VachaShah ah ... I see what is happening, the Apache Lucene snapshots come from our custom Cloudfront bucket .... let me quickly look for a fix there |
@VachaShah could you please make the following changes in the
|
Signed-off-by: Vacha Shah <vachshah@amazon.com>
I added the changes. Its weird though on my local I keep getting compile errors for HttpClient:
|
Signed-off-by: Vacha Shah <vachshah@amazon.com>
I can think of stale 3.0.0 snapshots ... May be do |
Yeah I tried that, even cleaning gradle caches and doing a clean build but keep running into it. But looks like it is just an issue on my local, the workflows in the repo are fine. Will look into how to fix on my local. Thank you! |
Realized I didn't have OpenSearch 3.0.0-SNAPSHOT on my maven local. Publishing it to maven local fixed the issue. |
Hm ... it should have been taken from |
Signed-off-by: Vacha Shah vachshah@amazon.com
Description
Realized that the version would not include
SNAPSHOT
, publishing to sonatype adds this suffix. Refer publish snapshots workflow.Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
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.