You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by st...@apache.org on 2018/05/04 20:07:47 UTC

tomee git commit: upgrade to johnzon-1.0.1-SNAPSHOT for running the TCK

Repository: tomee
Updated Branches:
  refs/heads/master 6bcf91d1c -> 6f422b4bb


upgrade to johnzon-1.0.1-SNAPSHOT for running the TCK


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

Branch: refs/heads/master
Commit: 6f422b4bb54533b9f27fba9b7146484ccf408169
Parents: 6bcf91d
Author: Mark Struberg <st...@apache.org>
Authored: Fri May 4 22:07:15 2018 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Fri May 4 22:07:15 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/6f422b4b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f979e53..e2c8ab6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
     <openjpa.version>2.4.3-SNAPSHOT</openjpa.version>
     <org.apache.openwebbeans.version>1.7.5-SNAPSHOT</org.apache.openwebbeans.version>
     <jcs.version>2.1</jcs.version>
-    <johnzon.version>1.0.0</johnzon.version>
+    <johnzon.version>1.0.1-SNAPSHOT</johnzon.version>
 
     <!-- Maven module versions -->
     <maven-bundle-plugin.version>3.3.0</maven-bundle-plugin.version>