mirror of https://github.com/apache/maven.git
fixed IT: use m-compiler-p version as defined in bootstrap
This commit is contained in:
parent
739d503ed2
commit
877e278238
|
@ -32,7 +32,7 @@ under the License.
|
|||
<revision>1.3.0-SNAPSHOT</revision>
|
||||
</properties>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<pluginManagement><!-- see bootstrap for plugins versions -->
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
@ -44,6 +44,11 @@ under the License.
|
|||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.0.2</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
|
Loading…
Reference in New Issue