Record 1.4.16 release
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/6f51135f Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/6f51135f Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/6f51135f Branch: refs/heads/master Commit: 6f51135fa4060416557c532e3f204b58f6abfb09 Parents: 7efb8e8 Author: Peter Donald <[email protected]> Authored: Mon May 5 20:28:47 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Mon May 5 20:28:47 2014 +1000 ---------------------------------------------------------------------- doap.rdf | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/6f51135f/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index 3ff0da2..2aee2fc 100644 --- a/doap.rdf +++ b/doap.rdf @@ -37,6 +37,48 @@ <category rdf:resource="http://projects.apache.org/category/build-management" /> <release> <Version> + <name>1.4.16</name> + <created>2014-05-03</created> + <revision>1.4.16</revision> + <dc:description> +* Added: Add the ability to generate a html report when using the + jacoco addon. Extracted from the ode project. +* Fixed: Remove the projectname.ids file when rebuilding the idea + project file avoiding conflict with idea. +* Fixed: Avoid passing duplicate -keep parameters to wsimport from + wsgen addon. +* Change: Improved the error handling when generating java from wsdl + in the wsgen addon. +* Change: Upgraded the Checkstyle plugin to use checkstyle 5.7 that + improves Java 7 compatibility. +* Added: Add support for configuration of the schema-pattern, + table-pattern and default-schemas settings in idea's + data source definitions. +* Change: Upgraded the PMD plugin to use pmd 5.0.5 which for Java 7 + compatibility. +* Change: Derive the version of GWT in gwt addon from supplied + dependencies. +* Fixed: Include the compiled classes on path for GWT addon to + ensure the GWT compiler can load annotations. +* Change: Derive the GWT version from build settings if not + explicitly specified by GWT addon. +* Change: Support prefixing the version generated by the + gwt_auto_version addon with the environment + variable "VERSION_PREFIX". +* Fixed: Support overriding the GWT version used by the GWT addon. +* Fixed: Fix problem when the :dependencies option was not + passed to the GWT addon. +* Fixed: Avoid crash in GPG addon if unable to create a pom + for an artifact. +* Fixed: Correct location of Git mirror in the README. Submitted + by Marcos Sainz. + + </dc:description> + </Version> + </release> + + <release> + <Version> <name>1.4.15</name> <created>2013-11-06</created> <revision>1.4.15</revision>
