You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2011/01/09 02:17:33 UTC

svn commit: r1056859 - /httpcomponents/httpcore/trunk/httpcore/pom.xml

Author: sebb
Date: Sun Jan  9 01:17:33 2011
New Revision: 1056859

URL: http://svn.apache.org/viewvc?rev=1056859&view=rev
Log:
No need now to override Surefire version for testing with Java 1.3

Modified:
    httpcomponents/httpcore/trunk/httpcore/pom.xml

Modified: httpcomponents/httpcore/trunk/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/pom.xml?rev=1056859&r1=1056858&r2=1056859&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore/pom.xml Sun Jan  9 01:17:33 2011
@@ -53,7 +53,6 @@
     <httpcore.compiler.compilerVersion />
     <httpcore.compiler.javac />
     <httpcore.surefire.java />
-    <httpcore.surefire.version>2.4.3</httpcore.surefire.version>
   </properties>
 
   <dependencies>
@@ -89,7 +88,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>${httpcore.surefire.version}</version>
         <configuration>
           <jvm>${httpcore.surefire.java}</jvm>
         </configuration>
@@ -174,8 +172,6 @@
         <httpcore.compiler.compilerVersion>1.3</httpcore.compiler.compilerVersion>
         <httpcore.compiler.javac>${JAVA_1_3_HOME}/bin/javac</httpcore.compiler.javac>
         <httpcore.surefire.java>${JAVA_1_3_HOME}/bin/java</httpcore.surefire.java>
-        <!-- Later versions of Surefire don't run with Java 1.3 -->
-        <httpcore.surefire.version>2.2</httpcore.surefire.version>
         <!-- Later versions of JUnit don't run with Java 1.3 -->
         <junit.version>3.8.1</junit.version>
       </properties>