This is an automated email from the ASF dual-hosted git repository.
andor pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.6 by this push:
new 8bd0d5e ZOOKEEPER-3679: Upgrade maven-compiler-plugin For
ZooKeeper-jute
8bd0d5e is described below
commit 8bd0d5e06be3d508c64c34bf2aa4423bcd8d666f
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 abd9807..f3930d7 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>