This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git
The following commit(s) were added to refs/heads/master by this push:
new 131edc7 Update pom.xml to enable website build
131edc7 is described below
commit 131edc72105557f5220813d45257f822082f6a75
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Tue Oct 6 20:25:07 2020 -0700
Update pom.xml to enable website build
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index e06f6c6..38a7c84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,13 +305,13 @@
<maven-changes-plugin.version>2.12.1</maven-changes-plugin.version>
<maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>
<maven-jxr-plugin.version>3.0.0</maven-jxr-plugin.version>
- <maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
+ <maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
<apache-rat-plugin.version>0.13</apache-rat-plugin.version>
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<maven-war-plugin.version>3.2.3</maven-war-plugin.version>
<maven-invoker-plugin.version>3.2.1</maven-invoker-plugin.version>
- <maven-checkstyle-plugin.version>3.1.12.2</maven-checkstyle-plugin.version>
+ <spotbugs-maven-plugin.version>4.1.3</spotbugs-maven-plugin.version>
<forbiddenapis.version>2.6</forbiddenapis.version>
<!--
@@ -890,7 +890,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>${maven-checkstyle-plugin.version}</version>
+ <version>${spotbugs-maven-plugin.version}</version>
</plugin>
</plugins>
</build>
@@ -967,7 +967,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>${maven-checkstyle-plugin.version}</version>
+ <version>${spotbugs-maven-plugin.version}</version>
</plugin>
<!-- Check style report. -->