Author: chatellier Date: 2009-04-29 09:35:53 +0000 (Wed, 29 Apr 2009) New Revision: 129 Modified: trunk/pom.xml Log: Update compiler version to 1.6 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-04-29 09:27:18 UTC (rev 128) +++ trunk/pom.xml 2009-04-29 09:35:53 UTC (rev 129) @@ -39,8 +39,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> - <source>1.5</source> - <target>1.5</target> + <source>1.6</source> + <target>1.6</target> <excludes> <exclude>**/simulations/**</exclude> </excludes>