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/06 03:11:09 UTC

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

Repository: buildr
Updated Branches:
  refs/heads/master d7af60508 -> 98505ee05


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/f3302a7f
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/f3302a7f
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/f3302a7f

Branch: refs/heads/master
Commit: f3302a7f2c2d2fe2b16d447ba27a20f8df1787f9
Parents: d7af605
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun Jul 6 10:54:45 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sun Jul 6 10:54:45 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/buildr/blob/f3302a7f/lib/buildr/version.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb
index 817e09b..96e4c7c 100644
--- a/lib/buildr/version.rb
+++ b/lib/buildr/version.rb
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr #:nodoc:
-  VERSION = '1.4.19.dev'.freeze
+  VERSION = '1.4.19'.freeze
 end


[2/4] git commit: Specify the release date

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


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

Branch: refs/heads/master
Commit: fcbfa2f5a69d971e9c6df6921167bc14ee0a7510
Parents: f3302a7
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun Jul 6 10:55:33 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sun Jul 6 10:55:33 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/buildr/blob/fcbfa2f5/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index ef92932..da10cf6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-1.4.19 (Pending)
+1.4.19 (2014-07-06)
 * Fixed:  BUILDR-700 - Ensure SNAPSHOT artifacts, constructed using the
           download(artifact('group:artifact:jar:1-SNAPSHOT') =>
           'http://example.com/...') construct will correctly download the


[4/4] git commit: Add highlights from 1.4.19

Posted by do...@apache.org.
Add highlights from 1.4.19


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

Branch: refs/heads/master
Commit: 98505ee05241ee352fd04365daa1742267755216
Parents: e56dce3
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun Jul 6 10:57:06 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sun Jul 6 10:57:06 2014 +1000

----------------------------------------------------------------------
 doc/index.textile | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/98505ee0/doc/index.textile
----------------------------------------------------------------------
diff --git a/doc/index.textile b/doc/index.textile
index e7674e1..81e145f 100644
--- a/doc/index.textile
+++ b/doc/index.textile
@@ -46,6 +46,17 @@ So let's get started.  You can "read the documentation online":quick_start.html,
 
 h2(#news).  What's New
 
+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') =>
+          'http://example.com/...') construct will correctly download the
+          artifacts from configured URL.
+* Fixed:  BUILDR-700 - Fix bug where buildr was truncating SNAPSHOT files
+          that had not changed since last update check and HTTP was returning
+          "HTTP Not Modified" status.
+* 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.


[3/4] git commit: Remove highlights from old versions

Posted by do...@apache.org.
Remove highlights from old versions


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

Branch: refs/heads/master
Commit: e56dce32ecd7f2f21572518a50633b04b3f89038
Parents: fcbfa2f
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun Jul 6 10:56:50 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sun Jul 6 10:56:50 2014 +1000

----------------------------------------------------------------------
 doc/index.textile | 24 ------------------------
 1 file changed, 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/e56dce32/doc/index.textile
----------------------------------------------------------------------
diff --git a/doc/index.textile b/doc/index.textile
index e2745ee..e7674e1 100644
--- a/doc/index.textile
+++ b/doc/index.textile
@@ -66,30 +66,6 @@ Highlights from Buildr 1.4.18 (2014-06-24)
 * Fixed:  Fix the naming of css_lint addon file so it is made available
           as an addon.
 
-Highlights from Buildr 1.4.17 (2014-05-25)
-
-* Change: Supply a default xsl file for generating the checkstyle report.
-* Added:  Add csslint tasks css_lint:xml and css_lint:html that support source code analysis of CSS files.
-* Added:  Add scss_lint tasks scss_lint:xml and scss_lint:html that support source code analysis of SCSS files.
-* Added:  Import 'buildr/custom_pom' addon to make it easier to build POMs for projects publishing to Maven Central.
-* Added:  Add flag to allow non portable extensions in wsgen addon.
-
-Highlights from Buildr 1.4.16 (2014-05-03)
-
-* Added:  Add the ability to generate a html report when using the
-          jacoco addon. Extracted from the ode project.
-* Change: Improved the error handling when generating java from wsdl
-          in the wsgen addon.
-* Change: Upgraded the Checkstyle plugin to use checkstyle 5.7 that
-          improves Java 7 compatibility.
-* Change: Upgraded the PMD plugin to use pmd 5.0.5 which for Java 7
-          compatibility.
-* Change: Improve the 'buildr/gwt' addon to easily support different
-          gwt versions. Fix several bugs with the addon at the same
-          time.
-* Fixed:  Avoid crash in GPG addon if unable to create a pom
-          for an artifact.
-
 This is a partial list -- see the "CHANGELOG":CHANGELOG for full details.
 
 h2(#notices).  Credits & Notices