[webbeans-commits] Webbeans SVN: r2046 - tck/trunk/impl.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Mar 16 12:39:38 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-16 12:39:38 -0400 (Mon, 16 Mar 2009)
New Revision: 2046

Modified:
   tck/trunk/impl/pom.xml
Log:
java5 compat

Modified: tck/trunk/impl/pom.xml
===================================================================
--- tck/trunk/impl/pom.xml	2009-03-16 14:57:52 UTC (rev 2045)
+++ tck/trunk/impl/pom.xml	2009-03-16 16:39:38 UTC (rev 2046)
@@ -182,8 +182,8 @@
               		<groupId>org.apache.maven.plugins</groupId>
               		<artifactId>maven-compiler-plugin</artifactId>
                   <configuration>
-                     <source>1.6</source>
-                     <target>1.6</target>
+                     <source>1.5</source>
+                     <target>1.5</target>
                      <compilerArgument>-AauditXml=${basedir}/src/main/resources/tck-audit.xml</compilerArgument>
                   </configuration>
               	</plugin>




More information about the weld-commits mailing list