This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 427ec5059174465adffbd0d987210e92c99e30ee Author: Lyor Goldstein <[email protected]> AuthorDate: Thu Jul 18 14:42:06 2019 +0300 Upgraded Maven checkstyle plugin version to 3.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9cd298f..3ce0f63 100644 --- a/pom.xml +++ b/pom.xml @@ -807,7 +807,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>3.0.0</version> + <version>3.1.0</version> <configuration> <logViolationsToConsole>true</logViolationsToConsole> <includeTestSourceDirectory>true</includeTestSourceDirectory>
