You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/04/02 13:42:17 UTC

svn commit: r1088004 - /commons/proper/discovery/trunk/pom.xml

Author: simonetripodi
Date: Sat Apr  2 11:42:16 2011
New Revision: 1088004

URL: http://svn.apache.org/viewvc?rev=1088004&view=rev
Log:
upgrated cmpliance level to java5

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

Modified: commons/proper/discovery/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1088004&r1=1088003&r2=1088004&view=diff
==============================================================================
--- commons/proper/discovery/trunk/pom.xml (original)
+++ commons/proper/discovery/trunk/pom.xml Sat Apr  2 11:42:16 2011
@@ -113,6 +113,8 @@
     <commons.binary.suffix></commons.binary.suffix>
     <commons.jira.id>DISCOVERY</commons.jira.id>
     <commons.jira.pid>12310472</commons.jira.pid>
+    <maven.compile.source>1.5</maven.compile.source>
+    <maven.compile.target>1.5</maven.compile.target>
   </properties> 
 
   <build>