# HG changeset patch # User Tom Gottfried # Date 1698920450 -3600 # Node ID 47eee0be57927a7268f662f6cce14d0ed4aff390 # Parent 2a78ac6c804537d14a9834048211992b0e27e80c Upgrade to latest Checkstyle plugin supporting used Maven version diff -r 2a78ac6c8045 -r 47eee0be5792 artifacts/pom.xml --- a/artifacts/pom.xml Wed Nov 01 19:06:30 2023 +0100 +++ b/artifacts/pom.xml Thu Nov 02 11:20:50 2023 +0100 @@ -49,7 +49,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.0.0 + 3.1.2 ../checkstyle.xml UTF-8 diff -r 2a78ac6c8045 -r 47eee0be5792 backend/pom.xml --- a/backend/pom.xml Wed Nov 01 19:06:30 2023 +0100 +++ b/backend/pom.xml Thu Nov 02 11:20:50 2023 +0100 @@ -89,7 +89,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.0.0 + 3.1.2 ../checkstyle.xml UTF-8 diff -r 2a78ac6c8045 -r 47eee0be5792 checkstyle.xml --- a/checkstyle.xml Wed Nov 01 19:06:30 2023 +0100 +++ b/checkstyle.xml Thu Nov 02 11:20:50 2023 +0100 @@ -32,6 +32,13 @@ + + + + + + + @@ -67,14 +74,6 @@ - - - - - - - -