You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2010/10/09 19:36:10 UTC

svn commit: r1006197 - /commons/proper/pool/trunk/pom.xml

Author: psteitz
Date: Sat Oct  9 17:36:09 2010
New Revision: 1006197

URL: http://svn.apache.org/viewvc?rev=1006197&view=rev
Log:
Bumped the JDK level for 2.0

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

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1006197&r1=1006196&r2=1006197&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Sat Oct  9 17:36:09 2010
@@ -131,8 +131,8 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <maven.compile.source>1.3</maven.compile.source>
-    <maven.compile.target>1.3</maven.compile.target>
+    <maven.compile.source>1.5</maven.compile.source>
+    <maven.compile.target>1.5</maven.compile.target>
     <commons.componentid>pool</commons.componentid>
     <commons.release.version>1.5.5</commons.release.version>
     <commons.jira.id>POOL</commons.jira.id>