You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/07/26 07:21:07 UTC

[sling-org-apache-sling-commons-messaging-mail] 12/23: SLING-10639 Enable code checks with Checkstyle

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging-mail.git

commit b0958ffe3deabf5d177b38da6413fe9ad20a04d1
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Jul 20 21:22:26 2021 +0200

    SLING-10639 Enable code checks with Checkstyle
    
    use de.bildschirmarbeiter:checkstyle:2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e0547c9..1732c8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
           <dependency>
             <groupId>de.bildschirmarbeiter</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>1</version>
+            <version>2</version>
           </dependency>
         </dependencies>
         <configuration>