Skip to content

Commit

Permalink
lower required maven version to 3.0.0 (was 3.0.4) because the default…
Browse files Browse the repository at this point in the history
… mvn on OSX does not meet the current requirement (its 3.0.3 on osx 1.8)
  • Loading branch information
Travis Crawford committed Mar 14, 2013
1 parent 45157ea commit 7b588df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>[3.0.4,)</version>
<version>[3.0.0,)</version>
</requireMavenVersion>
</rules>
<fail>true</fail>
Expand Down

0 comments on commit 7b588df

Please sign in to comment.