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

Centralize version settings #1702

Merged
merged 3 commits into from
Mar 24, 2022

Conversation

peternied
Copy link
Member

Description

A single file is referenced and read for version settings, updated
the build scripts and test script to read from this file.

Added functionality and tests for build.version_qualifier parameter

Issues Resolved

Testing

Added a new job that verifies the built artifact name correspond to the parameters passed to gradle

Check List

  • New functionality includes testing
  • New functionality has been documented
  • Commits are signed 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.

A single file is referenced and read for version settings, updated
the build scripts and test script to read from this file.

Added functionality and tests for build.version_qualifier parameter

Signed-off-by: Peter Nied <[email protected]>
@peternied peternied requested a review from a team March 23, 2022 19:43
- uses: actions/checkout@v2

- id: security-plugin-version
uses: madhead/read-java-properties@66cc8c88f5c6f6069ebfb42586024dd6ffe2e451
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this long string change at any point in future leading to a breaking change?

@peternied peternied merged commit 782b042 into opensearch-project:main Mar 24, 2022
@peternied peternied deleted the centralize-version-rdy branch March 24, 2022 16:49
wuychn pushed a commit to ochprince/security that referenced this pull request Mar 16, 2023
* Centralize version settings

A single file is referenced and read for version settings, updated
the build scripts and test script to read from this file.

Added functionality and tests for build.version_qualifier parameter

Signed-off-by: Peter Nied <[email protected]>
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.

Add support for build version qualifiers.
3 participants