Skip to content
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

[AUTO] Increment version to 1.3.10-SNAPSHOT #810

Closed

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

  • Incremented version to 1.3.10-SNAPSHOT.

@opensearch-trigger-bot opensearch-trigger-bot bot requested a review from a team March 17, 2023 00:12
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
@opensearch-trigger-bot opensearch-trigger-bot bot force-pushed the create-pull-request/1.3.10-SNAPSHOT branch from 64faa86 to 67d16ac Compare April 18, 2023 00:11
@ylwu-amzn
Copy link
Collaborator

Could not determine the dependencies of task ':opensearch-ml-plugin:thirdPartyAudit'.

Could not resolve all files for configuration ':opensearch-ml-plugin:runtimeClasspath'.
Could not find org.opensearch:common-utils:1.3.10-SNAPSHOT.

@prudhvigodithi
Copy link
Contributor

Hey @ylwu-amzn looks to me like there is an error in this line opensearch_build = opensearch_version.replaceAll(/(\.\d)([^\d]*)$/, '$1.0$2'), that is not able to add 1.3.10.0 and this opensearch_build is being used to get common_utils_version.
common_utils_version = System.getProperty("common_utils.version", opensearch_build). Can you please fix this so that 1.3.10.0 is inferred,
Thank you

@prudhvigodithi
Copy link
Contributor

Using opensearch_build = opensearch_version.tokenize('-')[0] + '.0' should fix the error.

@prudhvigodithi
Copy link
Contributor

Hey can we please have this PR merged?, this is blocking the release 1.3.10.
@bbarani

@rbhavna
Copy link
Collaborator

rbhavna commented May 12, 2023

Hey can we please have this PR merged?, this is blocking the release 1.3.10. @bbarani

yes working on it

@rbhavna rbhavna closed this May 12, 2023
@prudhvigodithi
Copy link
Contributor

Version increment is done in this PR #893.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants