Repository: buildr Updated Branches: refs/heads/master 79fae9f1d -> 8996fca69
BUILDR-486 add to changelog Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/8996fca6 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/8996fca6 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/8996fca6 Branch: refs/heads/master Commit: 8996fca69ad206a02652b690ba02aa797b63fe0c Parents: 79fae9f Author: Antoine Toulme <[email protected]> Authored: Tue Aug 23 22:39:17 2016 -0700 Committer: Antoine Toulme <[email protected]> Committed: Tue Aug 23 22:39:17 2016 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/8996fca6/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 3c92598..4f5eb43 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -44,6 +44,7 @@ * Fixed: BUILDR-454 Definition-level parent-child references-by-name fail in 1.4.0 but not in 1.3.5. Submitted by Rhett Sutphin. * Fixed: BUILDR-620 resources.filter should not run on non-text files * Fixed: BUILDR-489 Java + Scala joint compiler fails if default encoding and source file encoding are not same and special characters have been used in source code +* Fixed: BUILDR-486 Buildr-generated poms should include dependencies * 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.
