Record the last release
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/bcdce9b6 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/bcdce9b6 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/bcdce9b6 Branch: refs/heads/master Commit: bcdce9b6a75afbab2eb40d8ef893d62f8c296bc6 Parents: 13813e0 Author: Peter Donald <[email protected]> Authored: Mon Jun 30 07:25:08 2014 +1000 Committer: Peter Donald <[email protected]> Committed: Mon Jun 30 07:25:08 2014 +1000 ---------------------------------------------------------------------- doap.rdf | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/bcdce9b6/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index c28499b..2f65de5 100644 --- a/doap.rdf +++ b/doap.rdf @@ -37,6 +37,41 @@ <category rdf:resource="http://projects.apache.org/category/build-management" /> <release> <Version> + <name>1.4.18</name> + <created>2014-06-24</created> + <revision>1.4.18</revision> + <dc:description> +* Fixed: BUILDR-699 - Update the custom_pom addon to avoid failure when + used with zip packages. +* Fixed: BUILDR-694 - "buildr upload" fails: wrong number of arguments in + progress bar read() in Ruby 2.1.0. Submitted By Mark Reibert. +* Change: Remove support for uploads to RubyForge.org with gem dependencies + as the site no longer exists. +* Change: BUILDR-664 - Update Checkstyle addon so that extra_dependencies is + the project dependencies by default. Move the checkstyle dependencies + to the start of the classpath to avoid problems running checkstyle. + Submitted by Dieter Vrancken. +* Fixed: BUILDR-698 - Correct "Lines of code" example in documentation. + Submitted By: Trejkaz. +* Added: Add ipr.add_glassfish_configuration method for defining a local + glassfish configuration within IDEA. +* Added: Add ipr.add_ruby_script_configuration method for defining a ruby + configuration within IDEA. +* Added: Add ipr.add_java_configuration method for defining a java + configuration within IDEA. +* Change: Include additional rules in default pmd rule set: 'finalizers' and + 'braces'. +* Change: Upgrade the version of PMD in use to 5.1.1. +* Change: Supply a default xsl file for generating the jdepend report. +* Fixed: Fix the naming of css_lint addon file so it is made available + as an addon. + + </dc:description> + </Version> + </release> + + <release> + <Version> <name>1.4.17</name> <created>2014-05-25</created> <revision>1.4.17</revision>
