Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Record last release
Browse files Browse the repository at this point in the history
  • Loading branch information
realityforge committed Dec 5, 2014
1 parent faef317 commit 0141405
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions doap.rdf
Expand Up @@ -35,6 +35,46 @@
<download-page rdf:resource="http://buildr.apache.org/download.html" />
<programming-language>Ruby</programming-language>
<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>
Expand Down

0 comments on commit 0141405

Please sign in to comment.