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/encodecolumns2 Commit: 291624f114e7ae91180df5a12d7fe6954358774e Parents: 0ec5774 Author: James Taylor <[email protected]> Authored: Sat Nov 5 11:05:25 2016 -0700 Committer: James Taylor <[email protected]> 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>
