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/30 07:50:27 UTC

[johnzon] branch master updated: using jsonp jar release

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 87514db  using jsonp jar release
87514db is described below

commit 87514dba495c62a2333b216817a4334f5dbdb08d
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Mon Sep 30 09:50:21 2019 +0200

    using jsonp jar release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6a0a1ff..0e7796e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
   <url>http://johnzon.apache.org</url>
 
   <properties>
-    <geronimo-jsonp.version>1.3-SNAPSHOT</geronimo-jsonp.version>
+    <geronimo-jsonp.version>1.3</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>