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

Remove snapshot conditional for bwc snapshots #28657

Merged
merged 1 commit into from Feb 13, 2018

Commits on Feb 13, 2018

  1. Remove snapshot conditional for bwc snapshots

    The build.snapshot flag used by the main build was being propagated down
    into the bwc snapshot builds, which is not correct. The bwc subprojects
    are always meant to be snapshot builds, or null if they do not
    exist. Marking these builds as non snapshots threw the release off as it
    was looking for -SNAPSHOT builds.
    
    Relates elastic#28641
    hub-cap committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    29e0b98 View commit details
    Browse the repository at this point in the history