You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2022/03/25 08:43:39 UTC

[myfaces-tobago] branch tobago-2.x updated: Revert "build(deps): bump checkstyle from 9.3 to 10.0"

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

hnoeth 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 2567dce  Revert "build(deps): bump checkstyle from 9.3 to 10.0"
2567dce is described below

commit 2567dcebc6403e10f21df1cc830dd19ab2710437
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Mar 25 09:42:43 2022 +0100

    Revert "build(deps): bump checkstyle from 9.3 to 10.0"
    
    This reverts commit 3e30994ded7c9cc31867f0953c901c537d4309fe.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3747f22..b851f1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
     <jsf.target>2.0</jsf.target>
     <required.maven.version>3.3.1</required.maven.version>
     <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
-    <checkstyle.version>10.0</checkstyle.version>
+    <checkstyle.version>9.3</checkstyle.version>
     <!-- XXX use 16, if released -->
     <checkstyle-rules.version>16</checkstyle-rules.version>
     <tobago.basedir>${project.basedir}</tobago.basedir>