Repository: buildr Updated Branches: refs/heads/master 7bdb30bf5 -> 5321d5738
Move change to the correct section Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/5321d573 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/5321d573 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/5321d573 Branch: refs/heads/master Commit: 5321d57383d7c1baba6241603f7ab4dcb74902fa Parents: 7bdb30b Author: Peter Donald <[email protected]> Authored: Sun May 22 20:51:22 2016 +1000 Committer: Peter Donald <[email protected]> Committed: Sun May 22 20:51:22 2016 +1000 ---------------------------------------------------------------------- CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/5321d573/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 612febc..c320512 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,15 +15,15 @@ * Fixed: BUILDR-674 Artifacts with bundle extension cannot be downloaded by Buildr * Fixed: BUILDR-565 resources are not included in the war if defined after package call * Fixed: BUILDR-621 ZipTask creates zip file with entries not sorted by path causing very slow unzipping. +* Change: Update the custom_pom addon to generate poms with exclusions section that excludes + all transitive dependencies. This is required as buildr dependencies are not + transitive while Maven's dependencies are transitive by default. 1.4.25 (2016-04-18) * Change: BUILDR-712 Update jruby-openssl dependency version or support a range of versions * Change: Update gwt addon to add the GWT artifacts to project dependencies as specs rather than files. * Change: Support the project.root_project utility method to retrieve the top level project. -* Change: Update the custom_pom addon to generate poms with exclusions section that excludes - all transitive dependencies. This is required as buildr dependencies are not - transitive while Maven's dependencies are transitive by default. 1.4.24 (2016-03-19) * Added: Support the :no_invoke parameter being passed to Buildr.project() and
