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 10:15:07 UTC

[myfaces-tobago] branch tobago-5.x updated: build: buildability, release 20 is in progress now

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new dd54a6416a build: buildability, release 20 is in progress now
dd54a6416a is described below

commit dd54a6416a0e560fb78a9fb4bf07f75e4dccc493
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Fri Dec 9 11:15:01 2022 +0100

    build: buildability, release 20 is in progress now
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a7421aa564..d7ed919390 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
     <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
     <junit-jupiter.version>5.9.1</junit-jupiter.version>
     <testcontainers.version>1.17.6</testcontainers.version>
-    <checkstyle-rules.version>20</checkstyle-rules.version>
+    <checkstyle-rules.version>21-SNAPSHOT</checkstyle-rules.version>
 
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->
     <jetty.version>9.4.49.v20220914</jetty.version>