Add highlights from 1.4.19
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/98505ee0 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/98505ee0 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/98505ee0 Branch: refs/heads/master Commit: 98505ee05241ee352fd04365daa1742267755216 Parents: e56dce3 Author: Peter Donald <[email protected]> Authored: Sun Jul 6 10:57:06 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Sun Jul 6 10:57:06 2014 +1000 ---------------------------------------------------------------------- doc/index.textile | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/98505ee0/doc/index.textile ---------------------------------------------------------------------- diff --git a/doc/index.textile b/doc/index.textile index e7674e1..81e145f 100644 --- a/doc/index.textile +++ b/doc/index.textile @@ -46,6 +46,17 @@ So let's get started. You can "read the documentation online":quick_start.html, h2(#news). What's New +Highlights from Buildr 1.4.19 (2014-07-06) +* Fixed: BUILDR-700 - Ensure SNAPSHOT artifacts, constructed using the + download(artifact('group:artifact:jar:1-SNAPSHOT') => + 'http://example.com/...') construct will correctly download the + artifacts from configured URL. +* Fixed: BUILDR-700 - Fix bug where buildr was truncating SNAPSHOT files + that had not changed since last update check and HTTP was returning + "HTTP Not Modified" status. +* Fixed: Fix bug introduced in 1.4.18 version of custom_pom addon where + poms are created for artifacts that have a classifier. + Highlights from Buildr 1.4.18 (2014-06-24) * Fixed: BUILDR-699 - Update the custom_pom addon to avoid failure when used with zip packages.
