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 2020/03/24 17:33:32 UTC

[camel-k-runtime] branch master updated: Add a check to ensure Maven 3.6.3+ is used #277

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


The following commit(s) were added to refs/heads/master by this push:
     new b37da51  Add a check to ensure Maven 3.6.3+ is used #277
b37da51 is described below

commit b37da51a26502d76b17aab8e50f2bca3521afd47
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Tue Mar 24 18:02:23 2020 +0100

    Add a check to ensure Maven 3.6.3+ is used #277
---
 tooling/camel-k-maven-plugin/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tooling/camel-k-maven-plugin/pom.xml b/tooling/camel-k-maven-plugin/pom.xml
index 2b19839..13492ac 100644
--- a/tooling/camel-k-maven-plugin/pom.xml
+++ b/tooling/camel-k-maven-plugin/pom.xml
@@ -24,6 +24,10 @@
     <version>1.3.0-SNAPSHOT</version>
   </parent>
 
+  <prerequisites>
+    <maven>3.6.3</maven>
+  </prerequisites>
+
   <modelVersion>4.0.0</modelVersion>
   <packaging>maven-plugin</packaging>