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

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


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new b321ff9  ZOOKEEPER-3679: Upgrade maven-compiler-plugin For 
ZooKeeper-jute
b321ff9 is described below

commit b321ff9a7240e010a9417dfe2622181ed4963541
Author: David Mollitor <[email protected]>
AuthorDate: Wed Jan 8 10:43:49 2020 +0100

    ZOOKEEPER-3679: Upgrade maven-compiler-plugin For ZooKeeper-jute
    
    Author: David Mollitor <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>
    
    Closes #1207 from belugabehr/ZOOKEEPER-3679
---
 zookeeper-jute/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/zookeeper-jute/pom.xml b/zookeeper-jute/pom.xml
index 3f40548..7dc7295 100755
--- a/zookeeper-jute/pom.xml
+++ b/zookeeper-jute/pom.xml
@@ -71,7 +71,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.3.2</version>
         <executions>
           <execution>
             <id>pre-compile-jute</id>

Reply via email to