Register last release git-svn-id: https://svn.apache.org/repos/asf/buildr/trunk@1540249 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/6c419f33 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/6c419f33 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/6c419f33 Branch: refs/heads/master Commit: 6c419f330c2fa88b6b740b41f2f9d1b6ce39548a Parents: 9ae3f9a Author: Peter Donald <[email protected]> Authored: Sat Nov 9 02:54:39 2013 +0000 Committer: Peter Donald <[email protected]> Committed: Sat Nov 9 02:54:39 2013 +0000 ---------------------------------------------------------------------- doap.rdf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/6c419f33/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index d84e5e3..1828e6f 100644 --- a/doap.rdf +++ b/doap.rdf @@ -37,6 +37,39 @@ <category rdf:resource="http://projects.apache.org/category/build-management" /> <release> <Version> + <name>1.4.15</name> + <created>2013-11-06</created> + <revision>1.4.15</revision> + <dc:description> +* Change: Update to TestNG 6.8.7. +* Change: Updated the 'test_jar' package type to have a + classifier of 'tests' and thus match maven + conventions. Reported by Chris Bozic. +* Fixed: BUILDR-689 - Ensure that war file includes generated + assets rather than the "source" assets that may have + been filtered. +* Fixed: BUILDR-689 - Define assets task before the project is + defined to avoid "undefined method `project='" if the + project attempts to generate into the same directory. +* Added: BUILDR-679 - Support uploading to a snapshot repository + defined by repositories.snapshot_to if the artifact is + a snapshot. Submitted by Tammo van Lessen. +* Change: Update the jaxb_xjc addon to add output directory to + generated IDEA project files. +* Change: Update the default output directory used in the jaxb_xjc + addon to use Maven conventions. +* Fixed: Bug in IdeaProject.partition_dependencies resulted in + projects being rebuilt if artifacts were added to the + project with dependencies on the current project. +* Fixed: BUILDR-605 - Ensure package task invokes included paths. +* Fixed: BUILDR-609 - compile.from should accept Task argument. + + </dc:description> + </Version> + </release> + + <release> + <Version> <name>1.4.14</name> <created>2013-10-11</created> <revision>1.4.14</revision>
