You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2007/05/01 22:01:35 UTC

svn commit: r534220 - /jakarta/commons/proper/lang/branches/LangTwo-1.x/pom.xml

Author: bayard
Date: Tue May  1 13:01:35 2007
New Revision: 534220

URL: http://svn.apache.org/viewvc?view=rev&rev=534220
Log:
1.5 dependent. 1.6 didn't have a lot of additions, so I doubt it'llbe worth pushing up to depending on it

Modified:
    jakarta/commons/proper/lang/branches/LangTwo-1.x/pom.xml

Modified: jakarta/commons/proper/lang/branches/LangTwo-1.x/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/branches/LangTwo-1.x/pom.xml?view=diff&rev=534220&r1=534219&r2=534220
==============================================================================
--- jakarta/commons/proper/lang/branches/LangTwo-1.x/pom.xml (original)
+++ jakarta/commons/proper/lang/branches/LangTwo-1.x/pom.xml Tue May  1 13:01:35 2007
@@ -365,6 +365,11 @@
     </dependency>
   </dependencies>
 
+  <properties>
+    <maven.compile.source>1.5</maven.compile.source>
+    <maven.compile.target>1.5</maven.compile.target>
+  </properties> 
+
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org