1. 15 Oct, 2019 9 commits
  2. 14 Oct, 2019 2 commits
  3. 13 Oct, 2019 2 commits
  4. 10 Oct, 2019 2 commits
  5. 03 Oct, 2019 1 commit
  6. 02 Oct, 2019 2 commits
    • Spring Buildmaster's avatar
      24232751
    • Andy Wilkinson's avatar
      Correct SCM URLs in published poms · 3d4157ad
      Andy Wilkinson authored
      Previously, Maven's default behaviour was relied up which resulted
      in the artifact ID being appended to each URL as it was inherited.
      This behaviour can only be disabled in Maven 3.6 and later, a version
      that we cannot use due to an incompatibility with the Flatten Plugin.
      
      This commit works around Maven's default behaviour by defining
      properties for the SCM URL, connection, and developer connection and
      then explicitly defining the settings in each pom using these
      properties. The explicit definition of the properties in each pom
      prevents them being inherited from the parent, thereby disabling the
      unwanted appending of the artifact ID to the URL.
      
      Fixes gh-18328
      3d4157ad
  7. 01 Oct, 2019 11 commits
  8. 30 Sep, 2019 2 commits
  9. 29 Sep, 2019 8 commits
  10. 28 Sep, 2019 1 commit