Skip to content

Commit

Permalink
Merge pull request twitter#295 from traviscrawford/require_maven3
Browse files Browse the repository at this point in the history
Lower required maven version to 3.0.0 (currently 3.0.4)
  • Loading branch information
traviscrawford committed Mar 14, 2013
2 parents b8e394f + 7b588df commit 81bf1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
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 81bf1a9

Please sign in to comment.