You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/01/23 22:05:06 UTC

[maven-checkstyle-plugin] 05/05: Upgrade plugins

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

slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git

commit 992d34247fc9b82ef7d494b70f76b61371524d57
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jan 23 22:35:04 2021 +0100

    Upgrade plugins
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1bd33e0..6ed3f76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@ under the License.
     <checkstyleVersion>8.29</checkstyleVersion>
     <doxiaVersion>1.4</doxiaVersion>
     <sitePluginVersion>3.9.0</sitePluginVersion>
+    <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2020-02-08T08:24:16Z</project.build.outputTimestamp>
   </properties>
 
@@ -274,6 +275,14 @@ under the License.
           <version>3.1.1</version>
         </plugin>
         <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.9.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-enforcer-plugin</artifactId>
+          <version>3.0.0-M3</version>
+        </plugin>
+        <plugin>
           <artifactId>maven-checkstyle-plugin</artifactId>
           <version>3.1.1</version>
           <dependencies>