Skip to content

Commit

Permalink
Merge pull request elastic#13023 from jasontedor/enforce-maven-version
Browse files Browse the repository at this point in the history
Enforce supported Maven versions
  • Loading branch information
jasontedor committed Sep 1, 2015
2 parents 05b48b9 + 0a4d6b3 commit edac404
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,19 @@
</rules>
</configuration>
</execution>
<execution>
<id>enforce-maven-version</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>[3.1.0,3.3.0)</version>
</requireMavenVersion>
</rules>
</configuration>
</execution>
<execution>
<id>print-versions</id>
<phase>validate</phase>
Expand Down

0 comments on commit edac404

Please sign in to comment.