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/07 20:01:39 UTC

[3/3] git commit: Bump versions for next development phase

Bump versions for next development phase


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

Branch: refs/heads/master
Commit: 65ffd4c50385d3e407e3cca6722449c3e41f910b
Parents: d0d9a19
Author: Peter Donald <pe...@realityforge.org>
Authored: Tue Jul 8 04:01:26 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Tue Jul 8 04:01:26 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/buildr/blob/65ffd4c5/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index da10cf6..fca4fa1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+1.4.20 (Pending)
+
 1.4.19 (2014-07-06)
 * Fixed:  BUILDR-700 - Ensure SNAPSHOT artifacts, constructed using the
           download(artifact('group:artifact:jar:1-SNAPSHOT') =>

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