upgrade compiler plugin version to be able to configure fork tru cli

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134264 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-06-10 10:19:50 +00:00
parent eab39de3ac
commit c8469d95a3
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@ under the License.
<artifactId>maven-surefire-plugin</artifactId>
<version>2.8.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
</plugin>
</plugins>
</pluginManagement>
</build>