You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2017/09/01 15:00:13 UTC

[1/2] incubator-tamaya-site git commit: TAMAYA-275: Regen site.

Repository: incubator-tamaya-site
Updated Branches:
  refs/heads/asf-site 14b90f471 -> f4ba51a5d


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/release-guide.html
----------------------------------------------------------------------
diff --git a/release-guide.html b/release-guide.html
index ac0317f..55ffec4 100644
--- a/release-guide.html
+++ b/release-guide.html
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 	<head>
 	    <meta charset="utf-8"/>
-	    <title>Apache Tamaya: Release Guide</title>
+	    <title>Apache Tamaya Release Guide</title>
 	    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
 	    <meta name="description" content=""/>
 	    <meta name="author" content=""/>
@@ -121,397 +121,986 @@
 		<div class="container">
 
 			<div class="page-header">
-				<h1>Apache Tamaya: Release Guide</h1>
+				<h1>Apache Tamaya Release Guide</h1>
 			</div>
 
-			<p><em>2017-06-06</em></p>
+			<p><em>2017-09-01</em></p>
 
 			<p><div id="preamble">
 <div class="sectionbody">
+<div class="paragraph lead">
+<p>This document describes how to perform a release of Apache Tamaya
+API&amp;Core and Apache Tamaya Extensions during
+its incubation. It contains a step by step description of each step,
+so everybody in the commiters&#8217;s team will be able to perform
+the release procedure during the incubation phase.
+Differences in the procedure between Tamaya API&amp;Core and Tamaya
+Extensions are mentioned.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_prerequisites">1. Prerequisites</h2>
+<div class="sectionbody">
 <div class="paragraph">
-<p>Performing a release requires several steps. This document describes each step, so everybody in the committer&#8217;s
-team should be able to perform the release procedure.</p>
+<p>This section describes the prerequisite which must be given to
+perform the release procedure.</p>
+</div>
+<div class="olist upperroman">
+<ol class="upperroman" type="I">
+<li>
+<p>Subversion client, needed to upload the source distribution.</p>
+</li>
+<li>
+<p>Git</p>
+</li>
+<li>
+<p>A valid GPG key, needed to sign all artifacts created during
+the release process.</p>
+</li>
+</ol>
 </div>
 </div>
 </div>
 <div class="sect1">
-<h2 id="_tell_the_others_you_would_proceed_with_the_release_procedure">1. Tell the others you would proceed with the release procedure</h2>
+<h2 id="_performing_the_release">2. Performing the release</h2>
 <div class="sectionbody">
+<div class="sect2">
+<h3 id="_tell_the_others_you_would_proceed_with_the_release_procedure">2.1. Tell the others you would proceed with the release procedure</h3>
+<div class="paragraph">
+<p>The first step is to announce on developer mailing list that
+you plan to release a new version of Tamaya API&amp;Core as well
+as of the Tamaya Extensions.</p>
+</div>
+<div class="paragraph">
+<p>Take the mail template below, adapt it if necessary, an send it
+to <a href="mailto:dev@tamaya.incubator.apache.org">dev@tamaya.incubator.apache.org</a>.</p>
+</div>
 <div class="listingblock">
+<div class="title">Subject of the announcement of an upcomming release</div>
 <div class="content">
-<pre>first steps for the next release
-
-Hi @ all,
+<pre>Starting with the preparation of the next release of &lt;&lt;project&gt;&gt;</pre>
+</div>
+</div>
+<div class="listingblock">
+<div class="title">Body of the announcement of an upcomming release.</div>
+<div class="content">
+<pre>Dear all,
 
 If there are no objections, I'll start with the first steps for
-the next release (review, documentation,...).
+the next release of &lt;&lt;project&gt;&gt; (review, documentation,...).
 It would be great to start with the release procedure next week.
 
 Best regards,
-[name]</pre>
+&lt;&lt;your name&gt;&gt;</pre>
+</div>
 </div>
+<div class="paragraph">
+<p>Don&#8217;t expect that everyone will response immediately as we all are very
+busy. So be patient with you team members. Meanwhile you can
+proceed with the release preparations.</p>
 </div>
 </div>
+<div class="sect2">
+<h3 id="_check_if_everything_is_ready">2.2. Check if everything is ready</h3>
+<div class="paragraph">
+<p>The following items must be done before you can start with the
+actual release process.</p>
 </div>
-<div class="sect1">
-<h2 id="_check_everything_is_ready">2. Check everything is ready</h2>
-<div class="sectionbody">
-<div class="ulist">
-<ul>
+<div class="olist arabic">
+<ol class="arabic">
 <li>
-<p>Check the jenkins builds.</p>
+<p>Check if the build chains in
+<a href="https://builds.apache.org/view/Tamaya/" target="_blank">Apache&#8217;s Jenkins</a>
+of the project in to be released are fine and where are
+no problems with the build and quality of the project.</p>
 </li>
 <li>
-<p>Ensure all JIRA-tickets targeting the release are resolved. If not, get in contact with the ticket
-owner/assignee to check</p>
-<div class="ulist">
-<ul>
+<p>Ensure that all
+<a href="https://issues.apache.org/jira/projects/TAMAYA" target="_blank">JIRA</a> issues
+targeting the upcomming release are resolved.
+If not, get in contact with the issue assignee or the reporter to
+check</p>
+<div class="olist loweralpha">
+<ol class="loweralpha" type="a">
 <li>
-<p>if the ticket can be postponed for the next release</p>
+<p>if the issue can be postponed for the next release</p>
 </li>
 <li>
-<p>how long it takes to resolve it and if one can help.</p>
+<p>how long it takes to resolve it and if someone can help.</p>
 </li>
-</ul>
+</ol>
 </div>
 </li>
-</ul>
-</div>
+</ol>
 </div>
 </div>
-<div class="sect1">
-<h2 id="_prepare_the_release">3. Prepare the release</h2>
-<div class="sectionbody">
+<div class="sect2">
+<h3 id="_prepare_the_release_notes">2.3. Prepare the release notes</h3>
 <div class="ulist">
 <ul>
 <li>
-<p>Create release notes and commit them to <code>tamaya/readme/</code> (format <code>ReleaseNotes-[version].html</code>)</p>
-</li>
-<li>
-<p>Create a release branch in git and switch to this branch:</p>
+<p>Create release notes and commit them to the <code>/readme/</code>
+directory of the project. The file name of the release
+notes document should be <code>ReleaseNotes-[version].html</code>.</p>
 </li>
 </ul>
 </div>
+<div class="admonitionblock tip">
+<table>
+<tr>
+<td class="icon">
+<div class="title">Tip</div>
+</td>
+<td class="content">
+<div class="paragraph">
+<p>Ensure that you include only notes an the release notes
+which affect the project you are releasing.
+For instance a notes on an issues which affects Tamaya Extensions
+should not be included in the release notes of Tamaya API&amp;Core.</p>
+</div>
+</td>
+</tr>
+</table>
+</div>
+</div>
 <div class="sect2">
-<h3 id="_using_the_release_plugin">3.1. Using the Release Plugin</h3>
+<h3 id="_preparing_the_vote_of_the_ppmc_on_the_release">2.4. Preparing the vote of the PPMC on the release</h3>
 <div class="paragraph">
-<p>For performing the release you can use the maven release plugin:</p>
+<p>If you are sure that everything is ready for the
+next release you can start the vote of the PPMC
+on the proposed release.</p>
+</div>
+<div class="admonitionblock important">
+<table>
+<tr>
+<td class="icon">
+<div class="title">Important</div>
+</td>
+<td class="content">
+<div class="paragraph">
+<p>Keep in mind that preparing the release
+really means only to prepare the release by
+uploading it to the dev area of the
+<a href="https://dist.apache.org" target="_blank">distribution
+server of the Apache project</a> and to a staging
+repository of <a href="https://repository.apache.org" target="_blank">Apache&#8217;s Nexus</a>.</p>
 </div>
-<div class="listingblock">
-<div class="content">
-<pre>$ git checkout -b vote-tamaya-[release version]
-$ export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=200m"
-$ mvn release:prepare -DdryRun=true -DperformRelease=true
-# optionally pass GPG params for signing with: -Darguments="-Dgpg.keyname=1336D3E6 -Dgpg.passphrase=XXXXXX"
-# copy prepared workspace (to continue faster if an upload fails in the next step)</pre>
+<div class="paragraph">
+<p>You must not publish the artifacts created during
+the preparation of the release until the IPMC as well
+as the PPMC of Apache Tamaya have approved the release.</p>
 </div>
+</td>
+</tr>
+</table>
 </div>
-<div class="ulist">
-<ul>
-<li>
-<p>If something fails you may switch to the master branch, fix whatever is needed and rebase your release branch to
-accommodate the latest changes done.</p>
-</li>
-<li>
-<p>On success you can check the release packages from <code>dist/target</code>.</p>
-</li>
-<li>
-<p>If everything looks good you can proceed with the release:</p>
-</li>
-</ul>
+<div class="paragraph">
+<p>Before you can present the proposed release to the
+IPMC of the Apache Incubator, the proposed release must be
+approved by the PPMC of the Tamaya project.</p>
 </div>
-<div class="listingblock">
-<div class="content">
-<pre>$ export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=200m"
-$ mvn release:prepare -DperformRelease=true
-$ mvn release:perform -DperformRelease=true</pre>
+<div class="paragraph">
+<p>Therefore you must run a vote on the proposed release
+by creating a vote candidat in the Git repository of
+the project, uploading the source distribution
+to the dev area of the distribution server of the Apache
+project and uploading the Maven artifacts to a staging
+repository in Apache&#8217;s Nexus. This sounds complicated
+but it isn&#8217;t that complicated if you follow the steps
+of this guide.</p>
 </div>
+<div class="paragraph">
+<p>In case the vote candidate does not pass the vote of
+the PPMC or the IPMC you can choose between
+canceling the current attempt for the next release
+or you try to fix the issues which hinders people to
+vote with yes. If you have choosen the second
+way then you have to prepare a new vote candidat.</p>
 </div>
 </div>
 <div class="sect2">
-<h3 id="_preparing_the_release_without_the_release_plugin">3.2. Preparing the release without the Release Plugin</h3>
+<h3 id="_preparing_the_release_without_the_release_plugin">2.5. Preparing the release without the Release Plugin</h3>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<div class="title">Note</div>
+</td>
+<td class="content">
 <div class="paragraph">
-<p>The release plugin is great, but in some cases it breaks even, when release:prepare -DdryRun=true was successful.
-Preparing the release vote without the release plugin is stright forward:</p>
+<p>We tried to use the <a href="http://maven.apache.org/maven-release/maven-release-plugin/" target="_blank">Maven Release Plugin</a>
+to increase the level of automatisation of the release process, but
+we were not able to get the Maven Release Plugin working as we
+need it for our release process. Therefore we decided not to use
+it.</p>
 </div>
-<div class="ulist">
-<ul>
-<li>
-<p>As described checkout a release branch of the current head</p>
-</li>
-<li>
-<p>Then us maven and git commands to prepare the release:</p>
-</li>
-</ul>
+</td>
+</tr>
+</table>
+</div>
+<div class="paragraph">
+<p>The first step is to create a separate branch for the release canidate.
+The name should consist of the release version and the number of the
+voting candidate.</p>
+</div>
+<div class="paragraph">
+<p>For example if you would like to run a vote for the 1.0 release of
+Tamaya API&amp;Core during its incubation for the second time, the usual
+branch name would be <code>vote-1.0-incubating-02</code>.</p>
+</div>
+<div class="paragraph">
+<p>Follow the instructions below to create the branch for the vote
+and to build the vote candidate.</p>
 </div>
 <div class="listingblock">
+<div class="title">Creating the vote branch and building the vote candidat</div>
 <div class="content">
-<pre>$ git checkout -b vote-tamaya-[release version]
+<pre>$ git checkout -b vote-[release version]-[attempt]                                         <b class="conum">(1)</b> <b class="conum">(2)</b>
 $ export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=200m"
 $ mvn versions:set versions:commit -DnewVersion=[release version] -DperformRelease=true
-# build the release locally and sign it with your certs
-$ mvn clean install -DperformRelease=true -Dgpg.keyname=1336D3E6 -Dgpg.passphrase=XXXXXX</pre>
+$ mvn clean install -DperformRelease=true -Dgpg.keyname=[key] -Dgpg.passphrase=[passphrase] <b class="conum">(3)</b> <b class="conum">(4)</b></pre>
 </div>
 </div>
-<div class="ulist">
-<ul>
+<div class="colist arabic">
+<ol>
 <li>
-<p>Check if everything is in place and correct, when finished you can tag and deploy the release&#8230;&#8203;</p>
+<p>The version number of the planed release, e.g. <code>0.4-incubating</code></p>
 </li>
-</ul>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre>$ mvn deploy -DperformRelease=true -Dgpg.keyname=1336D3E6 -Dgpg.passphrase=XXXXXX</pre>
-</div>
-</div>
-<div class="ulist">
-<ul>
 <li>
-<p>check the created commits including user-name and email</p>
+<p>The number of the current vote, e.g. <code>03</code></p>
 </li>
 <li>
-<p>login to <a href="https://repository.apache.org/" class="bare" target="_blank">https://repository.apache.org/</a> and go to "Staging Repositories"</p>
+<p>The id of your GPG key.</p>
 </li>
 <li>
-<p>check the contents of the newly created tamaya staging repository</p>
+<p>The passphrase of you GPG key.</p>
 </li>
+</ol>
+</div>
+<div class="paragraph">
+<p>Now you can check the source distribution and the Maven artifacts created
+during the build.</p>
+</div>
+<div class="paragraph">
+<p>If everything is correct, deploy them to a staging repository on Apache&#8217;s
+Nexus.</p>
+</div>
+<div class="listingblock">
+<div class="title">Deploying the vote candidate to Apache&#8217;s Nexus'</div>
+<div class="content">
+<pre>$ mvn deploy</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>After deploying the artifacts you have to check the staging repository
+created in Apache&#8217;s Nexus:</p>
+</div>
+<div class="olist arabic">
+<ol class="arabic">
 <li>
-<p><em>close</em> the repository to let Nexus do its validations</p>
+<p>Login to <a href="https://repository.apache.org/" class="bare" target="_blank">https://repository.apache.org/</a> and go to <em>Staging Repositories</em>.</p>
 </li>
 <li>
-<p>On success:</p>
+<p>Check the Contents of the newly create staging repository for you release.</p>
 </li>
 <li>
-<p>push the release-branch to the git repo</p>
+<p>Close the staging repository to let Nexus do its validations on the deployed
+artifacts.</p>
 </li>
-</ul>
+</ol>
+</div>
+<div class="admonitionblock important">
+<table>
+<tr>
+<td class="icon">
+<div class="title">Important</div>
+</td>
+<td class="content">
+Do not release the content of the stating repository right now.
+           Releasing means to publish the artifacts. This will be done
+           after a successful vote of the IPMC.
+</td>
+</tr>
+</table>
+</div>
+<div class="paragraph">
+<p>If everything is correct until now, commit your local changes, create a tag for
+the voting candidate and push the tag and your commits to the Git
+repository.</p>
 </div>
 <div class="listingblock">
+<div class="title">Commiting the changes done for the vote candidate</div>
 <div class="content">
 <pre>$ git add -A
 $ git commit -m "Release Prepare: Set release version."
-$ git tag vote01-[release-version]
+$ git tag vote-[release version]-[attempt]
 $ git push --tags</pre>
 </div>
 </div>
+<div class="colist arabic">
+<ol>
+<li>
+<p>The version number of the planed release, e.g. <code>0.4-incubating</code></p>
+</li>
+<li>
+<p>The number of the current vote, e.g. <code>03</code></p>
+</li>
+</ol>
+</div>
 <div class="paragraph">
-<p>Finally open the next development version:</p>
+<p>Finally open the next development version of the project.</p>
 </div>
 <div class="listingblock">
+<div class="title">Set next development version of the project</div>
 <div class="content">
-<pre># example: newVersion=0.3-incubating-SNAPSHOT
-$ mvn version:set versions:commit -DnewVersion=[development-version]
+<pre>$ mvn version:set versions:commit -DnewVersion=[development version]  <b class="conum">(1)</b>
 $ git add -A
 $ git commit -m "Release Prepare: Open new development version."</pre>
 </div>
 </div>
-<div class="ulist">
-<ul>
+<div class="colist arabic">
+<ol>
 <li>
-<p>Add the distribution artifacts to the dev repositories:</p>
+<p>Next development version, e.g. <code>0.83-incubating-SNAPSHOT</code></p>
 </li>
-</ul>
+</ol>
+</div>
+<div class="paragraph">
+<p>After setting the new development version you have to add the source
+distribution to the distribution repository at <a href="https://dist.apache.org/repos/dist/" class="bare" target="_blank">https://dist.apache.org/repos/dist/</a>.</p>
+</div>
+<div class="admonitionblock important">
+<table>
+<tr>
+<td class="icon">
+<div class="title">Important</div>
+</td>
+<td class="content">
+The source distribution and all required artifacts must be added
+           to the development directory of Apache&#8217;s distribution server.
+           After the approvement of the release candidate by the PPMC and
+           the IPMC they will be moved to the release directory.
+</td>
+</tr>
+</table>
 </div>
 <div class="listingblock">
+<div class="title">Adding all needed artifacts to distribution repository</div>
 <div class="content">
 <pre>$ svn co https://dist.apache.org/repos/dist/dev/incubator/tamaya/
-$ mkdir [version]
-$ set RELEASE_HOME='pwd'/[version]
-$ cd PROJECT_ROOT
+$ mkdir [release version]/[project]                                          <b class="conum">(1)</b>
+$ set RELEASE_HOME=`pwd`/[release version]/[project]
+$ set PROJECT_ROOT=[repository of the project]                               <b class="conum">(2)</b>
+$ cd $PROJECT_ROOT
 $ cp DISCLAIMER $RELEASE_HOME
 $ cp NOTICE $RELEASE_HOME
 $ cp LICENCE $RELEASE_HOME
-$ cp rat.txt $RELEASE_HOME
-# Copy everything from
-#  $STAGING_REPO/distribution/0.2-incubating/tamaya-distribution-[version]-distribution-* into $RELEASE_HOME
+$ cp keys/KEYS $RELEASE_HOME
+$ cp $PROJECT_ROOT/cp distribution/target/*{.tar.gz,.zip,.asc} $RELEASE_HOME <b class="conum">(3)</b>
 $ svn add [version]
-$ svn commit --username &lt;apacheId&gt;</pre>
+$ svn add [version]/[project]</pre>
 </div>
 </div>
-<div class="ulist">
-<ul>
+<div class="colist arabic">
+<ol>
 <li>
-<p>Check contents on <a href="https://dist.apache.org/repos/dist/dev/incubator/tamaya/">version</a></p>
+<p>We store the artifacts of Tamaya API&amp;Core and Tamaya Extensions always
+in different subdirectories. So <em>project</em> can be either
+<code>apiandcore</code> or <code>extensions</code>.</p>
 </li>
-</ul>
+<li>
+<p><code>PROJECT_ROOT</code> is the Git repository of the project which you want to
+release.</p>
+</li>
+<li>
+<p>This command copies both distribution archives to <code>$RELEASE_HOME</code>.</p>
+</li>
+</ol>
+</div>
+<div class="paragraph">
+<p>Additionally there must be a SHA-1 and MD5 sigature file for each distribution
+archive and its GPG signature (<code>.asc</code>). To generate them you need programs
+like <code>md5</code> and <code>shasum</code>. The name of these programs might vary from system to system.</p>
+</div>
+<div class="listingblock">
+<div class="title">Generating the required SHA-1 and MD5 signatures</div>
+<div class="content">
+<pre>$ cd $RELEASE_HOME
+$ for f in $(ls *{.tar.gz,.zip,.asc}); do shasum -a 1 $f &gt; ${f}.sha1; md5 $f &gt; ${f}.md5; done</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>After generating the signature files you can add and commit all files and artifacts
+of the source distribution.</p>
+</div>
+<div class="listingblock">
+<div class="title">Adding and commiting the source distribution</div>
+<div class="content">
+<pre>$ cd $RELEASE_HOME
+$ svn add [project]
+$ svn add [version]
+$ svn commit --username [Apache ID]</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>All commited files and artifacts should be now available via
+<a href="https://dist.apache.org/repos/dist/dev/incubator/tamaya/" target="_blank">https://dist.apache.org/repos/dist/dev/incubator/tamaya/&#91;version&#93;/&#91;project&#93;</a>.</p>
 </div>
 </div>
 </div>
 </div>
 <div class="sect1">
-<h2 id="_start_the_vote">4. Start the vote</h2>
+<h2 id="_run_the_vote_on_the_release_candidate">3. Run the vote on the release candidate</h2>
 <div class="sectionbody">
+<div class="sect2">
+<h3 id="_run_the_internally">3.1. Run the internally</h3>
+<div class="paragraph">
+<p>The next step is to prepare the vote on <a href="mailto:dev@tamaya.incubator.apache.org" target="_blank">dev@tamaya.incubator.apache.org</a>.
+The mail must contain serveral links, e.g. a link to the source distribution
+and a link to the tag in the Git repository.</p>
+</div>
+<div class="paragraph">
+<p>The following links are needed for the mail:</p>
+</div>
+<div class="olist arabic">
+<ol class="arabic">
+<li>
+<p>A link to the source distribution in the dev section of the distribution repository
+at <a href="https://dist.apache.org/repos/dist/dev/incubator/tamaya/" class="bare" target="_blank">https://dist.apache.org/repos/dist/dev/incubator/tamaya/</a>.</p>
+</li>
+<li>
+<p>A link to the tag of the release candidate, taken from
+<a href="https://git1-us-west.apache.org/repos/asf?p=incubator-tamaya.git;a=summary" class="bare" target="_blank">https://git1-us-west.apache.org/repos/asf?p=incubator-tamaya.git;a=summary</a>.</p>
+</li>
+<li>
+<p>A link to the staging repository for the release candidate of the intended
+relase at <a href="http://repository.apache.org/content/repositories" class="bare" target="_blank">http://repository.apache.org/content/repositories</a>.</p>
+</li>
+<li>
+<p>A link to to the <a href="http://www.apache.org/foundation/voting.html#ReleaseVotes" target="_blank">rules for release votes</a>
+in the <em>Apache Voting Process</em> document.</p>
+</li>
+</ol>
+</div>
+<div class="paragraph">
+<p>Take the mail template below, insert the links, an send it
+to <a href="mailto:dev@tamaya.incubator.apache.org">dev@tamaya.incubator.apache.org</a>.</p>
+</div>
 <div class="listingblock">
+<div class="title">Subject of the vote on the release candidate</div>
 <div class="content">
-<pre>[VOTE] Release of Apache Tamaya [version]
+<pre>[Vote] Release of [project] [version] <b class="conum">(1)</b> <b class="conum">(2)</b></pre>
+</div>
+</div>
+<div class="colist arabic">
+<ol>
+<li>
+<p>Replace <em>project</em> by either Apache Tamaya API&amp;Core or Apache Tamaya Extensions</p>
+</li>
+<li>
+<p>Replace <em>version</em> by the version number of the release</p>
+</li>
+</ol>
+</div>
+<div class="listingblock">
+<div class="title">Body of the vote on the release candidate</div>
+<div class="content">
+<pre>[VOTE] Release of [project] [version]                                         <b class="conum">(1)</b> <b class="conum">(2)</b>
 
 Hi,
 
-I was running the needed tasks to get the [version] release of Apache Tamaya out.
-The artifacts are deployed to Nexus [1] (and [2]) and releases [4].
-
-The tag is available at [3] and will renamed once the vote passed.
+I was running the needed tasks to get the [version] release of [project] out. <b class="conum">(1)</b> <b class="conum">(2)</b>
+The artifacts available via the Apache distribution repository [1] and
+also via Apache's Nexus [2].
 
+The tag for this release candidate is available at [3] and will be renamed
+once the vote passed.
 Please take a look at the artifacts and vote!
 
 Please note:
-This vote is a "majority approval" with a minimum of three +1 votes (see [5]).
+This vote is a "majority approval" with a minimum of three +1 votes (see [4]).
 
 ------------------------------------------------
 [ ] +1 for community members who have reviewed the bits
 [ ] +0
-[ ] -1 for fatal flaws that should cause these bits not to be released, and why..............
+[ ] -1 for fatal flaws that should cause these bits not to be released, and why ...
 ------------------------------------------------
 
 Thanks,
 [name]
 
-[1] https://repository.apache.org/content/repositories/...
-[2] https://repository.apache.org/content/repositories/org/apache/tamaya/tamaya-distribution/[version]/tamaya-[version]-source-release.zip
-    https://repository.apache.org/content/repositories/org/apache/tamaya/tamaya-distribution/[version]/tamaya-[version]-bin-release.zip
-[3] https://git1-us-west.apache.org/repos/asf?p=incubator-tamaya.git;a=commit;h=2910da468fce16210e6dd77d8ba23ddbdd434efe
-[4] https://dist.apache.org/repos/dist/dev/incubator/tamaya/[release-version]
-[5] http://www.apache.org/foundation/voting.html#ReleaseVotes</pre>
+[1] [link to the source distribution]                                         <b class="conum">(3)</b>
+[2] [link to the staging repository at Apache's Nexus]                        <b class="conum">(4)</b>
+[3] [link to the tag in the Git repository]                                   <b class="conum">(5)</b>
+[4] http://www.apache.org/foundation/voting.html#ReleaseVotes</pre>
 </div>
 </div>
-<div class="ulist">
-<ul>
+<div class="colist arabic">
+<ol>
 <li>
-<p>Announce the Vote</p>
-<div class="ulist">
-<ul>
+<p>Replace <em>project</em> by the name of the project to be release, which can be
+<em>Apache Tamaya API&amp;Core</em> or <em>Apache Tamaya Extensions</em>.</p>
+</li>
 <li>
-<p>Create a short link to the release at <a href="http://s.apache.org" class="bare">http://s.apache.org</a> (format Tamaya_[version])</p>
+<p>Replease <em>version</em> by the version number of the intended release.</p>
 </li>
 <li>
-<p>Tweet about the vote via <em>@TamayaConf</em></p>
+<p>Insert here the link to the source distribution of the project
+in the dev section of distribution repository
+at <a href="https://dist.apache.org/repos/dist/dev/incubator/tamaya/" class="bare" target="_blank">https://dist.apache.org/repos/dist/dev/incubator/tamaya/</a>.</p>
 </li>
-</ul>
+<li>
+<p>Insert here the link to the staging repository for the release candidate
+at <a href="http://repository.apache.org/content/repositories" class="bare" target="_blank">http://repository.apache.org/content/repositories</a>.</p>
+</li>
+<li>
+<p>Insert here the link to the tag created for the release candidate
+in the Git repository.</p>
+</li>
+</ol>
 </div>
+<div class="paragraph">
+<p>Wait at least 72 hours before you close the result. If there is not enough attention
+at the mailing list to vote, send a nice reminder to the list. Please keep in mind
+that people might be simple to busy to respond on your vote.</p>
+</div>
+<div class="paragraph">
+<p>To close the vote count all single votes and send the result as reply to your
+initial mail to the mailinglist by using the templates below.</p>
+</div>
+<div class="listingblock">
+<div class="title">Subject of the mail with the result of the vote</div>
+<div class="content">
+<pre>[Result] (was: Re: [VOTE] Release of [project] [version]) <b class="conum">(1)</b> <b class="conum">(2)</b></pre>
+</div>
+</div>
+<div class="colist arabic">
+<ol>
+<li>
+<p>Replace <em>project</em> by the name of the project to be release, which can be
+<em>Apache Tamaya API&amp;Core</em> or <em>Apache Tamaya Extensions</em>.</p>
 </li>
 <li>
-<p>After 72 hours close the vote write a reult email, e.g.</p>
+<p>Replease <em>version</em> by the version number of the intended release.</p>
 </li>
-</ul>
+</ol>
 </div>
 <div class="listingblock">
+<div class="title">Body of the mail with the result of the vote</div>
 <div class="content">
-<pre>[Result] (was: Re: [VOTE] Release of Apache Tamaya [version])
-
-Thank you for voting!
+<pre>Thank you for voting!
 
-X binding +1 votes (pmc):
-[list]
+X binding +1 votes (PPMC):    <b class="conum">(1)</b>
+[list]                        <b class="conum">(2)</b>
 
-Y non-binding +1 votes:
-[list]
+Y non-binding +1 votes:       <b class="conum">(3)</b>
+[list]                        <b class="conum">(4)</b>
 
-Z -1 votes
-[list]</pre>
+Z -1 votes:                   <b class="conum">(5)</b>
+[list]                        <b class="conum">(6)</b></pre>
 </div>
 </div>
-<div class="ulist">
-<ul>
+<div class="colist arabic">
+<ol>
 <li>
-<p>After the vote on the PPMC has been finished and is successful, repeat the voting process on the
-incubator mailing list.</p>
+<p>Replace <em>X</em> by the number of positive votes by PPMC members</p>
 </li>
-</ul>
+<li>
+<p>Replace <em>list</em> by the names of PPMC members with a positive vote</p>
+</li>
+<li>
+<p>Replace <em>Y</em> by the number of non-binding positive votes by
+non-PPMC members</p>
+</li>
+<li>
+<p>Replace <em>list</em> by the names of non-PPMC members with a positive vote</p>
+</li>
+<li>
+<p>Replace <em>Z</em> by the number of negative votes by PPMC members</p>
+</li>
+<li>
+<p>Replace <em>list</em> by the names of PPMC members with a negative vote</p>
+</li>
+</ol>
 </div>
+<div class="paragraph">
+<p>After the vote on the PPMC has been finished and is successful,
+repeat the voting process on the incubator mailing list.</p>
 </div>
 </div>
-<div class="sect1">
-<h2 id="_perform_the_release">5. Perform the release</h2>
-<div class="sectionbody">
+<div class="sect2">
+<h3 id="_let_the_ipmc_vote_on_the_release_candidate">3.2. Let the IPMC vote on the release candidate</h3>
 <div class="paragraph">
-<p>If the binding majority approved the vote on both lists continue:</p>
+<p>During the incubation phase of Tamaya, each release must be approved
+by the IPMC.</p>
 </div>
-<div class="ulist">
-<ul>
+<div class="paragraph">
+<p>The first step is to subscribe to the mailinglist
+<a href="mailto:general@incubator.apache.org">general@incubator.apache.org</a>.
+More information and how to do this can be found on
+<a href="https://incubator.apache.org/guides/lists.html" class="bare" target="_blank">https://incubator.apache.org/guides/lists.html</a>.</p>
+</div>
+<div class="paragraph">
+<p>The mail, which must be send to the list, is quite similar
+to the one for the PPMC, but it must also contain a link
+to the mail thread of the successful vote of the PPMC.
+The archive of the developers mailinglist of Apache Tamaya
+can be found at <a href="https://lists.apache.org" class="bare" target="_blank">https://lists.apache.org</a>.</p>
+</div>
+<div class="paragraph">
+<p>The mail to the IPMC can be composed by using these both
+templates:</p>
+</div>
+<div class="listingblock">
+<div class="title">Subject of the vote on the release candidate</div>
+<div class="content">
+<pre>[Vote] Release of [project] [version] <b class="conum">(1)</b> <b class="conum">(2)</b></pre>
+</div>
+</div>
+<div class="colist arabic">
+<ol>
 <li>
-<p>Login to <a href="https://repository.apache.org/" class="bare">https://repository.apache.org/</a> and <em>release</em> the repository</p>
+<p>Replace <em>project</em> by either Apache Tamaya API&amp;Core or Apache Tamaya Extensions</p>
 </li>
 <li>
-<p>Rename the vote branch:</p>
+<p>Replace <em>version</em> by the version number of the release</p>
 </li>
-</ul>
+</ol>
 </div>
 <div class="listingblock">
+<div class="title">Body of the vote on the release candidate</div>
 <div class="content">
-<pre>$ git branch -m vote01-tamaya-[release-version] tamaya-[release-version]</pre>
+<pre>[VOTE] Release of [project] [version]                                         <b class="conum">(1)</b> <b class="conum">(2)</b>
+
+Dear IPMC members,
+
+The Apache Tamaya project was running the needed tasks to get
+the [version] release of [project] out.                                       <b class="conum">(1)</b> <b class="conum">(2)</b>
+
+The artifacts available via the Apache distribution repository [1] and
+also via Apache's Nexus [2].
+
+The tag for this release candidate is available at [3]
+
+The mail thread of the vote can be found at [4].
+
+Please take a look at the artifacts and vote!
+
+Please note:
+This vote is a "majority approval" with a minimum of three +1 votes (see [5]).
+
+------------------------------------------------
+[ ] +1 for IPMC members who approve this release
+[ ] +0 for IPMC members with no opinion on this release
+[ ] -1 for IPMC members who reject this release, and why ...
+------------------------------------------------
+
+Thanks,
+[name]
+
+[1] [link to the source distribution]                                         <b class="conum">(3)</b>
+[2] [link to the staging repository at Apache's Nexus]                        <b class="conum">(4)</b>
+[3] [link to the tag in the Git repository]                                   <b class="conum">(5)</b>
+[4] [link to the thread of the vote by the PPMC.]                             <b class="conum">(6)</b>
+[5] http://www.apache.org/foundation/voting.html#ReleaseVotes</pre>
 </div>
 </div>
-<div class="ulist">
-<ul>
+<div class="colist arabic">
+<ol>
 <li>
-<p>Add a release tag:</p>
+<p>Replace <em>project</em> by the name of the project to be release, which can be
+<em>Apache Tamaya API&amp;Core</em> or <em>Apache Tamaya Extensions</em>.</p>
 </li>
-</ul>
+<li>
+<p>Replease <em>version</em> by the version number of the intended release.</p>
+</li>
+<li>
+<p>Insert here the link to the source distribution of the project
+in the dev section of distribution repository
+at <a href="https://dist.apache.org/repos/dist/dev/incubator/tamaya/" class="bare" target="_blank">https://dist.apache.org/repos/dist/dev/incubator/tamaya/</a>.</p>
+</li>
+<li>
+<p>Insert here the link to the staging repository for the release candidate
+at <a href="http://repository.apache.org/content/repositories" class="bare" target="_blank">http://repository.apache.org/content/repositories</a>.</p>
+</li>
+<li>
+<p>Insert here the link to the tag created for the release candidate
+in the Git repository.</p>
+</li>
+<li>
+<p>Insert here the link to vote thread on Tamaya&#8217;s developer mailinglist
+for this release candidate</p>
+</li>
+</ol>
+</div>
+<div class="paragraph">
+<p>Send the mail to general@incubator.apache.org and let
+the vote run for at least 72 hours.</p>
+</div>
+<div class="paragraph">
+<p>To close the vote count all single votes and send the result as reply
+to your initial mail to the mailinglist by using the templates below:</p>
 </div>
 <div class="listingblock">
+<div class="title">Subject of the mail with the result of the vote</div>
 <div class="content">
-<pre>$ git tag -a tamaya-[release-version]</pre>
+<pre>[Result] (was: Re: [VOTE] Release of [project] [version]) <b class="conum">(1)</b> <b class="conum">(2)</b></pre>
 </div>
 </div>
-<div class="ulist">
-<ul>
+<div class="colist arabic">
+<ol>
 <li>
-<p>Merge master with the new prepared version:</p>
+<p>Replace <em>project</em> by the name of the project to be release, which can be
+<em>Apache Tamaya API&amp;Core</em> or <em>Apache Tamaya Extensions</em>.</p>
 </li>
-</ul>
+<li>
+<p>Replease <em>version</em> by the version number of the intended release.</p>
+</li>
+</ol>
 </div>
 <div class="listingblock">
+<div class="title">Body of the mail with the result of the vote</div>
 <div class="content">
-<pre>$ git checkout master
-$ git merge tamaya-[release-version]
-$ git push origin tamaya-[release-version]
-$ git push origin master</pre>
+<pre>Thank you for voting!
+
+X binding +1 votes (PPMC):    <b class="conum">(1)</b>
+[list]                        <b class="conum">(2)</b>
+
+Y non-binding +1 votes:       <b class="conum">(3)</b>
+[list]                        <b class="conum">(4)</b>
+
+Z -1 votes:                   <b class="conum">(5)</b>
+[list]                        <b class="conum">(6)</b></pre>
 </div>
 </div>
-<div class="ulist">
-<ul>
+<div class="colist arabic">
+<ol>
 <li>
-<p>Close the release and corresponding tickets at JIRA</p>
+<p>Replace <em>X</em> by the number of positive votes by IPMC members</p>
 </li>
 <li>
-<p>Wait some minutes and check <a href="http://repo2.maven.org/maven2/org/apache/tamaya" class="bare" target="_blank">http://repo2.maven.org/maven2/org/apache/tamaya</a></p>
+<p>Replace <em>list</em> by the names of IPMC members with a positive vote</p>
 </li>
 <li>
-<p>Upload the distribution Artifacts</p>
+<p>Replace <em>Y</em> by the number of non-binding positive votes by
+non-IPMC members</p>
 </li>
-</ul>
+<li>
+<p>Replace <em>list</em> by the names of non-PPMC members with a positive vote</p>
+</li>
+<li>
+<p>Replace <em>Z</em> by the number of negative votes by IPMC members</p>
+</li>
+<li>
+<p>Replace <em>list</em> by the names of IPMC members with a negative vote</p>
+</li>
+</ol>
+</div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_performing_the_release_2">4. Performing the release</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>The actually release process can be started if the binding majority
+of IPMC members have approved the release candidate.</p>
+</div>
+<div class="paragraph">
+<p>The first task is to create branch for the new release
+out of the branch, created for the vote on the release candidate.</p>
+</div>
+<div class="sect2">
+<h3 id="_tag_and_branch_for_the_release">4.1. Tag and branch for the release</h3>
+<div class="paragraph">
+<p>Creating this branch requires multiple commands, as Git does not
+allow to simply rename a remote branch. The listing below shows
+which commands are needed to create a branch for the new release</p>
 </div>
 <div class="listingblock">
+<div class="title">Renaming the branch of the release candidate</div>
 <div class="content">
-<pre>$ svn co https://dist.apache.org/repos/dist/release/incubator/tamaya/
-$ mkdir [version]
-# add and commit the artifacts (*source-release.zip, *bin-release.zip + asc, md5, sha1)
-# use the artifacts from:
-# http://repo1.maven.org/maven2/org/apache/tamaya/tamaya-distribution/[version]/</pre>
+<pre>$ git checkout master                                                  <b class="conum">(1)</b>
+$ git branch release-[version] vote-[version]-[attempt]                <b class="conum">(2)</b> <b class="conum">(3)</b> <b class="conum">(4)</b>
+$ git push origin release-[version]:refs/heads/release-[version]       <b class="conum">(5)</b>
+$ git push origin :vote-[version]-[attempt]                            <b class="conum">(6)</b>
+$ git branch -D vote-[version]-[attempt]                               <b class="conum">(7)</b>
+$ git checkout -b release-[version] --track origin/release-[version]   <b class="conum">(8)</b></pre>
 </div>
 </div>
+<div class="colist arabic">
+<ol>
+<li>
+<p>Switching back to <code>master</code></p>
+</li>
+<li>
+<p>Creating a release branch out of the vote branch</p>
+</li>
+<li>
+<p>Replace <em>version</em> by the version number of the release</p>
+</li>
+<li>
+<p>Replace <em>attempt</em> by the number of the successful vote attempt</p>
+</li>
+<li>
+<p>Pushing the new branch under the same name to the blessed repository</p>
+</li>
+<li>
+<p>Delete the vote branch in the blessed remote repository</p>
+</li>
+<li>
+<p>Delete the branch locally</p>
+</li>
+<li>
+<p>Checkout the new release branch and set the corresponding
+remote branch as upstream branch</p>
+</li>
+</ol>
 </div>
+<div class="paragraph">
+<p>Now create a new tag for the release based on the exsting tag
+for the release candidate and delete the tag made for
+the release candidate:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>$ git tag release-[version] vote-[version]-[attempt]                   <b class="conum">(1)</b> <b class="conum">(2)</b> <b class="conum">(3)</b>
+$ git tag -d vote-[version]-[attempt]                                  <b class="conum">(4)</b>
+$ git push origin :vote-[version]-[attempt]                            <b class="conum">(5)</b>
+$ git push --tags origin                                               <b class="conum">(6)</b></pre>
+</div>
+</div>
+<div class="colist arabic">
+<ol>
+<li>
+<p>Creating a release tag for the release</p>
+</li>
+<li>
+<p>Replace <em>version</em> by the version number of the release</p>
+</li>
+<li>
+<p>Replace <em>attempt</em> by the number of the successful vote attempt</p>
+</li>
+<li>
+<p>Delete the tag made for the vote locally</p>
+</li>
+<li>
+<p>Delete tag tag mode for the vote in the blessed remote repository</p>
+</li>
+<li>
+<p>Push the new tag to the remote repository</p>
+</li>
+</ol>
+</div>
+<div class="paragraph">
+<p>Now you can merge the new release branch with the prepared
+development version to master.</p>
+</div>
+<div class="listingblock">
+<div class="title">Merging the release branch to <code>master</code></div>
+<div class="content">
+<pre>$ git checkout master
+$ git merge release-[version]
+$ git push origin master</pre>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_cleanup_jira">4.2. Cleanup Jira</h3>
+<div class="paragraph">
+<p>Login into <a href="https://issues.apache.org/jira/browse/tamaya">Apache&#8217;s Jira</a> and
+close all issues in the
+<a href="https://issues.apache.org/jira/browse/tamaya" target="_blank">Tamaya project</a>.</p>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_release_the_staging_repository">4.3. Release the staging repository</h3>
+<div class="paragraph">
+<p>Login into <a href="https://repository.apache.org/" target="_blank">Apaches Nexus</a> and
+release to staging repository for the new release.</p>
 </div>
-<div class="sect1">
-<h2 id="_updating_the_tamaya_project_site">6. Updating the Tamaya Project Site</h2>
-<div class="sectionbody">
 <div class="paragraph">
-<p>Basically the new site should be directly deployable, just execute</p>
+<p>Then wait some minutes and check if the artifacts have become
+available at <a href="http://repo2.maven.org/maven2/org/apache/tamaya" class="bare" target="_blank">http://repo2.maven.org/maven2/org/apache/tamaya</a>.</p>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_releasing_the_distribution_artifacts">4.4. Releasing the distribution artifacts</h3>
+<div class="paragraph">
+<p>The source distribution of the release candidate must now be
+moved from the dev section of the distribution repository
+to the release section.</p>
+</div>
+<div class="paragraph">
+<p>An easy way to achive this is to use the <code>svn mv</code> command
+only with remote URLs. Before you move the distribution artifacts,
+make sure the the directory for the version of the projects exists.</p>
 </div>
 <div class="listingblock">
+<div class="title">Checking if the target directory exists in SVN</div>
 <div class="content">
-<pre>$ mvn site site:deploy</pre>
+<pre>$ svn ls https://dist.apache.org/repos/dist/release/incubator/tamaya</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>If the directory does not exists, create it.</p>
+</div>
+<div class="listingblock">
+<div class="title">Creating the directory for the version of the release</div>
+<div class="content">
+<pre>$ svn mkdir https://dist.apache.org/repos/dist/release/incubator/tamaya/[versio]    <b class="conum">(1)</b></pre>
+</div>
+</div>
+<div class="colist arabic">
+<ol>
+<li>
+<p>Replace <em>version</em> by the version number of the release.</p>
+</li>
+</ol>
+</div>
+<div class="paragraph">
+<p>Now move all distribution artifacts from the dev section to the release
+section.</p>
+</div>
+<div class="listingblock">
+<div class="title">Moving the source distribution to the release section with SVN</div>
+<div class="content">
+<pre>$ svn mv \
+    https://dist.apache.org/repos/dist/dev/incubator/tamaya/[version]/[project] \   <b class="conum">(1)</b> <b class="conum">(2)</b>
+    https://dist.apache.org/repos/dist/release/incubator/tamaya/[version]/[project]</pre>
+</div>
+</div>
+<div class="colist arabic">
+<ol>
+<li>
+<p>Replace <em>version</em> by the version number of the release.</p>
+</li>
+<li>
+<p>Replace <em>project</em> by the name of the project.</p>
+</li>
+</ol>
+</div>
+<div class="paragraph">
+<p>To be sure that everything wents well, perform a checkout of the SVN
+repository for the release section and check if everything is there.</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>$ svn checkout https://dist.apache.org/repos/dist/release/incubator/tamaya
+$ cd tamaya
+$ ls -Rlah</pre>
+</div>
 </div>
 </div>
 </div>
 </div>
 <div class="sect1">
-<h2 id="_announce_the_new_version">7. Announce the new version</h2>
+<h2 id="_updating_the_website_and_announcing_the_release">5. Updating the website and announcing the release</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Announce the new version on @TamayaConf and other social media channels.
-Also drop a short mail on the mailing list.</p>
+<p>Coordindate on the developers mailinglist the update of the website
+for the new version and the announcement of the new version.</p>
 </div>
 </div>
 </div></p>
@@ -526,7 +1115,7 @@ Also drop a short mail on the mailing list.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/sitemap.xml
----------------------------------------------------------------------
diff --git a/sitemap.xml b/sitemap.xml
index 5c1dc0d..c3bdc4b 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,6 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
     <url>
+        <loc>https://tamaya.incubator.apache.org/release-guide.html</loc>
+        <lastmod>2017-09-01</lastmod>
+    </url><url>
         <loc>https://tamaya.incubator.apache.org/apidocs/index.html</loc>
         <lastmod>2017-06-06</lastmod>
     </url><url>
@@ -139,9 +142,6 @@
         <loc>https://tamaya.incubator.apache.org/history.html</loc>
         <lastmod>2017-06-06</lastmod>
     </url><url>
-        <loc>https://tamaya.incubator.apache.org/release-guide.html</loc>
-        <lastmod>2017-06-06</lastmod>
-    </url><url>
         <loc>https://tamaya.incubator.apache.org/start.html</loc>
         <lastmod>2017-06-06</lastmod>
     </url><url>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/start.html
----------------------------------------------------------------------
diff --git a/start.html b/start.html
index cf4f06d..5bc2e2d 100644
--- a/start.html
+++ b/start.html
@@ -238,7 +238,7 @@ or in a clustered Docker environment in production, it stays the same!</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>



[2/2] incubator-tamaya-site git commit: TAMAYA-275: Regen site.

Posted by po...@apache.org.
TAMAYA-275: Regen site.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/f4ba51a5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/f4ba51a5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/f4ba51a5

Branch: refs/heads/asf-site
Commit: f4ba51a5ded35498b77c789010923886a7ffaccf
Parents: 14b90f4
Author: Phil Ottlinger <po...@apache.org>
Authored: Fri Sep 1 16:58:43 2017 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Fri Sep 1 16:58:43 2017 +0200

----------------------------------------------------------------------
 archive.html                                    |   2 +-
 blog/2014/no-jsr-in-javaee8.html                |   2 +-
 blog/2014/whatistamaya.html                     |   2 +-
 blog/2015/dzone-article.html                    |   2 +-
 blog/2015/introduction.html                     |   2 +-
 blog/2015/javaland.html                         |   2 +-
 blog/2015/new-configuration-api.html            |   2 +-
 blog/2016/apachecon-seville.html                |   2 +-
 blog/2016/apachecon-vancouver.html              |   2 +-
 blog/2016/bedcon.html                           |   2 +-
 blog/2016/dirk-weil-javaeeblog.html             |   2 +-
 blog/2016/infoq-article.html                    |   2 +-
 blog/2016/java2days-sofia.html                  |   2 +-
 blog/2016/javaland.html                         |   2 +-
 blog/2016/javaone.html                          |   2 +-
 blog/2016/jug-basel.html                        |   2 +-
 blog/2016/jug-stgallen.html                     |   2 +-
 blog/2016/tamaya-book.html                      |   2 +-
 blog/2016/voxxed-days-zurich.html               |   2 +-
 blog/2017/03/javaland.html                      |   2 +-
 blog/2017/06/release-03.html                    |   2 +-
 development/community.html                      |   2 +-
 development/possible-contributions.html         |   2 +-
 development/source.html                         |   2 +-
 development/team.html                           |   2 +-
 devguide.html                                   |   2 +-
 documentation/api.html                          |   2 +-
 documentation/core.html                         |   2 +-
 documentation/extensions.html                   |   2 +-
 documentation/extensions/mod_camel.html         |   2 +-
 documentation/extensions/mod_cdi.html           |   2 +-
 .../extensions/mod_classloader_support.html     |   2 +-
 documentation/extensions/mod_collections.html   |   2 +-
 documentation/extensions/mod_consul.html        |   2 +-
 documentation/extensions/mod_etcd.html          |   2 +-
 documentation/extensions/mod_events.html        |   2 +-
 documentation/extensions/mod_features.html      |   2 +-
 documentation/extensions/mod_filter.html        |   2 +-
 documentation/extensions/mod_formats.html       |   2 +-
 documentation/extensions/mod_functions.html     |   2 +-
 documentation/extensions/mod_hazelcast.html     |   2 +-
 documentation/extensions/mod_injection.html     |   2 +-
 documentation/extensions/mod_jndi.html          |   2 +-
 documentation/extensions/mod_jodatime.html      |   2 +-
 documentation/extensions/mod_json.html          |   2 +-
 documentation/extensions/mod_management.html    |   2 +-
 documentation/extensions/mod_metamodel.html     |   2 +-
 .../extensions/mod_mutable_config.html          |   2 +-
 documentation/extensions/mod_optional.html      |   2 +-
 documentation/extensions/mod_osgi.html          |   2 +-
 documentation/extensions/mod_remote.html        |   2 +-
 documentation/extensions/mod_resolver.html      |   2 +-
 documentation/extensions/mod_resources.html     |   2 +-
 documentation/extensions/mod_server.html        |   2 +-
 documentation/extensions/mod_spi-support.html   |   2 +-
 documentation/extensions/mod_spring.html        |   2 +-
 documentation/extensions/mod_usagetracker.html  |   2 +-
 documentation/extensions/mod_validation.html    |   2 +-
 documentation/extensions/mod_vertx.html         |   2 +-
 documentation/extensions/mod_yaml.html          |   2 +-
 documentation/quickstart.html                   |   2 +-
 documentation/usecases.html                     |   2 +-
 download.html                                   |   2 +-
 examples.html                                   |   2 +-
 feed.xml                                        |   4 +-
 highleveldesign.html                            |   2 +-
 history.html                                    |   2 +-
 index.html                                      |   2 +-
 release-guide.html                              | 977 +++++++++++++++----
 sitemap.xml                                     |   6 +-
 start.html                                      |   2 +-
 71 files changed, 856 insertions(+), 267 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/archive.html
----------------------------------------------------------------------
diff --git a/archive.html b/archive.html
index 933d67b..4bd1b74 100644
--- a/archive.html
+++ b/archive.html
@@ -273,7 +273,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2014/no-jsr-in-javaee8.html
----------------------------------------------------------------------
diff --git a/blog/2014/no-jsr-in-javaee8.html b/blog/2014/no-jsr-in-javaee8.html
index bc5968b..0c2bdfe 100644
--- a/blog/2014/no-jsr-in-javaee8.html
+++ b/blog/2014/no-jsr-in-javaee8.html
@@ -150,7 +150,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2014/whatistamaya.html
----------------------------------------------------------------------
diff --git a/blog/2014/whatistamaya.html b/blog/2014/whatistamaya.html
index 6334bbd..d9bb628 100644
--- a/blog/2014/whatistamaya.html
+++ b/blog/2014/whatistamaya.html
@@ -147,7 +147,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2015/dzone-article.html
----------------------------------------------------------------------
diff --git a/blog/2015/dzone-article.html b/blog/2015/dzone-article.html
index 71ea471..d8beec2 100644
--- a/blog/2015/dzone-article.html
+++ b/blog/2015/dzone-article.html
@@ -147,7 +147,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2015/introduction.html
----------------------------------------------------------------------
diff --git a/blog/2015/introduction.html b/blog/2015/introduction.html
index 53b5a53..a820f25 100644
--- a/blog/2015/introduction.html
+++ b/blog/2015/introduction.html
@@ -147,7 +147,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2015/javaland.html
----------------------------------------------------------------------
diff --git a/blog/2015/javaland.html b/blog/2015/javaland.html
index cb18a3a..5788a1a 100644
--- a/blog/2015/javaland.html
+++ b/blog/2015/javaland.html
@@ -153,7 +153,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2015/new-configuration-api.html
----------------------------------------------------------------------
diff --git a/blog/2015/new-configuration-api.html b/blog/2015/new-configuration-api.html
index 2146074..957a622 100644
--- a/blog/2015/new-configuration-api.html
+++ b/blog/2015/new-configuration-api.html
@@ -147,7 +147,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2016/apachecon-seville.html
----------------------------------------------------------------------
diff --git a/blog/2016/apachecon-seville.html b/blog/2016/apachecon-seville.html
index 4260192..a0ea275 100644
--- a/blog/2016/apachecon-seville.html
+++ b/blog/2016/apachecon-seville.html
@@ -153,7 +153,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2016/apachecon-vancouver.html
----------------------------------------------------------------------
diff --git a/blog/2016/apachecon-vancouver.html b/blog/2016/apachecon-vancouver.html
index eed20e5..6a6a3e4 100644
--- a/blog/2016/apachecon-vancouver.html
+++ b/blog/2016/apachecon-vancouver.html
@@ -150,7 +150,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2016/bedcon.html
----------------------------------------------------------------------
diff --git a/blog/2016/bedcon.html b/blog/2016/bedcon.html
index d50a0cc..68bfdae 100644
--- a/blog/2016/bedcon.html
+++ b/blog/2016/bedcon.html
@@ -150,7 +150,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2016/dirk-weil-javaeeblog.html
----------------------------------------------------------------------
diff --git a/blog/2016/dirk-weil-javaeeblog.html b/blog/2016/dirk-weil-javaeeblog.html
index 53a67fc..32390a3 100644
--- a/blog/2016/dirk-weil-javaeeblog.html
+++ b/blog/2016/dirk-weil-javaeeblog.html
@@ -147,7 +147,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2016/infoq-article.html
----------------------------------------------------------------------
diff --git a/blog/2016/infoq-article.html b/blog/2016/infoq-article.html
index b7a4dbb..ad07982 100644
--- a/blog/2016/infoq-article.html
+++ b/blog/2016/infoq-article.html
@@ -147,7 +147,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2016/java2days-sofia.html
----------------------------------------------------------------------
diff --git a/blog/2016/java2days-sofia.html b/blog/2016/java2days-sofia.html
index dc7bf2f..9b2b6b2 100644
--- a/blog/2016/java2days-sofia.html
+++ b/blog/2016/java2days-sofia.html
@@ -147,7 +147,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2016/javaland.html
----------------------------------------------------------------------
diff --git a/blog/2016/javaland.html b/blog/2016/javaland.html
index a4e14f8..2517622 100644
--- a/blog/2016/javaland.html
+++ b/blog/2016/javaland.html
@@ -159,7 +159,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2016/javaone.html
----------------------------------------------------------------------
diff --git a/blog/2016/javaone.html b/blog/2016/javaone.html
index 8bb0452..bca303f 100644
--- a/blog/2016/javaone.html
+++ b/blog/2016/javaone.html
@@ -153,7 +153,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2016/jug-basel.html
----------------------------------------------------------------------
diff --git a/blog/2016/jug-basel.html b/blog/2016/jug-basel.html
index c9c754f..3cd52c8 100644
--- a/blog/2016/jug-basel.html
+++ b/blog/2016/jug-basel.html
@@ -147,7 +147,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2016/jug-stgallen.html
----------------------------------------------------------------------
diff --git a/blog/2016/jug-stgallen.html b/blog/2016/jug-stgallen.html
index e9f46be..e4839fd 100644
--- a/blog/2016/jug-stgallen.html
+++ b/blog/2016/jug-stgallen.html
@@ -147,7 +147,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2016/tamaya-book.html
----------------------------------------------------------------------
diff --git a/blog/2016/tamaya-book.html b/blog/2016/tamaya-book.html
index 55efe6d..6669799 100644
--- a/blog/2016/tamaya-book.html
+++ b/blog/2016/tamaya-book.html
@@ -153,7 +153,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2016/voxxed-days-zurich.html
----------------------------------------------------------------------
diff --git a/blog/2016/voxxed-days-zurich.html b/blog/2016/voxxed-days-zurich.html
index c443d10..20c4a9c 100644
--- a/blog/2016/voxxed-days-zurich.html
+++ b/blog/2016/voxxed-days-zurich.html
@@ -147,7 +147,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2017/03/javaland.html
----------------------------------------------------------------------
diff --git a/blog/2017/03/javaland.html b/blog/2017/03/javaland.html
index c767dc1..390eb85 100644
--- a/blog/2017/03/javaland.html
+++ b/blog/2017/03/javaland.html
@@ -153,7 +153,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/blog/2017/06/release-03.html
----------------------------------------------------------------------
diff --git a/blog/2017/06/release-03.html b/blog/2017/06/release-03.html
index 675d215..7aba11f 100644
--- a/blog/2017/06/release-03.html
+++ b/blog/2017/06/release-03.html
@@ -150,7 +150,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/development/community.html
----------------------------------------------------------------------
diff --git a/development/community.html b/development/community.html
index f339388..af7eb85 100644
--- a/development/community.html
+++ b/development/community.html
@@ -288,7 +288,7 @@ $ irssi
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/development/possible-contributions.html
----------------------------------------------------------------------
diff --git a/development/possible-contributions.html b/development/possible-contributions.html
index 2017142..c48d407 100644
--- a/development/possible-contributions.html
+++ b/development/possible-contributions.html
@@ -472,7 +472,7 @@ as configured.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/development/source.html
----------------------------------------------------------------------
diff --git a/development/source.html b/development/source.html
index 0a917f1..b62d965 100644
--- a/development/source.html
+++ b/development/source.html
@@ -259,7 +259,7 @@ In case you want to contribute file an issue in our <a href="https://issues.apac
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/development/team.html
----------------------------------------------------------------------
diff --git a/development/team.html b/development/team.html
index 7344817..01317b5 100644
--- a/development/team.html
+++ b/development/team.html
@@ -300,7 +300,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/devguide.html
----------------------------------------------------------------------
diff --git a/devguide.html b/devguide.html
index e46bed5..27c7b19 100644
--- a/devguide.html
+++ b/devguide.html
@@ -380,7 +380,7 @@ $ git branch -d TAMAYA-XXX</pre>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/api.html
----------------------------------------------------------------------
diff --git a/documentation/api.html b/documentation/api.html
index d71a48b..81eb69f 100644
--- a/documentation/api.html
+++ b/documentation/api.html
@@ -1227,7 +1227,7 @@ further details.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/core.html
----------------------------------------------------------------------
diff --git a/documentation/core.html b/documentation/core.html
index d7899f6..e04eb40 100644
--- a/documentation/core.html
+++ b/documentation/core.html
@@ -654,7 +654,7 @@ Loading extensions hereby is trivial: you only are required to add the correspon
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions.html
----------------------------------------------------------------------
diff --git a/documentation/extensions.html b/documentation/extensions.html
index d8de030..91d7064 100644
--- a/documentation/extensions.html
+++ b/documentation/extensions.html
@@ -399,7 +399,7 @@ All extensions currently run on Java 7 as well as on Java 8.
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_camel.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_camel.html b/documentation/extensions/mod_camel.html
index bfc64ec..2a2d42f 100644
--- a/documentation/extensions/mod_camel.html
+++ b/documentation/extensions/mod_camel.html
@@ -285,7 +285,7 @@ again use Tamaya as the main configuration solutions only using Camel&#8217;s de
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_cdi.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_cdi.html b/documentation/extensions/mod_cdi.html
index 7e54ba5..16f58a8 100644
--- a/documentation/extensions/mod_cdi.html
+++ b/documentation/extensions/mod_cdi.html
@@ -444,7 +444,7 @@ default section parts.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_classloader_support.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_classloader_support.html b/documentation/extensions/mod_classloader_support.html
index b9a2be5..e1fa37a 100644
--- a/documentation/extensions/mod_classloader_support.html
+++ b/documentation/extensions/mod_classloader_support.html
@@ -254,7 +254,7 @@ hierarchies:</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_collections.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_collections.html b/documentation/extensions/mod_collections.html
index 7c10c3c..92d5f89 100644
--- a/documentation/extensions/mod_collections.html
+++ b/documentation/extensions/mod_collections.html
@@ -456,7 +456,7 @@ _redefined-map.item-separator=|</code></pre>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_consul.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_consul.html b/documentation/extensions/mod_consul.html
index 2f946aa..dbe980b 100644
--- a/documentation/extensions/mod_consul.html
+++ b/documentation/extensions/mod_consul.html
@@ -225,7 +225,7 @@ set to <code>cluster-config.</code> a consul key of <code>host:known/all</code>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_etcd.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_etcd.html b/documentation/extensions/mod_etcd.html
index 7ba0d41..3945450 100644
--- a/documentation/extensions/mod_etcd.html
+++ b/documentation/extensions/mod_etcd.html
@@ -357,7 +357,7 @@ set to <code>cluster-config.</code> a etcd key of <code>host:known/all</code> is
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_events.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_events.html b/documentation/extensions/mod_events.html
index a03d6f9..1db1bab 100644
--- a/documentation/extensions/mod_events.html
+++ b/documentation/extensions/mod_events.html
@@ -525,7 +525,7 @@ active (by default using the Java ServiceLoader mechanism).</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_features.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_features.html b/documentation/extensions/mod_features.html
index aaf2fab..a619d25 100644
--- a/documentation/extensions/mod_features.html
+++ b/documentation/extensions/mod_features.html
@@ -269,7 +269,7 @@ to check, which Tamaya extensions are currently loaded.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_filter.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_filter.html b/documentation/extensions/mod_filter.html
index 49ae380..1714061 100644
--- a/documentation/extensions/mod_filter.html
+++ b/documentation/extensions/mod_filter.html
@@ -277,7 +277,7 @@ managed filters:</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_formats.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_formats.html b/documentation/extensions/mod_formats.html
index 6f336a6..b597808 100644
--- a/documentation/extensions/mod_formats.html
+++ b/documentation/extensions/mod_formats.html
@@ -559,7 +559,7 @@ functionality provided with java.util.Properties:</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_functions.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_functions.html b/documentation/extensions/mod_functions.html
index 1bebe0e..d8e2f01 100644
--- a/documentation/extensions/mod_functions.html
+++ b/documentation/extensions/mod_functions.html
@@ -310,7 +310,7 @@ in <em>sectionKeys</em> from a given <em>key</em>.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_hazelcast.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_hazelcast.html b/documentation/extensions/mod_hazelcast.html
index a5dfabb..47133e9 100644
--- a/documentation/extensions/mod_hazelcast.html
+++ b/documentation/extensions/mod_hazelcast.html
@@ -271,7 +271,7 @@ Configuration config = b.build();</code></pre>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_injection.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_injection.html b/documentation/extensions/mod_injection.html
index b4acd94..e54bb12 100644
--- a/documentation/extensions/mod_injection.html
+++ b/documentation/extensions/mod_injection.html
@@ -738,7 +738,7 @@ The event published is very simple:
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_jndi.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_jndi.html b/documentation/extensions/mod_jndi.html
index cdf6374..5330b8d 100644
--- a/documentation/extensions/mod_jndi.html
+++ b/documentation/extensions/mod_jndi.html
@@ -215,7 +215,7 @@ InitialContext is created, without any environment parameters set.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_jodatime.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_jodatime.html b/documentation/extensions/mod_jodatime.html
index e033c34..b9b4237 100644
--- a/documentation/extensions/mod_jodatime.html
+++ b/documentation/extensions/mod_jodatime.html
@@ -292,7 +292,7 @@ DateTime pit = configuration.get("pointInTime", DateTime.class)</code></pre>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_json.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_json.html b/documentation/extensions/mod_json.html
index 022b66e..6b8d775 100644
--- a/documentation/extensions/mod_json.html
+++ b/documentation/extensions/mod_json.html
@@ -228,7 +228,7 @@ registers the <em>json</em> format automatically using the <code>ServiceContext<
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_management.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_management.html b/documentation/extensions/mod_management.html
index 82327a8..a6b0e2b 100644
--- a/documentation/extensions/mod_management.html
+++ b/documentation/extensions/mod_management.html
@@ -274,7 +274,7 @@ The instance of ManagedConfigMBean to be created and registered is evaluated by
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_metamodel.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_metamodel.html b/documentation/extensions/mod_metamodel.html
index 1007d1d..d21c06d 100644
--- a/documentation/extensions/mod_metamodel.html
+++ b/documentation/extensions/mod_metamodel.html
@@ -871,7 +871,7 @@ never change later.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_mutable_config.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_mutable_config.html b/documentation/extensions/mod_mutable_config.html
index 391a4cd..8f3af51 100644
--- a/documentation/extensions/mod_mutable_config.html
+++ b/documentation/extensions/mod_mutable_config.html
@@ -429,7 +429,7 @@ singleton accessor:</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_optional.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_optional.html b/documentation/extensions/mod_optional.html
index 6b65c68..702321c 100644
--- a/documentation/extensions/mod_optional.html
+++ b/documentation/extensions/mod_optional.html
@@ -204,7 +204,7 @@ Additionally an EvaluationPolicy lets you define the precedence of configured va
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_osgi.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_osgi.html b/documentation/extensions/mod_osgi.html
index f55e8e4..51ae248 100644
--- a/documentation/extensions/mod_osgi.html
+++ b/documentation/extensions/mod_osgi.html
@@ -293,7 +293,7 @@ as org.apache.tamaya.ext:tamaya-karaf-features:{tamaya-version}:features:xml.</p
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_remote.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_remote.html b/documentation/extensions/mod_remote.html
index e93d46f..86a27e1 100644
--- a/documentation/extensions/mod_remote.html
+++ b/documentation/extensions/mod_remote.html
@@ -255,7 +255,7 @@ first accessible URL determines the configuration read.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_resolver.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_resolver.html b/documentation/extensions/mod_resolver.html
index 1483a91..938e9ca 100644
--- a/documentation/extensions/mod_resolver.html
+++ b/documentation/extensions/mod_resolver.html
@@ -287,7 +287,7 @@ the default implementation in place.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_resources.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_resources.html b/documentation/extensions/mod_resources.html
index 4dff948..77e452d 100644
--- a/documentation/extensions/mod_resources.html
+++ b/documentation/extensions/mod_resources.html
@@ -322,7 +322,7 @@ on your own.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_server.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_server.html b/documentation/extensions/mod_server.html
index 75bda2b..cdbd005 100644
--- a/documentation/extensions/mod_server.html
+++ b/documentation/extensions/mod_server.html
@@ -402,7 +402,7 @@ Configuration:
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_spi-support.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_spi-support.html b/documentation/extensions/mod_spi-support.html
index 621b63d..ed2c1db 100644
--- a/documentation/extensions/mod_spi-support.html
+++ b/documentation/extensions/mod_spi-support.html
@@ -236,7 +236,7 @@ of the Tamaya API similarly.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_spring.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_spring.html b/documentation/extensions/mod_spring.html
index e3552e5..6128fc5 100644
--- a/documentation/extensions/mod_spring.html
+++ b/documentation/extensions/mod_spring.html
@@ -307,7 +307,7 @@ with your Spring code.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_usagetracker.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_usagetracker.html b/documentation/extensions/mod_usagetracker.html
index 67ca1b1..198add3 100644
--- a/documentation/extensions/mod_usagetracker.html
+++ b/documentation/extensions/mod_usagetracker.html
@@ -339,7 +339,7 @@ logic can be adapted or replaced.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_validation.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_validation.html b/documentation/extensions/mod_validation.html
index 94f48c8..33efbab 100644
--- a/documentation/extensions/mod_validation.html
+++ b/documentation/extensions/mod_validation.html
@@ -274,7 +274,7 @@ a WARNING message.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_vertx.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_vertx.html b/documentation/extensions/mod_vertx.html
index 066475c..ee10c99 100644
--- a/documentation/extensions/mod_vertx.html
+++ b/documentation/extensions/mod_vertx.html
@@ -358,7 +358,7 @@ private String valBusTarget;</code></pre>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/extensions/mod_yaml.html
----------------------------------------------------------------------
diff --git a/documentation/extensions/mod_yaml.html b/documentation/extensions/mod_yaml.html
index f98074f..db189c9 100644
--- a/documentation/extensions/mod_yaml.html
+++ b/documentation/extensions/mod_yaml.html
@@ -263,7 +263,7 @@ comments -&gt; Late afternoon is best. Backup contact is Nancy Billsmer @ 338-43
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/quickstart.html
----------------------------------------------------------------------
diff --git a/documentation/quickstart.html b/documentation/quickstart.html
index 985123d..f85a93c 100644
--- a/documentation/quickstart.html
+++ b/documentation/quickstart.html
@@ -443,7 +443,7 @@ MyTypeTemplate type = ConfigurationInjector.createTemplate(MyTypeTemplate.class)
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/documentation/usecases.html
----------------------------------------------------------------------
diff --git a/documentation/usecases.html b/documentation/usecases.html
index 385003c..c66b338 100644
--- a/documentation/usecases.html
+++ b/documentation/usecases.html
@@ -1045,7 +1045,7 @@ on Configuration.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/download.html
----------------------------------------------------------------------
diff --git a/download.html b/download.html
index 42392db..8b9429f 100644
--- a/download.html
+++ b/download.html
@@ -242,7 +242,7 @@ $ gpg --verify tamaya-project-1.2.0-source-release.zip.asc</code></pre>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/examples.html
----------------------------------------------------------------------
diff --git a/examples.html b/examples.html
index 76e1fea..99b9ee7 100644
--- a/examples.html
+++ b/examples.html
@@ -208,7 +208,7 @@ adapted.</p>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 5722dbc..b57bc58 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
     <atom:link href="https://tamaya.incubator.apache.org/feed.xml" rel="self" type="application/rss+xml" />
     <description>Apache Tamaya RSS feed template</description>
     <language>en-gb</language>
-    <pubDate>Di, 6 Jun 2017 20:29:41 +0200</pubDate>
-    <lastBuildDate>Di, 6 Jun 2017 20:29:41 +0200</lastBuildDate>
+    <pubDate>Fr, 1 Sep 2017 16:55:59 +0200</pubDate>
+    <lastBuildDate>Fr, 1 Sep 2017 16:55:59 +0200</lastBuildDate>
 
     <item>
       <title>Tamaya 0.3-incubating release candidate</title>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/highleveldesign.html
----------------------------------------------------------------------
diff --git a/highleveldesign.html b/highleveldesign.html
index 4a6eff3..022ae53 100644
--- a/highleveldesign.html
+++ b/highleveldesign.html
@@ -412,7 +412,7 @@ and of its current available <a href="documentation/extensions.html">modules</a>
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/history.html
----------------------------------------------------------------------
diff --git a/history.html b/history.html
index 11937b7..0341af0 100644
--- a/history.html
+++ b/history.html
@@ -173,7 +173,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f4ba51a5/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index cc7caab..38adb6a 100644
--- a/index.html
+++ b/index.html
@@ -490,7 +490,7 @@
 		      <div class="container">
 		        <p class="muted credit">&copy; 2014-<span>2017</span> Apache Software Foundation | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a>
 							| Baked with <a href="http://jbake.org">JBake <span>v2.5.1</span></a>
-							at <span>2017-06-06</span> |
+							at <span>2017-09-01</span> |
 							 <a href="https://twitter.com/tamayaconf" class="twitter-follow-button" data-show-count="false">Follow @TamayaConf</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
 						</p>
 						<p>