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

[camel-quarkus] 03/06: Upgrade to impsort-maven-plugin 1.8.0 to be able to build with mvnd 1.0-m6-m39

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

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

commit 4ca2c018cc43f14a1b4524a10be7130d945dc65e
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Fri Mar 31 15:09:09 2023 +0200

    Upgrade to impsort-maven-plugin 1.8.0 to be able to build with mvnd 1.0-m6-m39
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58941ef33b..5e77a064a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,7 +186,7 @@
         <frontend-maven-plugin.version>1.6</frontend-maven-plugin.version>
         <groovy-maven-plugin.version>2.1.1</groovy-maven-plugin.version>
         <groovy.version>3.0.14</groovy.version>
-        <impsort-maven-plugin.version>1.7.0</impsort-maven-plugin.version>
+        <impsort-maven-plugin.version>1.8.0</impsort-maven-plugin.version>
         <jandex-maven-plugin.version>1.0.8</jandex-maven-plugin.version>
         <keytool-maven-plugin.version>1.6</keytool-maven-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>