You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/08/18 13:16:59 UTC

[camel-k-runtime] 04/05: chore(deps): update maven deps to v3.6.1

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 4ceba403191f53e5372952666f943fe2b46443f1
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Sun Aug 18 14:52:27 2019 +0200

    chore(deps): update maven deps to v3.6.1
---
 tooling/camel-k-maven-plugin/pom.xml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/tooling/camel-k-maven-plugin/pom.xml b/tooling/camel-k-maven-plugin/pom.xml
index fa8e2e2..e0dc9cc 100644
--- a/tooling/camel-k-maven-plugin/pom.xml
+++ b/tooling/camel-k-maven-plugin/pom.xml
@@ -29,11 +29,17 @@
 
   <artifactId>camel-k-maven-plugin</artifactId>
 
+  <properties>
+    <maven.version>3.6.1</maven.version>
+    <maven-plugin-tools.version>3.6.0</maven-plugin-tools.version>
+    <maven-shaded.version>3.1.0</maven-shaded.version>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
-      <version>3.6.0</version>
+      <version>${maven.version}</version>
       <exclusions>
         <exclusion>
           <groupId>*</groupId>
@@ -44,7 +50,7 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>3.6.0</version>
+      <version>${maven-plugin-tools.version}</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
@@ -55,7 +61,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-common-artifact-filters</artifactId>
-      <version>3.1.0</version>
+      <version>${maven-shaded.version}</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.maven</groupId>
@@ -70,7 +76,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>3.6.0</version>
+      <version>${maven.version}</version>
       <exclusions>
         <exclusion>
           <groupId>*</groupId>