Author: jglick
Date: Thu Apr 19 19:54:25 2012
New Revision: 1328096
URL: http://svn.apache.org/viewvc?rev=1328096&view=rev
Log:
JDK 5.
Modified:
ant/core/trunk/src/etc/poms/pom.xml
Modified: ant/core/trunk/src/etc/poms/pom.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/pom.xml?rev=1328096&r1=1328095&r2=1328096&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/pom.xml Thu Apr 19 19:54:25 2012
@@ -123,8 +123,8 @@ xsi:schemaLocation="http://maven.apache.
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
- <source>1.4</source>
- <target>1.4</target>
+ <source>1.5</source>
+ <target>1.5</target>
</configuration>
</plugin>
<plugin>