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 2013/10/26 08:11:55 UTC

svn commit: r1535927 - in /buildr/trunk: CHANGELOG doc/index.textile lib/buildr/version.rb

Author: donaldp
Date: Sat Oct 26 06:11:55 2013
New Revision: 1535927

URL: http://svn.apache.org/r1535927
Log:
Start to prepare for another release

Modified:
    buildr/trunk/CHANGELOG
    buildr/trunk/doc/index.textile
    buildr/trunk/lib/buildr/version.rb

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=1535927&r1=1535926&r2=1535927&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Sat Oct 26 06:11:55 2013
@@ -1,4 +1,4 @@
-1.4.15 (Pending)
+1.4.15 (2013-10-26)
 * Change: Updated the 'test_jar' package type to have a
           classifier of 'tests' and thus match maven
           conventions. Reported by Chris Bozic.

Modified: buildr/trunk/doc/index.textile
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/index.textile?rev=1535927&r1=1535926&r2=1535927&view=diff
==============================================================================
--- buildr/trunk/doc/index.textile (original)
+++ buildr/trunk/doc/index.textile Sat Oct 26 06:11:55 2013
@@ -46,6 +46,27 @@ So let's get started.  You can "read the
 
 h2(#news).  What's New
 
+Highlights from Buildr 1.4.15 (2013-10-26)
+* Change: Updated the 'test_jar' package type to have a
+          classifier of 'tests' and thus match maven
+          conventions. Reported by Chris Bozic.
+* Fixed:  BUILDR-689 - Ensure that war file includes generated
+          assets rather than the "source" assets that may have
+          been filtered.
+* Fixed:  BUILDR-689 - Define assets task before the project is
+          defined to avoid "undefined method `project='" if the
+          project attempts to generate into the same directory.
+* Added:  BUILDR-679 - Support uploading to a snapshot repository
+          defined by repositories.snapshot_to if the artifact is
+          a snapshot. Submitted by Tammo van Lessen.
+* Change: Update the default output directory used in the jaxb_xjc
+          addon to use Maven conventions.
+* Fixed:  Bug in IdeaProject.partition_dependencies resulted in
+          projects being rebuilt if artifacts were added to the
+          project with dependencies on the current project.
+* Fixed:  BUILDR-605 - Ensure package task invokes included paths.
+* Fixed:  BUILDR-609 - compile.from should accept Task argument.
+
 Highlights from Buildr 1.4.14 (2013-10-11)
 * Fixed:  Fixed regression in gwt addon.
 * Fixed:  Fixed regression using transitive dependencies due to

Modified: buildr/trunk/lib/buildr/version.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/version.rb?rev=1535927&r1=1535926&r2=1535927&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/version.rb (original)
+++ buildr/trunk/lib/buildr/version.rb Sat Oct 26 06:11:55 2013
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr #:nodoc:
-  VERSION = '1.4.15.dev'.freeze
+  VERSION = '1.4.15'.freeze
 end