Repository: buildr Updated Branches: refs/heads/master 3507c7532 -> ebc421b4f
Prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/ebc421b4 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/ebc421b4 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/ebc421b4 Branch: refs/heads/master Commit: ebc421b4fc5c2312ad6ee369bc617cb11b86bcc9 Parents: 3507c75 Author: Peter Donald <[email protected]> Authored: Fri Mar 6 18:23:27 2015 +1100 Committer: Peter Donald <[email protected]> Committed: Fri Mar 6 18:23:27 2015 +1100 ---------------------------------------------------------------------- CHANGELOG | 2 ++ lib/buildr/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/ebc421b4/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 3203217..91fb5e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.4.23 (Pending) + 1.4.22 (2015-02-28) * Change: BUILDR-704 - Updated the Sonar addon to support the latest version of SonarQube Runner. Submitted by Ross Mahony. http://git-wip-us.apache.org/repos/asf/buildr/blob/ebc421b4/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index dd42e3e..adba152 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.4.22'.freeze + VERSION = '1.4.23.dev'.freeze end
