This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 742ba50 fix(dependency): remove Imcompatible plugin with jdk15
742ba50 is described below
commit 742ba503c3eec7e583272625850c77965ce98d15
Author: von gosling <[email protected]>
AuthorDate: Mon Sep 21 15:38:19 2020 +0800
fix(dependency): remove Imcompatible plugin with jdk15
---
pom.xml | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/pom.xml b/pom.xml
index 09438d1..37ea2eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,21 +179,6 @@
</configuration>
</plugin>
<plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.4</version>
- <configuration>
- <charset>UTF-8</charset>
- </configuration>
- <executions>
- <execution>
- <id>attach-javadocs</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>