You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/03/28 12:58:25 UTC

[camel-k-runtime] branch release-1.17.x updated: chore(ci): split maven version property

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

pcongiusti pushed a commit to branch release-1.17.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/release-1.17.x by this push:
     new 7e568dfe chore(ci): split maven version property
7e568dfe is described below

commit 7e568dfe8e7174feff6b246d342bc647be11dd55
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Mar 28 11:50:00 2023 +0200

    chore(ci): split maven version property
---
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f7d5aaf0..15023f6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,7 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
 
+        <maven-version>3.6.3</maven-version>
         <camel-version>3.20.1</camel-version>
 
         <!-- quarkus -->
@@ -84,9 +85,9 @@
         <maven-pmd-plugin-version>3.20.0</maven-pmd-plugin-version>
         <maven-pmd-plugin-asm-version>9.4</maven-pmd-plugin-asm-version>
         <maven-pmd-plugin-shared-utils-version>3.3.3</maven-pmd-plugin-shared-utils-version>
-        <maven-plugin-plugin-version>3.7.1</maven-plugin-plugin-version>
-        <maven-version>3.6.3</maven-version>
-        <maven-plugin-tools-version>3.6.4</maven-plugin-tools-version>
+        <maven-plugin-plugin-version>3.8.1</maven-plugin-plugin-version>
+        <maven-plugin-api-version>3.6.3</maven-plugin-api-version>
+        <maven-plugin-tools-version>3.8.1</maven-plugin-tools-version>
         <maven-shaded-version>3.3.2</maven-shaded-version>
     </properties>
 
@@ -611,7 +612,7 @@
             <dependency>
                 <groupId>org.apache.maven</groupId>
                 <artifactId>maven-plugin-api</artifactId>
-                <version>${maven-version}</version>
+                <version>${maven-plugin-api-version}</version>
             </dependency>
 
         </dependencies>