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

Improve BentoBox pom. #596

Merged
merged 2 commits into from
Mar 8, 2019
Merged

Improve BentoBox pom. #596

merged 2 commits into from
Mar 8, 2019

Commits on Mar 5, 2019

  1. Improve BentoBox pom.

    Add 3 new profiles:
    - local profile is activated by default and it will add -SNAPSHOT at the end of version.
    - develop profile is activated when exist BUILD_NUMBER environment variable and it will add -SNAPSHOT #BUILD+_NUMBER at the end of version
    - master profile is activated when exists GIT_BRANCH environmnent variable with value origin/master and it will not add anything to version.
    
    Also, move most of dependencies versions to properties section.
    BONNe committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    9c665d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Configuration menu
    Copy the full SHA
    718a5b6 View commit details
    Browse the repository at this point in the history