Repository: johnzon Updated Branches: refs/heads/master 5d3af25c5 -> 4ed03a977
prepare site to reflect 1.0.0 changes Project: http://git-wip-us.apache.org/repos/asf/johnzon/repo Commit: http://git-wip-us.apache.org/repos/asf/johnzon/commit/4ed03a97 Tree: http://git-wip-us.apache.org/repos/asf/johnzon/tree/4ed03a97 Diff: http://git-wip-us.apache.org/repos/asf/johnzon/diff/4ed03a97 Branch: refs/heads/master Commit: 4ed03a97731437ef940be1884417fb48c6771fd4 Parents: 5d3af25 Author: Mark Struberg <[email protected]> Authored: Thu Jan 12 09:57:34 2017 +0100 Committer: Mark Struberg <[email protected]> Committed: Thu Jan 12 09:57:34 2017 +0100 ---------------------------------------------------------------------- src/site/markdown/index.md | 2 +- src/site/site.xml | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/johnzon/blob/4ed03a97/src/site/markdown/index.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index b583fcd..ab9e0db 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -23,11 +23,11 @@ for this specification like an Object mapper, some JAX-RS providers and a WebSoc ## Status - Apache Johnzon is a Top Level Project at the Apache Software Foundation (ASF). It fully implements the JSON-P_1.0 specification (JSR-353). Johnzon also targets the upcoming JSON-P_1.1 and JSON-B_1.0 specifications. +The current version is Apache Johnzon 1.0.0. ## Get started http://git-wip-us.apache.org/repos/asf/johnzon/blob/4ed03a97/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 3e3a3f6..a07de2b 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -79,12 +79,10 @@ <item name="Mailing Lists" href="/mail-lists.html"/> </menu> - <menu name="Releases"> - <item name="Johnzon 0.1-incubating" href="/archives/0.1-incubating/index.html"/> - <item name="Johnzon 0.2-incubating" href="/archives/0.2-incubating/index.html"/> - <item name="Johnzon 0.5-incubating" href="/archives/0.5-incubating/index.html"/> - <item name="Johnzon 0.6-incubating" href="/archives/0.6-incubating/index.html"/> + <menu name="Old Releases"> <item name="Johnzon 0.7-incubating" href="/archives/0.7-incubating/index.html"/> + <item name="Johnzon 0.2-incubating" href="/archives/0.2-incubating/index.html"/> + <item name="Johnzon 0.1-incubating" href="/archives/0.1-incubating/index.html"/> </menu> <menu ref="reports" inherit="bottom"/>
