Author: jcarman
Date: Sat Jul 17 04:52:45 2010
New Revision: 965014

URL: http://svn.apache.org/viewvc?rev=965014&view=rev
Log:
Changing src/target to 1.6 because of ServiceLoader references.

Modified:
    commons/proper/proxy/branches/version-2.0-work/pom.xml

Modified: commons/proper/proxy/branches/version-2.0-work/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/pom.xml?rev=965014&r1=965013&r2=965014&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/pom.xml (original)
+++ commons/proper/proxy/branches/version-2.0-work/pom.xml Sat Jul 17 04:52:45 
2010
@@ -175,8 +175,8 @@
     </distributionManagement>
 
     <properties>
-        <maven.compile.source>1.5</maven.compile.source>
-        <maven.compile.target>1.5</maven.compile.target>
+        <maven.compile.source>1.6</maven.compile.source>
+        <maven.compile.target>1.6</maven.compile.target>
         <commons.componentid>proxy</commons.componentid>
         <commons.release.version>1.0</commons.release.version>
         <commons.binary.suffix></commons.binary.suffix>


Reply via email to