You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2016/08/14 06:26:36 UTC

[3/3] buildr git commit: BUILDR-454 add changelog

BUILDR-454 add changelog


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/2f143792
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/2f143792
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/2f143792

Branch: refs/heads/master
Commit: 2f14379226c3616f426819e5d58e18551ed2cf7f
Parents: 41522d4
Author: Antoine Toulme <an...@lunar-ocean.com>
Authored: Sat Aug 13 23:26:24 2016 -0700
Committer: Antoine Toulme <an...@lunar-ocean.com>
Committed: Sat Aug 13 23:26:24 2016 -0700

----------------------------------------------------------------------
 CHANGELOG | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/2f143792/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 4a49eb6..b32d947 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,7 @@
 * Fixed:  BUILDR-695 transitive doesn't support ${project.parent.version} in POM.
 * Fixed:  BUILDR-653 Using Eclipse compiler (ECJ)
 * Fixed:  BUILDR-476 Buildr doesn't respect company repository manager
+* 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.
 * 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.