This is an automated email from the ASF dual-hosted git repository.

andor pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new c1a58d7  ZOOKEEPER-3122: Bugfix - Change maven java target versions to 
1.6
c1a58d7 is described below

commit c1a58d7f83b61e744db6708a7614e367f9a03a87
Author: Norbert Kalmar <[email protected]>
AuthorDate: Thu Feb 7 09:16:37 2019 +0100

    ZOOKEEPER-3122: Bugfix - Change maven java target versions to 1.6
    
    Author: Norbert Kalmar <[email protected]>
    
    Reviewers: [email protected]
    
    Closes #802 from nkalmar/ZK-3122-3.4
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4518c0b..01819ed 100755
--- a/pom.xml
+++ b/pom.xml
@@ -256,11 +256,11 @@
 
   <properties>
     <!-- maven properties -->
-    <maven.compiler.source>1.8</maven.compiler.source>
-    <maven.compiler.target>1.8</maven.compiler.target>
+    <maven.compiler.source>1.6</maven.compiler.source>
+    <maven.compiler.target>1.6</maven.compiler.target>
     <dependency.locations.enabled>false</dependency.locations.enabled>
 
-    <surefire-forkcount>8</surefire-forkcount>
+    <surefire-forkcount>1</surefire-forkcount>
 
     <!-- dependency versions -->
     <slf4j.version>1.7.25</slf4j.version>

Reply via email to