update site for johnzon-1.1.4

Project: http://git-wip-us.apache.org/repos/asf/johnzon/repo
Commit: http://git-wip-us.apache.org/repos/asf/johnzon/commit/29addd89
Tree: http://git-wip-us.apache.org/repos/asf/johnzon/tree/29addd89
Diff: http://git-wip-us.apache.org/repos/asf/johnzon/diff/29addd89

Branch: refs/heads/master
Commit: 29addd898eb47612d1857e5aafb1fdeb4e558e39
Parents: 0c13c01
Author: Mark Struberg <[email protected]>
Authored: Mon Oct 9 22:09:48 2017 +0200
Committer: Mark Struberg <[email protected]>
Committed: Mon Oct 9 22:09:48 2017 +0200

----------------------------------------------------------------------
 src/site/markdown/download.md | 93 ++++++++++++++++++++++++++++++++++++++
 src/site/site.xml             |  2 +-
 2 files changed, 94 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/johnzon/blob/29addd89/src/site/markdown/download.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md
new file mode 100644
index 0000000..64f1c14
--- /dev/null
+++ b/src/site/markdown/download.md
@@ -0,0 +1,93 @@
+<!---
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+# Apache Johnzon Releases
+
+This page contains download links to the latest Apache Johnzon releases.
+
+All maven artifacts are available in the Maven.Central repository with the 
groupId ``org.apache.johnzon``. 
+The dependencies you can use are listed at the bottom of this page: [Maven 
Dependencies](#Maven_Dependencies).
+
+
+should be addressed to the [mailing 
list](http://johnzon.apache.org/mail-lists.html).
+
+## KEYS for verifying Apache releases
+
+The GPG keys in the [Johnzon KEYS 
file](http://www.apache.org/dist/johnzon/KEYS) to validate our releases.
+Read more about [how we sign Apache 
Releases](http://www.apache.org/info/verification.html)
+
+
+----------
+
+## Johnzon-1.1.x
+
+Apache Johnzon 1.1.x implements the JSON-P 1.1 and JSON-B 1.0 specifications 
which on a level of JavaEE 8.
+
+#### Binaries
+The binary distribution contains all Johnzon modules.
+
+* 
[apache-johnzon-1.1.4-bin.zip](https://www.apache.org/dyn/closer.lua/johnzon/johnzon-1.1.4/apache-johnzon-1.1.4-bin.zip)
+* 
[apache-johnzon-1.1.4-bin.zip.sha1](https://www.apache.org/dist/johnzon/johnzon-1.1.4/apache-johnzon-1.1.4-bin.zip.sha1)
+* 
[apache-johnzon-1.1.4-bin.zip.asc](https://www.apache.org/dist/johnzon/johnzon-1.1.4/apache-johnzon-1.1.4-bin.zip.asc)
+
+#### Source
+Should you want to build any of the above binaries, this source bundle is the 
right one and covers them all.
+
+* 
[johnzon-1.1.4-source-release.zip](https://www.apache.org/dyn/closer.lua/johnzon/johnzon-1.1.4/johnzon-1.1.4-source-release.zip)
+* 
[johnzon-1.1.4-source-release.zip.sha1](https://www.apache.org/dist/johnzon/johnzon-1.1.4/johnzon-1.1.4-source-release.zip.sha1)
+* 
[johnzon-1.1.4-source-release.zip.asc](https://www.apache.org/dist/johnzon/johnzon-1.1.4/johnzon-1.1.4-source-release.zip.asc)
+
+
+## Johnzon-1.0.x
+
+Apache Johnzon 1.0.x implements the JSON-P 1.0 specification and a preliminary 
version of the JSON-B 1.0.
+This corresponds to JavaEE 7 level.
+
+#### Binaries
+The binary distribution contains all Johnzon modules.
+
+* 
[apache-johnzon-1.0.0-bin.zip](https://www.apache.org/dyn/closer.lua/johnzon/johnzon-1.0.0/apache-johnzon-1.0.0-bin.zip)
+* 
[apache-johnzon-1.0.0-bin.zip.sha1](https://www.apache.org/dist/johnzon/johnzon-1.0.0/apache-johnzon-1.0.0-bin.zip.sha1)
+* 
[apache-johnzon-1.0.0-bin.zip.asc](https://www.apache.org/dist/johnzon/johnzon-1.0.0/apache-johnzon-1.0.0-bin.zip.asc)
+
+#### Source
+Should you want to build any of the above binaries, this source bundle is the 
right one and covers them all.
+
+* 
[johnzon-1.0.0-source-release.zip](https://www.apache.org/dyn/closer.lua/johnzon/johnzon-1.0.0/johnzon-1.0.0-source-release.zip)
+* 
[johnzon-1.0.0-source-release.zip.sha1](https://www.apache.org/dist/johnzon/johnzon-1.0.0/johnzon-1.0.0-source-release.zip.sha1)
+* 
[johnzon-1.0.0-source-release.zip.asc](https://www.apache.org/dist/johnzon/johnzon-1.0.0/johnzon-1.0.0-source-release.zip.asc)
+
+-------
+
+### Maven Dependencies
+
+#### APIs for Johnzon-1.1.x
+
+    <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-json_1.1_spec</artifactId>
+        <version>1.0</version>
+    </dependency>
+
+    <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-jsonb_1.0_spec</artifactId>
+        <version>1.0</version>
+    </dependency>
+
+Note that you should set the seope of those dependencies to either `provided` 
or `compile` depending on whether your environment already provide them or not.

http://git-wip-us.apache.org/repos/asf/johnzon/blob/29addd89/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index a07de2b..5d5b845 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -72,7 +72,7 @@
 
     <menu name="User Guide">
       <item name="Home" href="/index.html"/>
-      <item name="Download" 
href="http://www.apache.org/dyn/closer.cgi/johnzon"/>
+      <item name="Download" href="./download.html"/>
       <item name="Javadoc" href="/apidocs/index.html"/>
       <item name="Source Code" href="/source-repository.html"/>
       <item name="Changelog" href="/changelog.html"/>

Reply via email to