Repository: johnzon
Updated Branches:
  refs/heads/master d89c095f0 -> fb5d8b7a9


update our site to 1.1.7


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

Branch: refs/heads/master
Commit: fb5d8b7a99e9e5f1f91016046bcda8f1a6f3e5a1
Parents: d89c095
Author: Mark Struberg <[email protected]>
Authored: Sun Mar 4 11:26:02 2018 +0100
Committer: Mark Struberg <[email protected]>
Committed: Sun Mar 4 11:26:17 2018 +0100

----------------------------------------------------------------------
 src/site/markdown/download.md | 12 ++++++------
 src/site/markdown/index.md    | 11 ++++++-----
 2 files changed, 12 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/johnzon/blob/fb5d8b7a/src/site/markdown/download.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md
index f102bf3..0f04f5f 100644
--- a/src/site/markdown/download.md
+++ b/src/site/markdown/download.md
@@ -41,16 +41,16 @@ Apache Johnzon 1.1.x implements the JSON-P 1.1 and JSON-B 
1.0 specifications whi
 #### Binaries
 The binary distribution contains all Johnzon modules.
 
-* 
[apache-johnzon-1.1.6-bin.zip](https://www.apache.org/dyn/closer.lua/johnzon/johnzon-1.1.6/apache-johnzon-1.1.6-bin.zip)
-* 
[apache-johnzon-1.1.6-bin.zip.sha1](https://www.apache.org/dist/johnzon/johnzon-1.1.6/apache-johnzon-1.1.6-bin.zip.sha1)
-* 
[apache-johnzon-1.1.6-bin.zip.asc](https://www.apache.org/dist/johnzon/johnzon-1.1.6/apache-johnzon-1.1.6-bin.zip.asc)
+* 
[apache-johnzon-1.1.7-bin.zip](https://www.apache.org/dyn/closer.lua/johnzon/johnzon-1.1.7/apache-johnzon-1.1.7-bin.zip)
+* 
[apache-johnzon-1.1.7-bin.zip.sha1](https://www.apache.org/dist/johnzon/johnzon-1.1.7/apache-johnzon-1.1.7-bin.zip.sha1)
+* 
[apache-johnzon-1.1.7-bin.zip.asc](https://www.apache.org/dist/johnzon/johnzon-1.1.7/apache-johnzon-1.1.7-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.6-source-release.zip](https://www.apache.org/dyn/closer.lua/johnzon/johnzon-1.1.6/johnzon-1.1.6-source-release.zip)
-* 
[johnzon-1.1.6-source-release.zip.sha1](https://www.apache.org/dist/johnzon/johnzon-1.1.6/johnzon-1.1.6-source-release.zip.sha1)
-* 
[johnzon-1.1.6-source-release.zip.asc](https://www.apache.org/dist/johnzon/johnzon-1.1.6/johnzon-1.1.6-source-release.zip.asc)
+* 
[johnzon-1.1.7-source-release.zip](https://www.apache.org/dyn/closer.lua/johnzon/johnzon-1.1.7/johnzon-1.1.7-source-release.zip)
+* 
[johnzon-1.1.7-source-release.zip.sha1](https://www.apache.org/dist/johnzon/johnzon-1.1.7/johnzon-1.1.7-source-release.zip.sha1)
+* 
[johnzon-1.1.7-source-release.zip.asc](https://www.apache.org/dist/johnzon/johnzon-1.1.7/johnzon-1.1.7-source-release.zip.asc)
 
 
 ## Johnzon-1.0.x

http://git-wip-us.apache.org/repos/asf/johnzon/blob/fb5d8b7a/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 7a5717e..deb746d 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -18,13 +18,13 @@ under the License.
 -->
 # Apache Johnzon
 
-Apache Johnzon is a project providing an implementation of JsonProcessing (aka 
jsr-353) and a set of useful extension
-for this specification like an Object mapper, some JAX-RS providers and a 
WebSocket module provides a basic integration with Java WebSocket API (JSR 356).
+Apache Johnzon is a project providing an implementation of JsonProcessing (aka 
JSR-353) and a set of useful extension
+for this specification like an Object mapper, some JAX-RS providers and a 
WebSocket module provides a basic integration with Java WebSocket API (JSR-356).
 
 ## Status
 
 Apache Johnzon is a Top Level Project at the Apache Software Foundation (ASF).
-It fully implements the SON-P_1.1 (JSR-353) and JSON-B_1.0 (JSR-367) 
specifications.
+It fully implements the JSON-P_1.1 (JSR-353) and JSON-B_1.0 (JSR-367) 
specifications.
 
 ## Get started
 
@@ -40,12 +40,13 @@ Johnzon comes with four main modules.
 </dependency>
 ]]></pre>
 
-This is the implementation of the specification. You'll surely want to add the 
API as dependency too:
+This is the implementation of the JSON-P 1.1 specification. 
+You'll surely want to add the API as dependency too:
 
 <pre class="prettyprint linenums"><![CDATA[
 <dependency>
   <groupId>org.apache.geronimo.specs</groupId>
-  <artifactId>geronimo-json_1.0_spec</artifactId>
+  <artifactId>geronimo-json_1.1_spec</artifactId>
   <version>${jsonspecversion}</version>
   <scope>provided</scope> <!-- or compile if your environment doesn't provide 
it -->
 </dependency>

Reply via email to