You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2009/06/06 13:32:28 UTC

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

Author: olegk
Date: Sat Jun  6 11:32:28 2009
New Revision: 782230

URL: http://svn.apache.org/viewvc?rev=782230&view=rev
Log:
Set JDK level for clover to 1.4

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=782230&r1=782229&r2=782230&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore/pom.xml Sat Jun  6 11:32:28 2009
@@ -142,7 +142,7 @@
         <groupId>com.atlassian.maven.plugins</groupId>
         <artifactId>maven-clover2-plugin</artifactId>
         <configuration>
-          <jdk>1.5</jdk>
+          <jdk>1.4</jdk>
         </configuration>
       </plugin>