You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by kr...@apache.org on 2010/12/26 20:38:58 UTC

svn commit: r1052928 - /maven/surefire/trunk/surefire-integration-tests/pom.xml

Author: krosenvold
Date: Sun Dec 26 19:38:58 2010
New Revision: 1052928

URL: http://svn.apache.org/viewvc?rev=1052928&view=rev
Log:
o Upgraded surefire integration tests module to jdk 1.5

Modified:
    maven/surefire/trunk/surefire-integration-tests/pom.xml

Modified: maven/surefire/trunk/surefire-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/pom.xml?rev=1052928&r1=1052927&r2=1052928&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-integration-tests/pom.xml (original)
+++ maven/surefire/trunk/surefire-integration-tests/pom.xml Sun Dec 26 19:38:58 2010
@@ -121,8 +121,8 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
+          <source>1.5</source>
+          <target>1.5</target>
         </configuration>
       </plugin>
       <plugin>
@@ -143,7 +143,6 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <test>SetUpForIntegrationTest</test>
-
           <!-- Pass current surefire version to the main suite so that it -->
           <!-- can forward to all integration test projects. SUREFIRE-513 -->
           <systemProperties>