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 2018/07/02 19:22:39 UTC

johnzon git commit: upgrade tests to OWB-1.7.5

Repository: johnzon
Updated Branches:
  refs/heads/master 33d2acff3 -> 07a04d383


upgrade tests to OWB-1.7.5


Project: http://git-wip-us.apache.org/repos/asf/johnzon/repo
Commit: http://git-wip-us.apache.org/repos/asf/johnzon/commit/07a04d38
Tree: http://git-wip-us.apache.org/repos/asf/johnzon/tree/07a04d38
Diff: http://git-wip-us.apache.org/repos/asf/johnzon/diff/07a04d38

Branch: refs/heads/master
Commit: 07a04d3831b15fec127a8555297fd1e229af9ad1
Parents: 33d2acf
Author: Mark Struberg <st...@apache.org>
Authored: Mon Jul 2 21:21:53 2018 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Mon Jul 2 21:22:10 2018 +0200

----------------------------------------------------------------------
 johnzon-jsonb/pom.xml | 2 +-
 pom.xml               | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/johnzon/blob/07a04d38/johnzon-jsonb/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-jsonb/pom.xml b/johnzon-jsonb/pom.xml
index 4093cb8..e265ef7 100644
--- a/johnzon-jsonb/pom.xml
+++ b/johnzon-jsonb/pom.xml
@@ -101,7 +101,7 @@
     <dependency>
       <groupId>org.apache.openwebbeans</groupId>
       <artifactId>openwebbeans-impl</artifactId>
-      <version>1.6.2</version>
+      <version>${owb.version}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/johnzon/blob/07a04d38/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cd1073b..fb2c818 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,7 @@
     <checkstyle.version>2.15</checkstyle.version> <!-- checkstyle > 2.15 version do not support java 6 -->
     <!-- JVM values for surefire plugin -->
     <surefire.jvm.params>-Xms1024m -Xmx2048m -Dfile.encoding=UTF-8</surefire.jvm.params>
+    <owb.version>1.7.5</owb.version>
   </properties>
 
   <modules>