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/05/06 19:00:57 UTC

[maven-indexer] branch master updated: Revert "Bump checkstyle from 8.41.1 to 8.42"

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4aae6e9  Revert "Bump checkstyle from 8.41.1 to 8.42"
4aae6e9 is described below

commit 4aae6e91eb0410c025c8e74135c7979c84cb5d57
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Apr 26 04:01:36 2021 +0000

    Revert "Bump checkstyle from 8.41.1 to 8.42"
    
    This reverts commit 8ef69e9125cdf2b9d0989a0b6cfdb0831a10dd9b.
    
    Failed due to:
    JavadocMethodCheck: swap scope to access modifiers. Author: Nick Mancuso
    
    https://github.com/checkstyle/checkstyle/issues/7417
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9d429e3..cb96deb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,7 +389,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>8.42</version>
+              <version>8.41.1</version>
             </dependency>
             <dependency>
               <groupId>org.apache.maven.shared</groupId>