Skip to content

Commit

Permalink
Add a check to ensure Maven 3.6.3+ is used #277
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Mar 24, 2020
1 parent c7670b5 commit b37da51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tooling/camel-k-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit b37da51

Please sign in to comment.