OPENJPA-1712 Default apache-7.pom level of maven-compiler-plugin-2.0.2 doesn't work for forking off our JDK5 tests, so upgrade to the latest

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@986945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-08-18 21:16:20 +00:00
parent 4d9c4ea5ca
commit 77da50942f
1 changed files with 2 additions and 0 deletions

View File

@ -580,9 +580,11 @@
<build>
<pluginManagement>
<plugins>
<!-- apache-7.pom default of 2.0.2 fails for JDK5 testing -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<source>1.5</source>
<target>1.5</target>