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

GEODE-6302 Add version-testing to checkPom gradle task #3107

Merged
merged 7 commits into from Jan 23, 2019

Commits on Jan 22, 2019

  1. GEODE-6302 Add version-testing to checkPom gradle task

    * Check pom <groupId>
    * Check pom <artifactId>
    * Check all values of <dependencies>
    * Check all values of <dependencyManagement>
    * Improved task caching
    
    Once fully moved to BOMs for dependency tracking, some further changes
    to the <dependencyManagment> compare will be needed
    
    Co-authored-by: Robert Houghton <rhoughton@pivotal.io>
    Co-authored-by: Patrick Rhomberg <prhomberg@pivotal.io>
    PurelyApplied and robbadler committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    6b7de45 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Correct issues with refusing version specification outside dependency…

    …Management. Correct geode-web-management artifactId.
    robbadler authored and PurelyApplied committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    644834d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07e3f74 View commit details
    Browse the repository at this point in the history
  3. Move jetty-webapp and protobuf-java version specification to dependen…

    …cyManagement blocks.
    PurelyApplied authored and robbadler committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    43cb143 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f07a6b View commit details
    Browse the repository at this point in the history
  5. Re-update POMs after merge with geode-management subproject.

    Correct missing sanity-check.
    PurelyApplied authored and robbadler committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    648b3a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae03eea View commit details
    Browse the repository at this point in the history