This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git


The following commit(s) were added to refs/heads/master by this push:
     new 3078daa  Use latest JSON B spec jar
     new ec62143  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/johnzon
3078daa is described below

commit 3078daaaffc4068be0da6b2fc8ca0506292549ee
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed Sep 11 18:09:19 2019 +0200

    Use latest JSON B spec jar
---
 johnzon-json-extras/pom.xml   | 1 -
 johnzon-jsonb/pom.xml         | 1 -
 pom.xml                       | 7 +++++++
 src/site/markdown/download.md | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/johnzon-json-extras/pom.xml b/johnzon-json-extras/pom.xml
index 7e42dad..5c0b64e 100644
--- a/johnzon-json-extras/pom.xml
+++ b/johnzon-json-extras/pom.xml
@@ -37,7 +37,6 @@
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jsonb_1.0_spec</artifactId>
-      <version>1.1</version>
       <scope>provided</scope>
     </dependency>
 
diff --git a/johnzon-jsonb/pom.xml b/johnzon-jsonb/pom.xml
index edae5dd..db79bd1 100644
--- a/johnzon-jsonb/pom.xml
+++ b/johnzon-jsonb/pom.xml
@@ -58,7 +58,6 @@
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jsonb_1.0_spec</artifactId>
-      <version>1.2-SNAPSHOT</version> <!-- contains important fixes about 
JsonbConfig -->
       <scope>provided</scope>
     </dependency>
 
diff --git a/pom.xml b/pom.xml
index 926748a..e6ce61a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,7 @@
 
   <properties>
     <geronimo-jsonp.version>1.2</geronimo-jsonp.version>
+    <geronimo-jsonb.version>1.2</geronimo-jsonb.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     
<johnzon.site.url>https://svn.apache.org/repos/asf/johnzon/site/publish/</johnzon.site.url>
     <pubsub.url>scm:svn:${johnzon.site.url}</pubsub.url>
@@ -71,6 +72,12 @@
       <version>${geronimo-jsonp.version}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jsonb_1.0_spec</artifactId>
+      <version>${geronimo-jsonb.version}</version>
+      <scope>provided</scope>
+    </dependency>
 
     <dependency>
       <groupId>junit</groupId>
diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md
index 2715e40..1ecb136 100644
--- a/src/site/markdown/download.md
+++ b/src/site/markdown/download.md
@@ -87,7 +87,7 @@ Should you want to build any of the above binaries, this 
source bundle is the ri
     <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-jsonb_1.0_spec</artifactId>
-        <version>1.0</version>
+        <version>1.2</version>
     </dependency>
 
 #### APIs for Johnzon-1.0.x (JavaEE 7)

Reply via email to