You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2018/12/08 16:28:21 UTC

curator git commit: CURATOR-490 - use latest Apache parent in hopes that it fixes the forked process exception when testing at Jenkins

Repository: curator
Updated Branches:
  refs/heads/CURATOR-490 6afb8da3b -> d3005e2b0


CURATOR-490 - use latest Apache parent in hopes that it fixes the forked process exception when testing at Jenkins


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

Branch: refs/heads/CURATOR-490
Commit: d3005e2b043e68288f82a4782f6499c410057862
Parents: 6afb8da
Author: randgalt <ra...@apache.org>
Authored: Sat Dec 8 11:28:16 2018 -0500
Committer: randgalt <ra...@apache.org>
Committed: Sat Dec 8 11:28:16 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/curator/blob/d3005e2b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1cb4f67..f80a9f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>18</version>
+        <version>21</version>
     </parent>
 
     <groupId>org.apache.curator</groupId>
@@ -670,6 +670,7 @@
                 <configuration>
                     <threadCount>1</threadCount>
                     <reuseForks>false</reuseForks>
+                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
                 </configuration>
             </plugin>