Skip to content

Commit

Permalink
Disallow usage of maven 3.1.x (and higher) because of non compability…
Browse files Browse the repository at this point in the history
… with plugins
  • Loading branch information
Norman Maurer committed Aug 8, 2013
1 parent b54937a commit e954eb1
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 @@ -278,7 +278,7 @@
<version>[1.7.0,)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[3.0.5,)</version>
<version>[3.0.5,3.1)</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down

0 comments on commit e954eb1

Please sign in to comment.