You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2018/12/19 14:41:42 UTC

tomee git commit: TOMEE-2276 - Update TomEE with Johnzon 1.0.2

Repository: tomee
Updated Branches:
  refs/heads/tomee-7.1.x 096084e59 -> 14cf776d6


TOMEE-2276 - Update TomEE with Johnzon 1.0.2

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

Branch: refs/heads/tomee-7.1.x
Commit: 14cf776d67168235e4c1d343d5875072c0b37a11
Parents: 096084e
Author: Daniel Cunha <da...@users.noreply.github.com>
Authored: Tue Dec 18 16:38:30 2018 -0300
Committer: GitHub <no...@github.com>
Committed: Tue Dec 18 16:38:30 2018 -0300

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/14cf776d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0b674ce..308e103 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
     <org.apache.openwebbeans.version>1.7.6</org.apache.openwebbeans.version>
     <jcs.version>2.1</jcs.version>
     <jsonb.api.version>1.0</jsonb.api.version>
-    <johnzon.version>1.0.1</johnzon.version>
+    <johnzon.version>1.0.2</johnzon.version>
 
     <!-- Maven module versions -->
     <maven-bundle-plugin.version>3.3.0</maven-bundle-plugin.version>