You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@buildr.apache.org by Antoine Toulme <an...@toulme.name> on 2016/09/17 06:25:17 UTC

[VOTE] Buildr 1.5.0 release

We're voting on the source distributions available here:
https://dist.apache.org/repos/dist/dev/buildr/1.5.0/dist/

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

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

The following changes were made since 1.4.25:

  * Change: Update RJB to 1.5.4
  * Change: Update rubyzip to 1.2.0
  * Change: Update hoe to 3.15.0
  * Change: Update net-ssh to 3.1.1
  * Change: Update json_pure to 1.8.3
  * Change: Update diff-lcs to 1.2.5
  * Change: Update xml-simple to 1.1.5
  * Change: Update jekyll to 3.1.3
  * Change: Update rdoc to 4.2.2
  * Change: Update ecj to 4.5.1
  * Change: Added jekyll-textile-converter 0.1.0 to generate the site.
  * Change: Move to default on Scala 2.11.
  * Change: Remove Buildr::Project#on_define, deprecated in 1.3
  * Change: Remove JavaWrapper, deprecated in 1.3
  * Change: Remove JUnit::REQUIRES, deprecated in 1.3.3
  * Change: Remove TestNG::REQUIRES, deprecated in 1.3.3
  * Change: Remove Buildr::Ant::REQUIRES, deprecated in version 1.3.3
  * Change: Remove Buildr::CompileTask#classpath, deprecated in version 1.3
  * Change: Remove Buildr::TestTask responding to :using with .using('foo','bar'), deprecated in version 1.3
  * Change: Remove addon/buildr/cobertura.rb, deprecated since 1.3.4
  * Change: Remove addon/buildr/emma.rb, deprecated since 1.3.4
  * Change: Remove support for Rakefile/rakefile, deprecated.
  * Change: Remove project#target, project#reports, deprecated.
  * Change: Remove JBehave::REQUIRES, deprecated.
  * Change: Remove JMock::REQUIRES, deprecated.
  * Change: Remove ScalaCheck::REQUIRES, deprecated.
  * Change: Change Eclipse Scala project natures from ch.epfl.lamp.sdt.core.scalanature to org.scala-ide.sdt.core.scalanature
  * Change: Fix the custom Google search widget on the website.
  * Change: BUILDR-722 Remove links and image of the buildr book from the website.
  * Added:  Travis badge to README.rdoc
  * Added:  Added Rubygems badges to README.rdoc
  * Added:  BUILDR-577 Allow remote repo to be added with http basic auth support. Submitted by Michael Guymon.
  * Added:  BUILDR-523 Issue a warning when Java.classpath is modified after Java.load has happened
  * Added:  BUILDR-594 Added support for changing the verification mode of SSL certificates
  * Added:  BUILDR-595 Added support to providing custom SSL certificates
  * Added:  BUILDR-572 Allow to upload unique version (timestamp based) snapshot artifacts to a repository. Submitted by Brice Figureau.
  * Fixed:  BUILDR-207 remove 'Skipping tests' messages
  * Added:  BUILDR-703 release: allow THIS_VERSION to be defined in another file
  * Fixed:  BUILDR-674 Artifacts with bundle extension cannot be downloaded by Buildr
  * Fixed:  BUILDR-565 resources are not included in the war if defined after package call
  * Fixed:  BUILDR-621 ZipTask creates zip file with entries not sorted by path causing very slow unzipping.
  * Fixed:  BUILDR-695 transitive doesn't support ${project.parent.version} in POM.
  * Fixed:  BUILDR-653 Using Eclipse compiler (ECJ)
  * Fixed:  BUILDR-476 Buildr doesn't respect company repository manager
  * Fixed:  BUILDR-454 Definition-level parent-child references-by-name fail in 1.4.0 but not in 1.3.5. Submitted by Rhett Sutphin.
  * Fixed:  BUILDR-620 resources.filter should not run on non-text files
  * Fixed:  BUILDR-489 Java + Scala joint compiler fails if default encoding and source file encoding are not same and special characters have been used in source code
  * Fixed:  BUILDR-486 Buildr-generated poms should include dependencies
  * Fixed:  BUILDR-723 JavaTestFilter is unable to parse paths containing %2F
  * Change: Update the custom_pom addon to generate poms with exclusions section that excludes
            all transitive dependencies. This is required as buildr dependencies are not
            transitive while Maven's dependencies are transitive by default.
  * Change: Remove the BND aqute maven repository, as it was decomissioned. Use Maven Central instead.

Re: [VOTE] Buildr 1.5.0 release

Posted by Antoine Toulme <an...@toulme.name>.
OK I will start a new vote. Thanks for catching the issue!

> On Sep 18, 2016, at 7:43 PM, Peter Donald <pe...@realityforge.org> wrote:
> 
> Ok - I made the changes to source control and tested the resultant
> artifacts. +1 to release that version ;)
> 
> On Sun, Sep 18, 2016 at 12:28 PM, Peter Donald <pe...@realityforge.org> wrote:
>> Actually it looks like you just need to delete the line at
>> 
>> https://github.com/apache/buildr/blob/master/lib/buildr/core/test.rb#L360
>> 
>> After that is done I am +1 on release.
>> 
>> I don't have access to buildr source right now to do it now but will
>> get to it if you don't beat me to it ;)
>> 
>> On Sun, Sep 18, 2016 at 12:21 PM, Peter Donald <pe...@realityforge.org> wrote:
>>> Functionally it seems to work. It just looks like there is some
>>> debugging left in there somewhere. The test framework that is used in
>>> each project is printed out in every build. (i.e. we see "junit"
>>> printed for every project that defines junit tests and "testng" for
>>> every project that defines testng tests.
>>> 
>>> I may get a chance on Monday to dig deeper. Other than that - all
>>> seems to be good.
>>> 
>>> On Sat, Sep 17, 2016 at 4:25 PM, Antoine Toulme <an...@toulme.name> wrote:
>>>> We're voting on the source distributions available here:
>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/dist/
>>>> 
>>>> Specifically:
>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/dist/buildr-1.5.0.tgz
>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/dist/buildr-1.5.0.zip
>>>> 
>>>> The documentation generated for this release is available here:
>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/site/
>>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/site/buildr.pdf
>>>> 
>>>> The following changes were made since 1.4.25:
>>>> 
>>>>  * Change: Update RJB to 1.5.4
>>>>  * Change: Update rubyzip to 1.2.0
>>>>  * Change: Update hoe to 3.15.0
>>>>  * Change: Update net-ssh to 3.1.1
>>>>  * Change: Update json_pure to 1.8.3
>>>>  * Change: Update diff-lcs to 1.2.5
>>>>  * Change: Update xml-simple to 1.1.5
>>>>  * Change: Update jekyll to 3.1.3
>>>>  * Change: Update rdoc to 4.2.2
>>>>  * Change: Update ecj to 4.5.1
>>>>  * Change: Added jekyll-textile-converter 0.1.0 to generate the site.
>>>>  * Change: Move to default on Scala 2.11.
>>>>  * Change: Remove Buildr::Project#on_define, deprecated in 1.3
>>>>  * Change: Remove JavaWrapper, deprecated in 1.3
>>>>  * Change: Remove JUnit::REQUIRES, deprecated in 1.3.3
>>>>  * Change: Remove TestNG::REQUIRES, deprecated in 1.3.3
>>>>  * Change: Remove Buildr::Ant::REQUIRES, deprecated in version 1.3.3
>>>>  * Change: Remove Buildr::CompileTask#classpath, deprecated in version 1.3
>>>>  * Change: Remove Buildr::TestTask responding to :using with .using('foo','bar'), deprecated in version 1.3
>>>>  * Change: Remove addon/buildr/cobertura.rb, deprecated since 1.3.4
>>>>  * Change: Remove addon/buildr/emma.rb, deprecated since 1.3.4
>>>>  * Change: Remove support for Rakefile/rakefile, deprecated.
>>>>  * Change: Remove project#target, project#reports, deprecated.
>>>>  * Change: Remove JBehave::REQUIRES, deprecated.
>>>>  * Change: Remove JMock::REQUIRES, deprecated.
>>>>  * Change: Remove ScalaCheck::REQUIRES, deprecated.
>>>>  * Change: Change Eclipse Scala project natures from ch.epfl.lamp.sdt.core.scalanature to org.scala-ide.sdt.core.scalanature
>>>>  * Change: Fix the custom Google search widget on the website.
>>>>  * Change: BUILDR-722 Remove links and image of the buildr book from the website.
>>>>  * Added:  Travis badge to README.rdoc
>>>>  * Added:  Added Rubygems badges to README.rdoc
>>>>  * Added:  BUILDR-577 Allow remote repo to be added with http basic auth support. Submitted by Michael Guymon.
>>>>  * Added:  BUILDR-523 Issue a warning when Java.classpath is modified after Java.load has happened
>>>>  * Added:  BUILDR-594 Added support for changing the verification mode of SSL certificates
>>>>  * Added:  BUILDR-595 Added support to providing custom SSL certificates
>>>>  * Added:  BUILDR-572 Allow to upload unique version (timestamp based) snapshot artifacts to a repository. Submitted by Brice Figureau.
>>>>  * Fixed:  BUILDR-207 remove 'Skipping tests' messages
>>>>  * Added:  BUILDR-703 release: allow THIS_VERSION to be defined in another file
>>>>  * Fixed:  BUILDR-674 Artifacts with bundle extension cannot be downloaded by Buildr
>>>>  * Fixed:  BUILDR-565 resources are not included in the war if defined after package call
>>>>  * Fixed:  BUILDR-621 ZipTask creates zip file with entries not sorted by path causing very slow unzipping.
>>>>  * Fixed:  BUILDR-695 transitive doesn't support ${project.parent.version} in POM.
>>>>  * Fixed:  BUILDR-653 Using Eclipse compiler (ECJ)
>>>>  * Fixed:  BUILDR-476 Buildr doesn't respect company repository manager
>>>>  * Fixed:  BUILDR-454 Definition-level parent-child references-by-name fail in 1.4.0 but not in 1.3.5. Submitted by Rhett Sutphin.
>>>>  * Fixed:  BUILDR-620 resources.filter should not run on non-text files
>>>>  * Fixed:  BUILDR-489 Java + Scala joint compiler fails if default encoding and source file encoding are not same and special characters have been used in source code
>>>>  * Fixed:  BUILDR-486 Buildr-generated poms should include dependencies
>>>>  * Fixed:  BUILDR-723 JavaTestFilter is unable to parse paths containing %2F
>>>>  * Change: Update the custom_pom addon to generate poms with exclusions section that excludes
>>>>            all transitive dependencies. This is required as buildr dependencies are not
>>>>            transitive while Maven's dependencies are transitive by default.
>>>>  * Change: Remove the BND aqute maven repository, as it was decomissioned. Use Maven Central instead.
>>> 
>>> 
>>> 
>>> --
>>> Cheers,
>>> 
>>> Peter Donald
>> 
>> 
>> 
>> --
>> Cheers,
>> 
>> Peter Donald
> 
> 
> 
> --
> Cheers,
> 
> Peter Donald


Re: [VOTE] Buildr 1.5.0 release

Posted by Peter Donald <pe...@realityforge.org>.
Ok - I made the changes to source control and tested the resultant
artifacts. +1 to release that version ;)

On Sun, Sep 18, 2016 at 12:28 PM, Peter Donald <pe...@realityforge.org> wrote:
> Actually it looks like you just need to delete the line at
>
> https://github.com/apache/buildr/blob/master/lib/buildr/core/test.rb#L360
>
> After that is done I am +1 on release.
>
> I don't have access to buildr source right now to do it now but will
> get to it if you don't beat me to it ;)
>
> On Sun, Sep 18, 2016 at 12:21 PM, Peter Donald <pe...@realityforge.org> wrote:
>> Functionally it seems to work. It just looks like there is some
>> debugging left in there somewhere. The test framework that is used in
>> each project is printed out in every build. (i.e. we see "junit"
>> printed for every project that defines junit tests and "testng" for
>> every project that defines testng tests.
>>
>> I may get a chance on Monday to dig deeper. Other than that - all
>> seems to be good.
>>
>> On Sat, Sep 17, 2016 at 4:25 PM, Antoine Toulme <an...@toulme.name> wrote:
>>> We're voting on the source distributions available here:
>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/dist/
>>>
>>> Specifically:
>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/dist/buildr-1.5.0.tgz
>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/dist/buildr-1.5.0.zip
>>>
>>> The documentation generated for this release is available here:
>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/site/
>>> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/site/buildr.pdf
>>>
>>> The following changes were made since 1.4.25:
>>>
>>>   * Change: Update RJB to 1.5.4
>>>   * Change: Update rubyzip to 1.2.0
>>>   * Change: Update hoe to 3.15.0
>>>   * Change: Update net-ssh to 3.1.1
>>>   * Change: Update json_pure to 1.8.3
>>>   * Change: Update diff-lcs to 1.2.5
>>>   * Change: Update xml-simple to 1.1.5
>>>   * Change: Update jekyll to 3.1.3
>>>   * Change: Update rdoc to 4.2.2
>>>   * Change: Update ecj to 4.5.1
>>>   * Change: Added jekyll-textile-converter 0.1.0 to generate the site.
>>>   * Change: Move to default on Scala 2.11.
>>>   * Change: Remove Buildr::Project#on_define, deprecated in 1.3
>>>   * Change: Remove JavaWrapper, deprecated in 1.3
>>>   * Change: Remove JUnit::REQUIRES, deprecated in 1.3.3
>>>   * Change: Remove TestNG::REQUIRES, deprecated in 1.3.3
>>>   * Change: Remove Buildr::Ant::REQUIRES, deprecated in version 1.3.3
>>>   * Change: Remove Buildr::CompileTask#classpath, deprecated in version 1.3
>>>   * Change: Remove Buildr::TestTask responding to :using with .using('foo','bar'), deprecated in version 1.3
>>>   * Change: Remove addon/buildr/cobertura.rb, deprecated since 1.3.4
>>>   * Change: Remove addon/buildr/emma.rb, deprecated since 1.3.4
>>>   * Change: Remove support for Rakefile/rakefile, deprecated.
>>>   * Change: Remove project#target, project#reports, deprecated.
>>>   * Change: Remove JBehave::REQUIRES, deprecated.
>>>   * Change: Remove JMock::REQUIRES, deprecated.
>>>   * Change: Remove ScalaCheck::REQUIRES, deprecated.
>>>   * Change: Change Eclipse Scala project natures from ch.epfl.lamp.sdt.core.scalanature to org.scala-ide.sdt.core.scalanature
>>>   * Change: Fix the custom Google search widget on the website.
>>>   * Change: BUILDR-722 Remove links and image of the buildr book from the website.
>>>   * Added:  Travis badge to README.rdoc
>>>   * Added:  Added Rubygems badges to README.rdoc
>>>   * Added:  BUILDR-577 Allow remote repo to be added with http basic auth support. Submitted by Michael Guymon.
>>>   * Added:  BUILDR-523 Issue a warning when Java.classpath is modified after Java.load has happened
>>>   * Added:  BUILDR-594 Added support for changing the verification mode of SSL certificates
>>>   * Added:  BUILDR-595 Added support to providing custom SSL certificates
>>>   * Added:  BUILDR-572 Allow to upload unique version (timestamp based) snapshot artifacts to a repository. Submitted by Brice Figureau.
>>>   * Fixed:  BUILDR-207 remove 'Skipping tests' messages
>>>   * Added:  BUILDR-703 release: allow THIS_VERSION to be defined in another file
>>>   * Fixed:  BUILDR-674 Artifacts with bundle extension cannot be downloaded by Buildr
>>>   * Fixed:  BUILDR-565 resources are not included in the war if defined after package call
>>>   * Fixed:  BUILDR-621 ZipTask creates zip file with entries not sorted by path causing very slow unzipping.
>>>   * Fixed:  BUILDR-695 transitive doesn't support ${project.parent.version} in POM.
>>>   * Fixed:  BUILDR-653 Using Eclipse compiler (ECJ)
>>>   * Fixed:  BUILDR-476 Buildr doesn't respect company repository manager
>>>   * Fixed:  BUILDR-454 Definition-level parent-child references-by-name fail in 1.4.0 but not in 1.3.5. Submitted by Rhett Sutphin.
>>>   * Fixed:  BUILDR-620 resources.filter should not run on non-text files
>>>   * Fixed:  BUILDR-489 Java + Scala joint compiler fails if default encoding and source file encoding are not same and special characters have been used in source code
>>>   * Fixed:  BUILDR-486 Buildr-generated poms should include dependencies
>>>   * Fixed:  BUILDR-723 JavaTestFilter is unable to parse paths containing %2F
>>>   * Change: Update the custom_pom addon to generate poms with exclusions section that excludes
>>>             all transitive dependencies. This is required as buildr dependencies are not
>>>             transitive while Maven's dependencies are transitive by default.
>>>   * Change: Remove the BND aqute maven repository, as it was decomissioned. Use Maven Central instead.
>>
>>
>>
>> --
>> Cheers,
>>
>> Peter Donald
>
>
>
> --
> Cheers,
>
> Peter Donald



-- 
Cheers,

Peter Donald

Re: [VOTE] Buildr 1.5.0 release

Posted by Peter Donald <pe...@realityforge.org>.
Actually it looks like you just need to delete the line at

https://github.com/apache/buildr/blob/master/lib/buildr/core/test.rb#L360

After that is done I am +1 on release.

I don't have access to buildr source right now to do it now but will
get to it if you don't beat me to it ;)

On Sun, Sep 18, 2016 at 12:21 PM, Peter Donald <pe...@realityforge.org> wrote:
> Functionally it seems to work. It just looks like there is some
> debugging left in there somewhere. The test framework that is used in
> each project is printed out in every build. (i.e. we see "junit"
> printed for every project that defines junit tests and "testng" for
> every project that defines testng tests.
>
> I may get a chance on Monday to dig deeper. Other than that - all
> seems to be good.
>
> On Sat, Sep 17, 2016 at 4:25 PM, Antoine Toulme <an...@toulme.name> wrote:
>> We're voting on the source distributions available here:
>> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/dist/
>>
>> Specifically:
>> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/dist/buildr-1.5.0.tgz
>> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/dist/buildr-1.5.0.zip
>>
>> The documentation generated for this release is available here:
>> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/site/
>> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/site/buildr.pdf
>>
>> The following changes were made since 1.4.25:
>>
>>   * Change: Update RJB to 1.5.4
>>   * Change: Update rubyzip to 1.2.0
>>   * Change: Update hoe to 3.15.0
>>   * Change: Update net-ssh to 3.1.1
>>   * Change: Update json_pure to 1.8.3
>>   * Change: Update diff-lcs to 1.2.5
>>   * Change: Update xml-simple to 1.1.5
>>   * Change: Update jekyll to 3.1.3
>>   * Change: Update rdoc to 4.2.2
>>   * Change: Update ecj to 4.5.1
>>   * Change: Added jekyll-textile-converter 0.1.0 to generate the site.
>>   * Change: Move to default on Scala 2.11.
>>   * Change: Remove Buildr::Project#on_define, deprecated in 1.3
>>   * Change: Remove JavaWrapper, deprecated in 1.3
>>   * Change: Remove JUnit::REQUIRES, deprecated in 1.3.3
>>   * Change: Remove TestNG::REQUIRES, deprecated in 1.3.3
>>   * Change: Remove Buildr::Ant::REQUIRES, deprecated in version 1.3.3
>>   * Change: Remove Buildr::CompileTask#classpath, deprecated in version 1.3
>>   * Change: Remove Buildr::TestTask responding to :using with .using('foo','bar'), deprecated in version 1.3
>>   * Change: Remove addon/buildr/cobertura.rb, deprecated since 1.3.4
>>   * Change: Remove addon/buildr/emma.rb, deprecated since 1.3.4
>>   * Change: Remove support for Rakefile/rakefile, deprecated.
>>   * Change: Remove project#target, project#reports, deprecated.
>>   * Change: Remove JBehave::REQUIRES, deprecated.
>>   * Change: Remove JMock::REQUIRES, deprecated.
>>   * Change: Remove ScalaCheck::REQUIRES, deprecated.
>>   * Change: Change Eclipse Scala project natures from ch.epfl.lamp.sdt.core.scalanature to org.scala-ide.sdt.core.scalanature
>>   * Change: Fix the custom Google search widget on the website.
>>   * Change: BUILDR-722 Remove links and image of the buildr book from the website.
>>   * Added:  Travis badge to README.rdoc
>>   * Added:  Added Rubygems badges to README.rdoc
>>   * Added:  BUILDR-577 Allow remote repo to be added with http basic auth support. Submitted by Michael Guymon.
>>   * Added:  BUILDR-523 Issue a warning when Java.classpath is modified after Java.load has happened
>>   * Added:  BUILDR-594 Added support for changing the verification mode of SSL certificates
>>   * Added:  BUILDR-595 Added support to providing custom SSL certificates
>>   * Added:  BUILDR-572 Allow to upload unique version (timestamp based) snapshot artifacts to a repository. Submitted by Brice Figureau.
>>   * Fixed:  BUILDR-207 remove 'Skipping tests' messages
>>   * Added:  BUILDR-703 release: allow THIS_VERSION to be defined in another file
>>   * Fixed:  BUILDR-674 Artifacts with bundle extension cannot be downloaded by Buildr
>>   * Fixed:  BUILDR-565 resources are not included in the war if defined after package call
>>   * Fixed:  BUILDR-621 ZipTask creates zip file with entries not sorted by path causing very slow unzipping.
>>   * Fixed:  BUILDR-695 transitive doesn't support ${project.parent.version} in POM.
>>   * Fixed:  BUILDR-653 Using Eclipse compiler (ECJ)
>>   * Fixed:  BUILDR-476 Buildr doesn't respect company repository manager
>>   * Fixed:  BUILDR-454 Definition-level parent-child references-by-name fail in 1.4.0 but not in 1.3.5. Submitted by Rhett Sutphin.
>>   * Fixed:  BUILDR-620 resources.filter should not run on non-text files
>>   * Fixed:  BUILDR-489 Java + Scala joint compiler fails if default encoding and source file encoding are not same and special characters have been used in source code
>>   * Fixed:  BUILDR-486 Buildr-generated poms should include dependencies
>>   * Fixed:  BUILDR-723 JavaTestFilter is unable to parse paths containing %2F
>>   * Change: Update the custom_pom addon to generate poms with exclusions section that excludes
>>             all transitive dependencies. This is required as buildr dependencies are not
>>             transitive while Maven's dependencies are transitive by default.
>>   * Change: Remove the BND aqute maven repository, as it was decomissioned. Use Maven Central instead.
>
>
>
> --
> Cheers,
>
> Peter Donald



-- 
Cheers,

Peter Donald

Re: [VOTE] Buildr 1.5.0 release

Posted by Peter Donald <pe...@realityforge.org>.
Functionally it seems to work. It just looks like there is some
debugging left in there somewhere. The test framework that is used in
each project is printed out in every build. (i.e. we see "junit"
printed for every project that defines junit tests and "testng" for
every project that defines testng tests.

I may get a chance on Monday to dig deeper. Other than that - all
seems to be good.

On Sat, Sep 17, 2016 at 4:25 PM, Antoine Toulme <an...@toulme.name> wrote:
> We're voting on the source distributions available here:
> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/dist/
>
> Specifically:
> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/dist/buildr-1.5.0.tgz
> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/dist/buildr-1.5.0.zip
>
> The documentation generated for this release is available here:
> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/site/
> https://dist.apache.org/repos/dist/dev/buildr/1.5.0/site/buildr.pdf
>
> The following changes were made since 1.4.25:
>
>   * Change: Update RJB to 1.5.4
>   * Change: Update rubyzip to 1.2.0
>   * Change: Update hoe to 3.15.0
>   * Change: Update net-ssh to 3.1.1
>   * Change: Update json_pure to 1.8.3
>   * Change: Update diff-lcs to 1.2.5
>   * Change: Update xml-simple to 1.1.5
>   * Change: Update jekyll to 3.1.3
>   * Change: Update rdoc to 4.2.2
>   * Change: Update ecj to 4.5.1
>   * Change: Added jekyll-textile-converter 0.1.0 to generate the site.
>   * Change: Move to default on Scala 2.11.
>   * Change: Remove Buildr::Project#on_define, deprecated in 1.3
>   * Change: Remove JavaWrapper, deprecated in 1.3
>   * Change: Remove JUnit::REQUIRES, deprecated in 1.3.3
>   * Change: Remove TestNG::REQUIRES, deprecated in 1.3.3
>   * Change: Remove Buildr::Ant::REQUIRES, deprecated in version 1.3.3
>   * Change: Remove Buildr::CompileTask#classpath, deprecated in version 1.3
>   * Change: Remove Buildr::TestTask responding to :using with .using('foo','bar'), deprecated in version 1.3
>   * Change: Remove addon/buildr/cobertura.rb, deprecated since 1.3.4
>   * Change: Remove addon/buildr/emma.rb, deprecated since 1.3.4
>   * Change: Remove support for Rakefile/rakefile, deprecated.
>   * Change: Remove project#target, project#reports, deprecated.
>   * Change: Remove JBehave::REQUIRES, deprecated.
>   * Change: Remove JMock::REQUIRES, deprecated.
>   * Change: Remove ScalaCheck::REQUIRES, deprecated.
>   * Change: Change Eclipse Scala project natures from ch.epfl.lamp.sdt.core.scalanature to org.scala-ide.sdt.core.scalanature
>   * Change: Fix the custom Google search widget on the website.
>   * Change: BUILDR-722 Remove links and image of the buildr book from the website.
>   * Added:  Travis badge to README.rdoc
>   * Added:  Added Rubygems badges to README.rdoc
>   * Added:  BUILDR-577 Allow remote repo to be added with http basic auth support. Submitted by Michael Guymon.
>   * Added:  BUILDR-523 Issue a warning when Java.classpath is modified after Java.load has happened
>   * Added:  BUILDR-594 Added support for changing the verification mode of SSL certificates
>   * Added:  BUILDR-595 Added support to providing custom SSL certificates
>   * Added:  BUILDR-572 Allow to upload unique version (timestamp based) snapshot artifacts to a repository. Submitted by Brice Figureau.
>   * Fixed:  BUILDR-207 remove 'Skipping tests' messages
>   * Added:  BUILDR-703 release: allow THIS_VERSION to be defined in another file
>   * Fixed:  BUILDR-674 Artifacts with bundle extension cannot be downloaded by Buildr
>   * Fixed:  BUILDR-565 resources are not included in the war if defined after package call
>   * Fixed:  BUILDR-621 ZipTask creates zip file with entries not sorted by path causing very slow unzipping.
>   * Fixed:  BUILDR-695 transitive doesn't support ${project.parent.version} in POM.
>   * Fixed:  BUILDR-653 Using Eclipse compiler (ECJ)
>   * Fixed:  BUILDR-476 Buildr doesn't respect company repository manager
>   * Fixed:  BUILDR-454 Definition-level parent-child references-by-name fail in 1.4.0 but not in 1.3.5. Submitted by Rhett Sutphin.
>   * Fixed:  BUILDR-620 resources.filter should not run on non-text files
>   * Fixed:  BUILDR-489 Java + Scala joint compiler fails if default encoding and source file encoding are not same and special characters have been used in source code
>   * Fixed:  BUILDR-486 Buildr-generated poms should include dependencies
>   * Fixed:  BUILDR-723 JavaTestFilter is unable to parse paths containing %2F
>   * Change: Update the custom_pom addon to generate poms with exclusions section that excludes
>             all transitive dependencies. This is required as buildr dependencies are not
>             transitive while Maven's dependencies are transitive by default.
>   * Change: Remove the BND aqute maven repository, as it was decomissioned. Use Maven Central instead.



-- 
Cheers,

Peter Donald