You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by st...@apache.org on 2019/03/07 08:49:55 UTC

[johnzon] branch master updated: JOHNZON-204 update to latest jsonp spec

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

struberg 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 0e77865  JOHNZON-204 update to latest jsonp spec
0e77865 is described below

commit 0e77865fea3a84c08ee1609fbf8b23dfc8d7903d
Author: Mark Struberg <st...@apache.org>
AuthorDate: Thu Mar 7 09:48:28 2019 +0100

    JOHNZON-204 update to latest jsonp spec
    
    This prevents a potential classloader lock as described in
    https://issues.apache.org/jira/browse/GERONIMO-6712
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b9ec9a7..4159c37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
   <url>http://johnzon.apache.org</url>
 
   <properties>
-    <geronimo-jsonp.version>1.1</geronimo-jsonp.version>
+    <geronimo-jsonp.version>1.2</geronimo-jsonp.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>