You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jc...@apache.org on 2007/10/05 19:43:25 UTC

svn commit: r582360 - /commons/proper/proxy/trunk/pom.xml

Author: jcarman
Date: Fri Oct  5 10:43:24 2007
New Revision: 582360

URL: http://svn.apache.org/viewvc?rev=582360&view=rev
Log:
PROXY-1: Trunk fails to build under JDK 1.6

Modified:
    commons/proper/proxy/trunk/pom.xml

Modified: commons/proper/proxy/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=582360&r1=582359&r2=582360&view=diff
==============================================================================
--- commons/proper/proxy/trunk/pom.xml (original)
+++ commons/proper/proxy/trunk/pom.xml Fri Oct  5 10:43:24 2007
@@ -98,6 +98,14 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.3</source>
+                    <target>1.3</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
                     <execution>