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:07:26 UTC

phoenix git commit: PHOENIX-3457 Adjust build settings in pom to improve consistency

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.1 2c8b70a4c -> c6c7181fe


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/c6c7181f
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c6c7181f
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/c6c7181f

Branch: refs/heads/4.x-HBase-1.1
Commit: c6c7181fe2b9f416396ba180ecdc6af48cca66fe
Parents: 2c8b70a
Author: James Taylor <ja...@apache.org>
Authored: Sat Nov 5 11:06:44 2016 -0700
Committer: James Taylor <ja...@apache.org>
Committed: Sat Nov 5 11:06:44 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/c6c7181f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7c5a53d..6b1ec23 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>