Return-Path: X-Original-To: apmail-zest-commits-archive@minotaur.apache.org Delivered-To: apmail-zest-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5F640186EF for ; Fri, 31 Jul 2015 15:11:15 +0000 (UTC) Received: (qmail 70877 invoked by uid 500); 31 Jul 2015 15:11:14 -0000 Delivered-To: apmail-zest-commits-archive@zest.apache.org Received: (qmail 70805 invoked by uid 500); 31 Jul 2015 15:11:14 -0000 Mailing-List: contact commits-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list commits@zest.apache.org Received: (qmail 70537 invoked by uid 99); 31 Jul 2015 15:11:14 -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; Fri, 31 Jul 2015 15:11:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B9C21E027D; Fri, 31 Jul 2015 15:11:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: paulmerlin@apache.org To: commits@zest.apache.org Date: Fri, 31 Jul 2015 15:11:15 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] zest-java git commit: ZEST-100 Some changes to the release guide after rolling 2.1 ZEST-100 Some changes to the release guide after rolling 2.1 Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/9794cfb4 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/9794cfb4 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/9794cfb4 Branch: refs/heads/develop Commit: 9794cfb4392c4e9c1ca92f354ea565d90bd4f36a Parents: 58aaf6c Author: Paul Merlin (Apache) Authored: Fri Jul 31 17:08:14 2015 +0200 Committer: Paul Merlin (Apache) Committed: Fri Jul 31 17:08:14 2015 +0200 ---------------------------------------------------------------------- manual/src/docs/tutorials/howto-releasing-apache.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/9794cfb4/manual/src/docs/tutorials/howto-releasing-apache.txt ---------------------------------------------------------------------- diff --git a/manual/src/docs/tutorials/howto-releasing-apache.txt b/manual/src/docs/tutorials/howto-releasing-apache.txt index 9acf1c1..e60506a 100644 --- a/manual/src/docs/tutorials/howto-releasing-apache.txt +++ b/manual/src/docs/tutorials/howto-releasing-apache.txt @@ -530,7 +530,7 @@ cd apache-zest-java--RC#-src ---- -==== LICENSE & NOTICE +*LICENSE & NOTICE* Review `LICENSE` and `NOTICE` file(s) ; see the Apache's https://www.apache.org/dev/licensing-howto.html[Licensing Howto]. @@ -539,7 +539,7 @@ Tools like https://creadur.apache.org/rat/[Apache Ratâ„¢] and other projects fro You can also `grep` the whole source tree. -==== Build RC from sources +*Build RC from sources* [source,shell] ----