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

[MDEPLOY-291] Update POM parent and Maven #22

Merged
merged 4 commits into from May 6, 2022

Commits on Apr 22, 2022

  1. [MDEPLOY-291] Update POM parent and Maven

    Update plugin build:
    * update parent to 36
    * update maven to 3.8.5 (reasoning below)
    * up the plugin to Java8
    
    This plugin along with m-install-p versions 3.x line (3.0.0-Mx) does not work with any so far released Maven 3.x line (see MNG-7055). The ONLY maven 3.x they will be usable with is upcoming 3.9.0, that has fix for MNG-7055 backported, but OTOH, it is already Java8, so no point in keeping the plugin on anything below.
    
    ---
    
    https://issues.apache.org/jira/browse/MDEPLOY-291
    cstamas committed Apr 22, 2022
    Copy the full SHA
    2580b9b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Pull slf4j version to property

    To not repeat it.
    cstamas committed May 2, 2022
    Copy the full SHA
    a57a577 View commit details
    Browse the repository at this point in the history
  2. undo some bits:

    * leave project java7
    * up to maven 3.2.5 (not 3.8.5)
    * warn if maven-plugin is deployed with maven older than 3.9.0
    cstamas committed May 2, 2022
    Copy the full SHA
    04d9b11 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    952e113 View commit details
    Browse the repository at this point in the history