You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by rm...@apache.org on 2019/09/11 10:01:51 UTC

[johnzon] branch master updated: upgrade jsonb api

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

rmannibucau 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 566cf6b  upgrade jsonb api
566cf6b is described below

commit 566cf6b87a18521067d39c2ae7c6cf2d4a4ea8f1
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Wed Sep 11 12:01:42 2019 +0200

    upgrade jsonb api
---
 johnzon-json-extras/pom.xml | 2 +-
 johnzon-jsonb/pom.xml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/johnzon-json-extras/pom.xml b/johnzon-json-extras/pom.xml
index 7e42dad..5d9ff9c 100644
--- a/johnzon-json-extras/pom.xml
+++ b/johnzon-json-extras/pom.xml
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jsonb_1.0_spec</artifactId>
-      <version>1.1</version>
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>
 
diff --git a/johnzon-jsonb/pom.xml b/johnzon-jsonb/pom.xml
index edae5dd..a6c8c21 100644
--- a/johnzon-jsonb/pom.xml
+++ b/johnzon-jsonb/pom.xml
@@ -58,7 +58,7 @@
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jsonb_1.0_spec</artifactId>
-      <version>1.2-SNAPSHOT</version> <!-- contains important fixes about JsonbConfig -->
+      <version>1.2</version>
       <scope>provided</scope>
     </dependency>