You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/06/15 18:31:17 UTC

[camel] branch main updated: Upgrade checkstyle plugin and remove encoding configuration which is not known to this plugin.

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 78ecf388d15 Upgrade checkstyle plugin and remove encoding configuration which is not known to this plugin.
78ecf388d15 is described below

commit 78ecf388d156788e9073bb6abaa334d559a16643
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jun 15 20:31:05 2023 +0200

    Upgrade checkstyle plugin and remove encoding configuration which is not known to this plugin.
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 2ff13eb67eb..d1ab58bdb8e 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -344,7 +344,7 @@
         <maven-archetype-plugin-version>3.2.1</maven-archetype-plugin-version>
         <maven-archetype-packaging-version>2.3</maven-archetype-packaging-version>
         <maven-assembly-plugin-version>3.4.2</maven-assembly-plugin-version>
-        <maven-checkstyle-plugin-version>3.2.1</maven-checkstyle-plugin-version>
+        <maven-checkstyle-plugin-version>3.3.0</maven-checkstyle-plugin-version>
         <maven-checkstyle-version>8.45.1</maven-checkstyle-version>
         <maven-owasp-plugin-version>8.2.1</maven-owasp-plugin-version>
         <maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 1392dc845e0..c5d95344bfb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -339,7 +339,7 @@
         <maven-archetype-plugin-version>3.2.1</maven-archetype-plugin-version>
         <maven-archetype-packaging-version>2.3</maven-archetype-packaging-version>
         <maven-assembly-plugin-version>3.4.2</maven-assembly-plugin-version>
-        <maven-checkstyle-plugin-version>3.2.1</maven-checkstyle-plugin-version>
+        <maven-checkstyle-plugin-version>3.3.0</maven-checkstyle-plugin-version>
         <maven-checkstyle-version>8.45.1</maven-checkstyle-version>
         <maven-owasp-plugin-version>8.2.1</maven-owasp-plugin-version>
         <maven-jar-plugin-version>3.3.0</maven-jar-plugin-version>
@@ -2902,7 +2902,6 @@
                                 <failsOnError>${checkstyle.failOnViolation}</failsOnError>
                                 <linkXRef>false</linkXRef>
                                 <suppressionsLocation>camel-checkstyle-suppressions.xml</suppressionsLocation>
-                                <encoding>UTF-8</encoding>
                                 <sourceDirectories>
                                     <sourceDirectory>${basedir}/src</sourceDirectory>
                                 </sourceDirectories>