Author: olamy
Date: Fri Jun 10 10:19:50 2011
New Revision: 1134264
URL: http://svn.apache.org/viewvc?rev=1134264&view=rev
Log:
upgrade compiler plugin version to be able to configure fork tru cli
Modified:
maven/core-integration-testing/trunk/pom.xml
Modified: maven/core-integration-testing/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/pom.xml?rev=1134264&r1=1134263&r2=1134264&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/pom.xml (original)
+++ maven/core-integration-testing/trunk/pom.xml Fri Jun 10 10:19:50 2011
@@ -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>