Repository: incubator-freemarker-site Updated Branches: refs/heads/master 550428bf1 -> d70b8f7a7
Noted that we have a normal and a GAE version in the release how-to Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/d70b8f7a Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/d70b8f7a Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/d70b8f7a Branch: refs/heads/master Commit: d70b8f7a707d4ce88fc545e944eacadfab8d2ee3 Parents: 550428b Author: ddekany <[email protected]> Authored: Wed Mar 15 22:25:14 2017 +0100 Committer: ddekany <[email protected]> Committed: Wed Mar 15 22:25:14 2017 +0100 ---------------------------------------------------------------------- src/main/docgen/book.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/d70b8f7a/src/main/docgen/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docgen/book.xml b/src/main/docgen/book.xml index 5688ac7..73f34ce 100644 --- a/src/main/docgen/book.xml +++ b/src/main/docgen/book.xml @@ -1468,10 +1468,16 @@ two freemarker.jar-s and unpredictable behavior! <listitem> <para>Releases should have a usual jar artifact, an src artifact - and javadoc artifact either in the Apache Maven staging reposotory + and javadoc artifact either in the Apache Maven staging repository (for RC-s), or in the Maven Central Repository (for finals).</para> </listitem> + + <listitem> + <para>In the 2.3.x branch, we release two products, the normal and + the GAE (Google App Engine) version. Hence when executing the + release steps, you do many of them twice.</para> + </listitem> </itemizedlist> <para>The steps of making a release:</para>
