mirror of https://github.com/apache/openjpa.git
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:
parent
4d9c4ea5ca
commit
77da50942f
2
pom.xml
2
pom.xml
|
@ -580,9 +580,11 @@
|
||||||
<build>
|
<build>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<!-- apache-7.pom default of 2.0.2 fails for JDK5 testing -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<version>2.3.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.5</source>
|
<source>1.5</source>
|
||||||
<target>1.5</target>
|
<target>1.5</target>
|
||||||
|
|
Loading…
Reference in New Issue