Re: [VOTE] Buildr 1.5.5 release

2017-12-05 Thread Antoine Toulme
+1 here too.

> On Dec 5, 2017, at 2:34 PM, Peter Donald  wrote:
> 
> +1 from me.
> 
> The goal of the release is just to fix that one bug that slipped through.
> 
> -- 
> Cheers,
> 
> Peter Donald



Re: [VOTE] Buildr 1.5.5 release

2017-12-05 Thread Peter Donald
+1 from me.

The goal of the release is just to fix that one bug that slipped through.

-- 
Cheers,

Peter Donald


[VOTE] Buildr 1.5.5 release

2017-12-05 Thread Peter Donald
We're voting on the source distributions available here:
https://dist.apache.org/repos/dist/dev/buildr/1.5.5/dist/

Specifically:
https://dist.apache.org/repos/dist/dev/buildr/1.5.5/dist/buildr-1.5.5.tgz
https://dist.apache.org/repos/dist/dev/buildr/1.5.5/dist/buildr-1.5.5.zip

The documentation generated for this release is available here:
https://dist.apache.org/repos/dist/dev/buildr/1.5.5/site/
https://dist.apache.org/repos/dist/dev/buildr/1.5.5/site/buildr.pdf

The following changes were made since 1.5.4:

  * Fixed:  The concatenation extension released as part of 1.5.4
changed the way zip archives were
constructed so that entries for some intermediate
directories were elided. For most consumers
of zip files this had no impact but some tools require the
entries during scanning. (i.e. Older
versions of Jruby that loaded ruby scripts from within a jar).
  * Added:  IDEA Extension: Added support for passing `:iml_name`
parameter to `ipr.add_gwt_configuration`