This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 42303a9f25 [build] misc bump several maven plugin version (#3294)
42303a9f25 is described below
commit 42303a9f2581dc00534fdfdfdb7d51a8d179f3c1
Author: ZhangJian He <[email protected]>
AuthorDate: Mon May 30 14:21:55 2022 +0800
[build] misc bump several maven plugin version (#3294)
### Motivation
Keep plugin version update. I am trying to make bookkeeper can run on
windows(more developers can join this project). I believe update some maven
plugin versions can help a little.
### Changes
- bump jacoco maven plugin from 0.8.0 to 0.8.8
- bump maven-clean-plugin from 2.5 to 3.2.0
- bump maven-compiler version to 3.10.1
- bump maven-jar-plugin from 2.4 to 3.2.2
- bump nar-maven-plugin from 3.5.2 to 3.10.1
- delete a unnecessary dependency, it's already defined in parent pom
### ci failure
both `google-http-client-gson` and `maven-settings` are not related to this
PR
---
pom.xml | 16 ++++++++--------
stream/distributedlog/pom.xml | 5 -----
2 files changed, 8 insertions(+), 13 deletions(-)
diff --git a/pom.xml b/pom.xml
index c0c2464c7b..195f3334ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,24 +181,24 @@
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
<dockerfile-maven-plugin.version>1.4.13</dockerfile-maven-plugin.version>
<download-maven-plugin.version>1.6.8</download-maven-plugin.version>
- <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
+ <exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
<license-maven-plugin.version>1.6</license-maven-plugin.version>
- <jacoco-maven-plugin.version>0.8.0</jacoco-maven-plugin.version>
+ <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
<maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version>
<maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>
- <maven-clean-plugin.version>2.5</maven-clean-plugin.version>
- <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
+ <maven-clean-plugin.version>3.2.0</maven-clean-plugin.version>
+ <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.0.2</maven-dependency-plugin.version>
<maven-deploy-plugin.version>2.7</maven-deploy-plugin.version>
<maven-install-plugin.version>2.5.1</maven-install-plugin.version>
- <maven-jar-plugin.version>2.4</maven-jar-plugin.version>
+ <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
<maven-shade-plugin.version>3.2.0</maven-shade-plugin.version>
- <maven-source-plugin.version>2.2.1</maven-source-plugin.version>
+ <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
<dependency-check-maven.version>7.0.4</dependency-check-maven.version>
- <nar-maven-plugin.version>3.5.2</nar-maven-plugin.version>
+ <nar-maven-plugin.version>3.10.1</nar-maven-plugin.version>
<os-maven-plugin.version>1.4.1.Final</os-maven-plugin.version>
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
<puppycrawl.checkstyle.version>6.19</puppycrawl.checkstyle.version>
@@ -1083,7 +1083,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.0</version>
+ <version>${jacoco-maven-plugin.version}</version>
<executions>
<execution>
<goals>
diff --git a/stream/distributedlog/pom.xml b/stream/distributedlog/pom.xml
index 8e86bb9cf1..62d8f63264 100644
--- a/stream/distributedlog/pom.xml
+++ b/stream/distributedlog/pom.xml
@@ -100,11 +100,6 @@
</dependencies>
</dependencyManagement>
<dependencies>
- <dependency>
- <groupId>com.github.spotbugs</groupId>
- <artifactId>spotbugs-annotations</artifactId>
- <scope>provided</scope>
- </dependency>
</dependencies>
</project>