You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2016/11/05 18:06:14 UTC

[2/2] phoenix git commit: PHOENIX-3457 Adjust build settings in pom to improve consistency

PHOENIX-3457 Adjust build settings in pom to improve consistency


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/291624f1
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/291624f1
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/291624f1

Branch: refs/heads/4.x-HBase-0.98
Commit: 291624f114e7ae91180df5a12d7fe6954358774e
Parents: 0ec5774
Author: James Taylor <ja...@apache.org>
Authored: Sat Nov 5 11:05:25 2016 -0700
Committer: James Taylor <ja...@apache.org>
Committed: Sat Nov 5 11:05:25 2016 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/291624f1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7de9d82..5a2e542 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,8 +117,8 @@
     <maven.assembly.version>2.5.2</maven.assembly.version>
 
     <!-- Plugin options -->
-    <numForkedUT>4</numForkedUT>
-    <numForkedIT>4</numForkedIT>
+    <numForkedUT>6</numForkedUT>
+    <numForkedIT>6</numForkedIT>
 
     <!-- Set default encoding so multi-byte tests work correctly on the Mac -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>