Author: dwoods
Date: Wed Aug 18 21:16:20 2010
New Revision: 986945
URL: http://svn.apache.org/viewvc?rev=986945&view=rev
Log:
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
Modified:
openjpa/branches/2.0.x/pom.xml
Modified: openjpa/branches/2.0.x/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/pom.xml?rev=986945&r1=986944&r2=986945&view=diff
==============================================================================
--- openjpa/branches/2.0.x/pom.xml (original)
+++ openjpa/branches/2.0.x/pom.xml Wed Aug 18 21:16:20 2010
@@ -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>