You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2016/08/20 04:28:16 UTC

[3/3] buildr git commit: Use 1.5.0 version

Use 1.5.0 version


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

Branch: refs/heads/master
Commit: ed72c948322d79699f1d386c98e5b05ddae401a0
Parents: 3d75a62
Author: Antoine Toulme <an...@lunar-ocean.com>
Authored: Fri Aug 19 21:28:06 2016 -0700
Committer: Antoine Toulme <an...@lunar-ocean.com>
Committed: Fri Aug 19 21:28:06 2016 -0700

----------------------------------------------------------------------
 CHANGELOG             | 2 +-
 lib/buildr/version.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/ed72c948/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 5a9de6a..980daf1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-1.5 (Pending)
+1.5.0 (Pending)
 * Change: Update RJB to 1.5.4
 * Change: Update rubyzip to 1.2.0
 * Change: Update hoe to 3.15.0

http://git-wip-us.apache.org/repos/asf/buildr/blob/ed72c948/lib/buildr/version.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb
index d929e21..7da5242 100644
--- a/lib/buildr/version.rb
+++ b/lib/buildr/version.rb
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr #:nodoc:
-  VERSION = '1.4.26.dev'.freeze
+  VERSION = '1.5.0.dev'.freeze
 end