Repository: buildr Updated Branches: refs/heads/master 98505ee05 -> 65ffd4c50
Record 1.4.19 release Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/c7a1b753 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/c7a1b753 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/c7a1b753 Branch: refs/heads/master Commit: c7a1b753b108c56b22ab8bde1ad0ec18a3f6ec58 Parents: 98505ee Author: Peter Donald <[email protected]> Authored: Tue Jul 8 04:00:59 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Tue Jul 8 04:00:59 2014 +1000 ---------------------------------------------------------------------- doap.rdf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/c7a1b753/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index 2f65de5..c47c190 100644 --- a/doap.rdf +++ b/doap.rdf @@ -37,6 +37,26 @@ <category rdf:resource="http://projects.apache.org/category/build-management" /> <release> <Version> + <name>1.4.19</name> + <created>2014-07-06</created> + <revision>1.4.19</revision> + <dc:description> +* 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. + + </dc:description> + </Version> + </release> + + <release> + <Version> <name>1.4.18</name> <created>2014-06-24</created> <revision>1.4.18</revision>
