From: <fg...@us...> - 2011-10-31 15:26:42
|
Revision: 3680 http://openutils.svn.sourceforge.net/openutils/?rev=3680&view=rev Author: fgiust Date: 2011-10-31 15:26:36 +0000 (Mon, 31 Oct 2011) Log Message: ----------- back to java 5 Modified Paths: -------------- trunk/openutils-parent/pom.xml Modified: trunk/openutils-parent/pom.xml =================================================================== --- trunk/openutils-parent/pom.xml 2011-10-27 12:10:38 UTC (rev 3679) +++ trunk/openutils-parent/pom.xml 2011-10-31 15:26:36 UTC (rev 3680) @@ -129,8 +129,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.5</source> + <target>1.5</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. |