You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2015/07/31 17:11:15 UTC

[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) <pa...@apache.org>
Authored: Fri Jul 31 17:08:14 2015 +0200
Committer: Paul Merlin (Apache) <pa...@apache.org>
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-<RELEASE-VERSION>-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]
 ----