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/07/31 07:12:29 UTC

[15/50] git commit: Start to prepare for another release

Start to prepare for another release

git-svn-id: https://svn.apache.org/repos/asf/buildr/trunk@1535927 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/master
Commit: e1eca5d484c819cb7a1067a73aef4ae469ad1996
Parents: 735ad9d
Author: Peter Donald <do...@apache.org>
Authored: Sat Oct 26 06:11:55 2013 +0000
Committer: Peter Donald <do...@apache.org>
Committed: Sat Oct 26 06:11:55 2013 +0000

----------------------------------------------------------------------
 CHANGELOG             |  2 +-
 doc/index.textile     | 21 +++++++++++++++++++++
 lib/buildr/version.rb |  2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/e1eca5d4/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 283bccc..0d35762 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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.

http://git-wip-us.apache.org/repos/asf/buildr/blob/e1eca5d4/doc/index.textile
----------------------------------------------------------------------
diff --git a/doc/index.textile b/doc/index.textile
index a287360..f0b4b00 100644
--- a/doc/index.textile
+++ b/doc/index.textile
@@ -46,6 +46,27 @@ So let's get started.  You can "read the documentation online":quick_start.html,
 
 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

http://git-wip-us.apache.org/repos/asf/buildr/blob/e1eca5d4/lib/buildr/version.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb
index 63b8574..23837af 100644
--- a/lib/buildr/version.rb
+++ b/lib/buildr/version.rb
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr #:nodoc:
-  VERSION = '1.4.15.dev'.freeze
+  VERSION = '1.4.15'.freeze
 end