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 2017/04/02 23:51:28 UTC

[3/7] buildr git commit: Prepare for staging a release

Prepare for staging a release


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

Branch: refs/heads/master
Commit: 1a7f3792b01702d4f176d6b5812d896e655cca63
Parents: 2811a6a
Author: Peter Donald <pe...@realityforge.org>
Authored: Mon Apr 3 09:11:25 2017 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Mon Apr 3 09:15:15 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/buildr/blob/1a7f3792/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 52021df..83c016c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-1.5.2 (Pending)
+1.5.2 (2017-04-03)
 * Change: Update TestNG version to 6.11.
 * Change: BUILDR-731 - Enhance Sonar addon to support configuration of the project version. Submitted by Ross Mahony.
 * Fixed:  Fix pom generation to eliminate invalid `classifier` element from being added to POM.

http://git-wip-us.apache.org/repos/asf/buildr/blob/1a7f3792/doc/index.textile
----------------------------------------------------------------------
diff --git a/doc/index.textile b/doc/index.textile
index 0ba7abb..69998d7 100644
--- a/doc/index.textile
+++ b/doc/index.textile
@@ -46,6 +46,11 @@ So let's get started.  You can "read the documentation online":quick_start.html,
 
 h2(#news).  What's New
 
+Highlights from Buildr 1.5.2 (2017-04-03)
+* Change: Update TestNG version to 6.11.
+* Change: BUILDR-731 - Enhance Sonar addon to support configuration of the project version. Submitted by Ross Mahony.
+* Fixed:  Fix pom generation to eliminate invalid `classifier` element from being added to POM.
+
 Highlights from Buildr 1.5.1 (2017-03-11)
 * Change: Add css2gss task to gwt addon to support conveting from deprecated css syntax to modern gss syntax.
 * Change: Add support for gwt 2.8.0 to gwt addon.

http://git-wip-us.apache.org/repos/asf/buildr/blob/1a7f3792/lib/buildr/version.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb
index 56cb386..18291fb 100644
--- a/lib/buildr/version.rb
+++ b/lib/buildr/version.rb
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr #:nodoc:
-  VERSION = '1.5.2.dev'.freeze
+  VERSION = '1.5.2'.freeze
 end