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

Add support for build version qualifiers. #103

Closed
dblock opened this issue Mar 11, 2022 · 0 comments · Fixed by #120
Closed

Add support for build version qualifiers. #103

dblock opened this issue Mar 11, 2022 · 0 comments · Fixed by #120
Assignees
Labels

Comments

@dblock
Copy link
Member

dblock commented Mar 11, 2022

Coming from opensearch-project/opensearch-build#1632, add support for -Dbuild.version_qualifier=.

The distribution build process now supports passing additional optional qualifiers other than the 3 digit versions, e.g. 2.0.0-alpha1. Add the ability to pass additional qualifier to build scripts, and generate artifacts with a version that includes the qualifier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment