You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/12/09 12:55:44 UTC

[myfaces-tobago] branch tobago-2.x updated: fix: false positives (#3519)

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

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new 577ba79158 fix: false positives (#3519)
577ba79158 is described below

commit 577ba79158496d9c84f77efcf04231671a434f41
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Fri Dec 9 13:55:39 2022 +0100

    fix: false positives (#3519)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4e42c28eab..fc9abe3cab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
     <required.maven.version>3.8.1</required.maven.version>
     <maven-checkstyle-plugin.version>3.2.0</maven-checkstyle-plugin.version>
     <checkstyle.version>9.3</checkstyle.version>
-    <checkstyle-rules.version>19</checkstyle-rules.version>
+    <checkstyle-rules.version>21-SNAPSHOT</checkstyle-rules.version>
     <tobago.basedir>${project.basedir}</tobago.basedir>
   </properties>