This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch refactor-test in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
commit 94e0f4df9dd89894c45239a38e7a87ee18dd3d6b Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Tue Jan 12 23:23:28 2021 +0100 Upgrade maven-checkstyle-plugin to 3.1.1 --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index c0a52bb..97fbe02 100644 --- a/pom.xml +++ b/pom.xml @@ -207,6 +207,7 @@ <helpPackageName>org.apache.maven.plugins.help</helpPackageName> </configuration> </plugin> + <!-- remove with parent upgrade --> <plugin> <artifactId>maven-site-plugin</artifactId> <version>3.9.1</version> @@ -219,6 +220,22 @@ <artifactId>maven-enforcer-plugin</artifactId> <version>3.0.0-M3</version> </plugin> + <plugin> + <artifactId>maven-checkstyle-plugin</artifactId> + <version>3.1.1</version> + <dependencies> + <dependency> + <groupId>com.puppycrawl.tools</groupId> + <artifactId>checkstyle</artifactId> + <version>8.29</version> + </dependency> + <dependency> + <groupId>org.apache.maven.shared</groupId> + <artifactId>maven-shared-resources</artifactId> + <version>3</version> + </dependency> + </dependencies> + </plugin> </plugins> </pluginManagement> <plugins>