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/05/28 09:13:46 UTC

[camel] 02/02: Upgrade to maven 3.8.8 using in maven plugins

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

commit fe417ac290cde52e46ec7b64eca15710c0c0a589
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun May 28 11:13:15 2023 +0200

    Upgrade to maven 3.8.8 using in maven plugins
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 tooling/parent/pom.xml     | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 7744266ad7d..1d49025691b 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -343,7 +343,7 @@
         <lightcouch-version>0.2.0</lightcouch-version>
         <mapstruct-version>1.5.5.Final</mapstruct-version>
         <!-- needed from tooling/archetypes -->
-        <maven-version>3.8.7</maven-version>
+        <maven-version>3.8.8</maven-version>
         <maven-antrun-plugin-version>3.1.0</maven-antrun-plugin-version>
         <maven-archetype-plugin-version>3.2.1</maven-archetype-plugin-version>
         <maven-archetype-packaging-version>2.3</maven-archetype-packaging-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 7f441b6f065..181c97ef811 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -338,7 +338,7 @@
         <lightcouch-version>0.2.0</lightcouch-version>
         <mapstruct-version>1.5.5.Final</mapstruct-version>
         <!-- needed from tooling/archetypes -->
-        <maven-version>3.8.7</maven-version>
+        <maven-version>3.8.8</maven-version>
         <maven-antrun-plugin-version>3.1.0</maven-antrun-plugin-version>
         <maven-archetype-plugin-version>3.2.1</maven-archetype-plugin-version>
         <maven-archetype-packaging-version>2.3</maven-archetype-packaging-version>
diff --git a/tooling/parent/pom.xml b/tooling/parent/pom.xml
index 21c0de599ad..fa033106956 100644
--- a/tooling/parent/pom.xml
+++ b/tooling/parent/pom.xml
@@ -33,8 +33,7 @@
     <description>Camel Tooling Parent POM</description>
 
     <properties>
-
-        <maven-version>3.8.7</maven-version>
+        <maven-version>3.8.8</maven-version>
         <maven-maven-plugin-descriptor-version>2.2.1</maven-maven-plugin-descriptor-version>
         <maven-project-version>2.2.1</maven-project-version>
         <maven-dependency-tree-version>2.2</maven-dependency-tree-version>