You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2014/08/23 06:33:40 UTC

[1/3] git commit: Bump the version in preparation for release

Repository: buildr
Updated Branches:
  refs/heads/master 2a4892a5c -> 21d922ae7


Bump the version in preparation for release


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/09012a71
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/09012a71
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/09012a71

Branch: refs/heads/master
Commit: 09012a71778f75ea723c0f61787df4863e1de4eb
Parents: 2a4892a
Author: Peter Donald <pe...@realityforge.org>
Authored: Sat Aug 23 14:11:42 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sat Aug 23 14:11:42 2014 +1000

----------------------------------------------------------------------
 lib/buildr/version.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/09012a71/lib/buildr/version.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb
index 69594d3..8868709 100644
--- a/lib/buildr/version.rb
+++ b/lib/buildr/version.rb
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr #:nodoc:
-  VERSION = '1.4.20.dev'.freeze
+  VERSION = '1.4.20'.freeze
 end


[3/3] git commit: Add some changelog notes around 1.4.20

Posted by do...@apache.org.
Add some changelog notes around 1.4.20


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/21d922ae
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/21d922ae
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/21d922ae

Branch: refs/heads/master
Commit: 21d922ae7676fd933bb516a68b0beb285a529bbd
Parents: 03fad7f
Author: Peter Donald <pe...@realityforge.org>
Authored: Sat Aug 23 14:15:38 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sat Aug 23 14:15:38 2014 +1000

----------------------------------------------------------------------
 doc/index.textile | 35 +++++++++++++++--------------------
 1 file changed, 15 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/21d922ae/doc/index.textile
----------------------------------------------------------------------
diff --git a/doc/index.textile b/doc/index.textile
index 81e145f..497c689 100644
--- a/doc/index.textile
+++ b/doc/index.textile
@@ -46,6 +46,21 @@ So let's get started.  You can "read the documentation online":quick_start.html,
 
 h2(#news).  What's New
 
+Highlights from Buildr 1.4.20 (2014-08-23)
+* Fixed : Work around bug/feature of jruby 1.7.13 that caches Gem::Version
+          objects based on constructor parameters that causes issues with
+          Buildr as we mutate the version objects through monkey patching.
+* Change: Upgrade rjb dependency to 1.4.9.
+* Change: BUILDR-701 - Update to JUnit 4.11. Submitted by Jean-Philippe Caruana.
+* Added:  Support the 'report_level' property on findbugs addon.
+* Change: Update the findbugs addon to use the 3.0.0 version of Findbugs.
+* Change: Update the findbugs addon to use the built-in findbugs stylesheet
+          to generate the html report.
+* Fixed:  Ensure that the 'single_intermediate_layout' addon removes the top
+          level target and reports directories during 'clean' phase.
+* Added:  Enhance idea project generation of ejb facet by looking for ejb
+          descriptors in location compatible with ejb-jars.
+
 Highlights from Buildr 1.4.19 (2014-07-06)
 * Fixed:  BUILDR-700 - Ensure SNAPSHOT artifacts, constructed using the
           download(artifact('group:artifact:jar:1-SNAPSHOT') =>
@@ -57,26 +72,6 @@ Highlights from Buildr 1.4.19 (2014-07-06)
 * Fixed:  Fix bug introduced in 1.4.18 version of custom_pom addon where
           poms are created for artifacts that have a classifier.
 
-Highlights from Buildr 1.4.18 (2014-06-24)
-* 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.
-* Added:  Extend Intellij IDEA support to allow creation of glassfish,
-          java and ruby scrip configurations.
-* Change: Include additional rules in default pmd rule set:
-* Change: Upgrade the version of PMD in use to 5.1.1 and add additional
-          default rule sets 'finalizers' and 'braces'.
-* 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.
-
 This is a partial list -- see the "CHANGELOG":CHANGELOG for full details.
 
 h2(#notices).  Credits & Notices


[2/3] git commit: Specify candidate release date

Posted by do...@apache.org.
Specify candidate release date


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/03fad7fe
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/03fad7fe
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/03fad7fe

Branch: refs/heads/master
Commit: 03fad7fe585c4b055dd9861364186cb52eaf2fdb
Parents: 09012a7
Author: Peter Donald <pe...@realityforge.org>
Authored: Sat Aug 23 14:12:10 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sat Aug 23 14:12:10 2014 +1000

----------------------------------------------------------------------
 CHANGELOG | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/03fad7fe/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index e1b99c1..1a48c6a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-1.4.20 (Pending)
+1.4.20 (2014-08-23)
 * Fixed : Work around bug/feature of jruby 1.7.13 that caches Gem::Version
           objects based on constructor parameters that causes issues with
           Buildr as we mutate the version objects through monkey patching.