Author: brett
Date: Sun Jan  7 21:04:31 2007
New Revision: 493951

URL: http://svn.apache.org/viewvc?view=rev&rev=493951
Log:
fix compiler version

Modified:
    maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml
    maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml

Modified: maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml?view=diff&rev=493951&r1=493950&r2=493951
==============================================================================
--- maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/surefire-junit4/pom.xml Sun Jan  7 
21:04:31 2007
@@ -35,8 +35,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
+          <fork>false</fork>
+          <compilerVersion>1.4</compilerVersion>
         </configuration>
       </plugin>
       <plugin>

Modified: maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml?view=diff&rev=493951&r1=493950&r2=493951
==============================================================================
--- maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/surefire-testng/pom.xml Sun Jan  7 
21:04:31 2007
@@ -58,8 +58,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
+          <fork>false</fork>
+          <compilerVersion>1.4</compilerVersion>
         </configuration>
       </plugin>
       <plugin>


Reply via email to