From: <fg...@us...> - 2011-06-11 07:50:15
|
Revision: 3515 http://openutils.svn.sourceforge.net/openutils/?rev=3515&view=rev Author: fgiust Date: 2011-06-11 07:50:09 +0000 (Sat, 11 Jun 2011) Log Message: ----------- upgrade to java 6 Modified Paths: -------------- trunk/openutils-parent/pom.xml Modified: trunk/openutils-parent/pom.xml =================================================================== --- trunk/openutils-parent/pom.xml 2011-06-07 11:34:01 UTC (rev 3514) +++ trunk/openutils-parent/pom.xml 2011-06-11 07:50:09 UTC (rev 3515) @@ -129,8 +129,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> <encoding>UTF-8</encoding> </configuration> </plugin> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |