Record last release
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/0141405b Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/0141405b Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/0141405b Branch: refs/heads/master Commit: 0141405ba3186c891db5a9defe05f1f6e7be4ce6 Parents: faef317 Author: Peter Donald <[email protected]> Authored: Sat Dec 6 06:50:10 2014 +1100 Committer: Peter Donald <[email protected]> Committed: Sat Dec 6 06:50:10 2014 +1100 ---------------------------------------------------------------------- doap.rdf | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/0141405b/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index a715a87..7725c24 100644 --- a/doap.rdf +++ b/doap.rdf @@ -37,6 +37,46 @@ <category rdf:resource="http://projects.apache.org/category/build-management" /> <release> <Version> + <name>1.4.21</name> + <created>2014-11-28</created> + <revision>1.4.21</revision> + <dc:description> +* Change: Upgrade atoulme-Antwrap to 0.7.5 to remove deprecation warnings in + modern JRuby. Suggested by Pepijn Van Eeckhoudt. +* Change: Update the gwt addon to add the validation dependencies required for GWT + compiles without requiring that the user specify the dependency. +* Change: Update ipr.add_gwt_configuration method to support GWT 2.7 configuration + parameters and IDEA 14 parameters. +* Change: Upgrade jacoco to 0.7.2. Submitted by neher. +* Change: Update checkstyle addon to use Checkstyle 6.0. +* Added: Updated the gwt addon to support the upcoming GWT 2.7.x release. +* Change: Enhance ipr.add_glassfish_configuration to support the ability to + define the version of GlassFish in uses. Change the default to 4.1.0 + as that is the latest supported variant. +* Fixed: Change the name of the GlassFish install in ipr.add_glassfish_configuration + to use the same convention that IDEA uses by default. i.e. Name the + installation "GlassFish 4.1.0" rather than "Glassfish 4.1.0". +* Change: Change the default version of the jdk in IDEA project files to 1.7. +* Change: Change the default version of the IDEA project files created to the + current release version 13. To revert to the older versions specify + ipr.version = '12' in your buildfile. +* Added: Enhance the IdeaFile class to easily support mixing in of custom + components from either the filesystem or from an artifact. +* Change: Update rjb to version 1.5.1. +* Added: Update checkstyle addon to support downloading checkstyle checks + as an artifact. +* Added: Update checkstyle addon to supply checkstyle.config.dir property. +* Added: Update pmd addon to support downloading rule files as an artifact. +* Change: Update pmd addon to use pmd version 5.1.3. +* Fixed: BUILDR-702 - Retain Unix permission flags when merging + zip files into another zip or tar archive. Submitted by Pepijn Van Eeckhoudt. + + </dc:description> + </Version> + </release> + + <release> + <Version> <name>1.4.20</name> <created>2014-08-23</created> <revision>1.4.20</revision>
