[jboss-cvs] JBossAS SVN: r68686 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 8 15:20:36 EST 2008


Author: pgier
Date: 2008-01-08 15:20:36 -0500 (Tue, 08 Jan 2008)
New Revision: 68686

Modified:
   trunk/build/pom.xml
Log:
Adding source level 1.5 to maven compiler plugin config.

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2008-01-08 18:55:58 UTC (rev 68685)
+++ trunk/build/pom.xml	2008-01-08 20:20:36 UTC (rev 68686)
@@ -53,6 +53,8 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
 				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
 					<showDeprecation>false</showDeprecation>
 					<showWarnings>false</showWarnings>
 				</configuration>




More information about the jboss-cvs-commits mailing list