Added prerequisite to maven 3.0

This commit is contained in:
shing19m 2013-07-24 21:04:49 +02:00
parent 69230a3613
commit d30ac61b8d
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<packaging>jar</packaging>
<version>0.1</version>
<name>Apache Maven ANTLR Integration</name>
<prerequisites>
<maven>3.0</maven>
</prerequisites>
<build>
<plugins>
<plugin>