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 <[email protected]>
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>
 

Reply via email to