You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/08/19 17:22:05 UTC

svn commit: r987187 - /openjpa/branches/2.0.x/pom.xml

Author: dwoods
Date: Thu Aug 19 15:22:04 2010
New Revision: 987187

URL: http://svn.apache.org/viewvc?rev=987187&view=rev
Log:
OPENJPA-1712 Fix test-java5 profile failures by explicitly adding maven-compiler-plugin into build settings.  Revert required maven level to 2.0.9 for developers, but you still need 2.2.1 for releasing signed artifacts.

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=987187&r1=987186&r2=987187&view=diff
==============================================================================
--- openjpa/branches/2.0.x/pom.xml (original)
+++ openjpa/branches/2.0.x/pom.xml Thu Aug 19 15:22:04 2010
@@ -824,6 +824,10 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-source-plugin</artifactId>
                 <executions>
                     <execution>
@@ -874,7 +878,7 @@
                         <configuration>
                             <rules>
                                 <requireMavenVersion>
-                                    <version>[2.2.1,)</version>
+                                    <version>[2.0.9,)</version>
                                 </requireMavenVersion>
                                 <requireJavaVersion>
                                     <version>[1.6,)</version>