You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rw...@apache.org on 2008/03/03 18:42:17 UTC

svn commit: r633198 - /commons/proper/net/branches/NET_2_0/pom.xml

Author: rwinston
Date: Mon Mar  3 09:42:16 2008
New Revision: 633198

URL: http://svn.apache.org/viewvc?rev=633198&view=rev
Log:
Wrong pom

Modified:
    commons/proper/net/branches/NET_2_0/pom.xml

Modified: commons/proper/net/branches/NET_2_0/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=633198&r1=633197&r2=633198&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/pom.xml (original)
+++ commons/proper/net/branches/NET_2_0/pom.xml Mon Mar  3 09:42:16 2008
@@ -123,8 +123,8 @@
     </dependencies>
 
     <properties>
-        <maven.compile.source>1.2</maven.compile.source>
-        <maven.compile.target>1.2</maven.compile.target>
+        <maven.compile.source>1.5</maven.compile.source>
+        <maven.compile.target>1.5</maven.compile.target>
         <commons.componentid>net</commons.componentid>
         <commons.release.version>1.4.1</commons.release.version>
         <commons.binary.suffix></commons.binary.suffix>