Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D1D8817905 for ; Mon, 1 Jun 2015 20:41:59 +0000 (UTC) Received: (qmail 61803 invoked by uid 500); 1 Jun 2015 20:41:56 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 61261 invoked by uid 500); 1 Jun 2015 20:41:56 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 59560 invoked by uid 99); 1 Jun 2015 20:41:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Jun 2015 20:41:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9C9C9E083A; Mon, 1 Jun 2015 20:41:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Mon, 01 Jun 2015 20:42:18 -0000 Message-Id: In-Reply-To: <78c80ee93a184cf38737dfceafa81356@git.apache.org> References: <78c80ee93a184cf38737dfceafa81356@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [24/50] rebar commit: updated refs/heads/import to e9f62c4 Bump to 2.5.0 Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/0d1ae7a4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/0d1ae7a4 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/0d1ae7a4 Branch: refs/heads/import Commit: 0d1ae7a4683b1e4a305eb848e70ec641984a1067 Parents: 0b1e6b3 Author: Fred Hebert Authored: Mon Jun 23 14:50:38 2014 -0400 Committer: Fred Hebert Committed: Mon Jun 23 14:50:38 2014 -0400 ---------------------------------------------------------------------- RELEASE-NOTES.md | 4 ++++ ebin/rebar.app | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/0d1ae7a4/RELEASE-NOTES.md ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0a81b97..8441e75 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,7 @@ +# Rebar 2.5.0 + +* Reverted rebar/281: [Move include/rebar.hrl to src/rebar.hrl](https://github.com/rebar/rebar/pull/281) as it broke backwards compatibility + # Rebar 2.4.0 * rebar/52: [Slim release support](https://github.com/rebar/rebar/pull/52) http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/0d1ae7a4/ebin/rebar.app ---------------------------------------------------------------------- diff --git a/ebin/rebar.app b/ebin/rebar.app index 0440d21..9ee54e6 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "2.4.0"}, + {vsn, "2.5.0"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_app_utils,