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 2021/12/23 18:17:35 UTC

[camel] branch main updated: CAMEL-17329: Upgrade maven formatter plugin as part of drop JDK8

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 b3547cb  CAMEL-17329: Upgrade maven formatter plugin as part of drop JDK8
b3547cb is described below

commit b3547cb98f93c6f5956f62641874e7c1fb732666
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Dec 23 19:16:49 2021 +0100

    CAMEL-17329: Upgrade maven formatter plugin as part of drop JDK8
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f1d667a..2e477f4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -181,7 +181,7 @@
         <flatpack-version>4.0.5</flatpack-version>
         <flink-version>1.14.0</flink-version>
         <fop-version>2.6</fop-version>
-        <formatter-maven-plugin-version>2.16.0</formatter-maven-plugin-version>
+        <formatter-maven-plugin-version>2.17.0</formatter-maven-plugin-version>
         <ftpserver-version>1.1.1</ftpserver-version>
         <freemarker-version>2.3.31</freemarker-version>
         <geronimo-annotation-1.0-spec-version>1.1.1</geronimo-annotation-1.0-spec-version>