Repository: incubator-tamaya-site Updated Branches: refs/heads/tamaya-275-update-release-information-on-the-webpage 19abc870b -> 897bd117e
[TAMAYA-275] Update the release history and download page after the release of 0.3. 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/897bd117 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/897bd117 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/897bd117 Branch: refs/heads/tamaya-275-update-release-information-on-the-webpage Commit: 897bd117eeb169d69c257e04ed4656c1e03e6748 Parents: 19abc87 Author: Oliver B. Fischer <[email protected]> Authored: Sun Aug 27 10:26:05 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Sun Aug 27 10:26:05 2017 +0200 ---------------------------------------------------------------------- content/history.adoc | 10 ++++++++-- jbake.properties | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/897bd117/content/history.adoc ---------------------------------------------------------------------- diff --git a/content/history.adoc b/content/history.adoc index 7725836..d6ae871 100644 --- a/content/history.adoc +++ b/content/history.adoc @@ -8,14 +8,20 @@ Overview of all released versions of Apache Tamaya. -[width="70"] -[cols="2,3,3,3", options="headers", frame="all"] +[width="75"] +[cols="2,2,4,4", options="headers", frame="all"] |=== | Version | Release date | Release Notes | Download +| 0.3-incubating +| 2017-08-13 +| https://git-wip-us.apache.org/repos/asf?p=incubator-tamaya.git;a=blob_plain;f=readme/ReleaseNotes-0.3-incubating.html;h=e27e86095bc9a0ef3665bf8a52e26ae3e371c03f;hb=0ebb2d69cd88ed0c23abdcdb9714c889494e7b5a[Release Notes for 0.3 incubating^] +| http://www.apache.org/dist/incubator/tamaya/0.3-incubating/apiandcore/[Download of API&Core 0.3 incubating^] + + http://www.apache.org/dist/incubator/tamaya/0.3-incubating/extensions/[Download of Extensions 0.3 incubating^] + | 0.2-incubating | 2016-04-06 | http://www.apache.org/dist/incubator/tamaya/0.2-incubating/ReleaseNotes-0.2-incubating.html[Release Notes for 0.2 incubating^] http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/897bd117/jbake.properties ---------------------------------------------------------------------- diff --git a/jbake.properties b/jbake.properties index 638ba95..f906fef 100644 --- a/jbake.properties +++ b/jbake.properties @@ -16,6 +16,6 @@ template.encoding=UTF-8 # Make properties available in templates asciidoctor.attributes.export=true twitterhandle=TBD_tamaya -tamaya_version_released=0.2-incubating -tamaya_version=0.3-incubating-SNAPSHOT +tamaya_version_released=0.3-incubating +tamaya_version=0.4-incubating-SNAPSHOT tamaya_mvn_group_id=org.apache.tamaya
