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/1aff239f
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/1aff239f
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/1aff239f
Branch: refs/heads/master
Commit: 1aff239f0d78c5074692edb3ca81faab6e81100a
Parents: 994398e
Author: Peter Donald <peter@realityforge.org>
Authored: Sun May 13 14:22:05 2018 +1000
Committer: Peter Donald <peter@realityforge.org>
Committed: Sun May 13 14:22:05 2018 +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/1aff239f/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index f2eadfb..0ad3ce1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+1.5.7 (Pending)
+
1.5.6 (2018-05-10)
* Fixed: Ensure that the username and passwords declared for repositories are correctly
url encoded for
the upload repositories when converted to a URL. (i.e. Ensure `Buildr.repositories.release_to`
http://git-wip-us.apache.org/repos/asf/buildr/blob/1aff239f/lib/buildr/version.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb
index c31187c..2dbe42c 100644
--- a/lib/buildr/version.rb
+++ b/lib/buildr/version.rb
@@ -14,5 +14,5 @@
# the License.
module Buildr #:nodoc:
- VERSION = '1.5.6'.freeze
+ VERSION = '1.5.7.dev'.freeze
end
|