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

Move versioning logic to the root project #207

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

msfroh
Copy link
Collaborator

@msfroh msfroh commented Nov 1, 2023

Instead of computing the OpenSearch + plugin version in the subprojects, we can do it in the root project and propagate the ext variables.

Check List

  • [ ] New functionality includes testing.
    • [ ] All tests pass
  • [ ] New functionality has been documented.
    • [ ] New functionality has javadoc added
  • Commits are signed as per the DCO using --signoff

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.

Instead of computing the OpenSearch + plugin version in the subprojects,
we can do it in the root project and propagate the `ext` variables.

Signed-off-by: Michael Froh <[email protected]>
Copy link

codecov bot commented Nov 1, 2023

Codecov Report

Merging #207 (8c29e8f) into main (7e56847) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #207   +/-   ##
=========================================
  Coverage     83.30%   83.30%           
  Complexity      337      337           
=========================================
  Files            43       43           
  Lines          1270     1270           
  Branches        155      155           
=========================================
  Hits           1058     1058           
  Misses          134      134           
  Partials         78       78           

@msfroh msfroh merged commit b19f8c9 into opensearch-project:main Nov 1, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants