From: <bma...@us...> - 2015-03-16 10:18:09
|
Revision: 9070 http://sourceforge.net/p/fudaa/svn/9070 Author: bmarchan Date: 2015-03-16 10:17:57 +0000 (Mon, 16 Mar 2015) Log Message: ----------- Compilation et execution en 1.7 Modified Paths: -------------- trunk/soft/fudaa-lspiv/pom.xml Modified: trunk/soft/fudaa-lspiv/pom.xml =================================================================== --- trunk/soft/fudaa-lspiv/pom.xml 2015-03-13 17:40:31 UTC (rev 9069) +++ trunk/soft/fudaa-lspiv/pom.xml 2015-03-16 10:17:57 UTC (rev 9070) @@ -5,8 +5,8 @@ <properties> <fudaa-framework.version>1.7-SNAPSHOT</fudaa-framework.version> <fudaa-mesh.version>1.5-SNAPSHOT</fudaa-mesh.version> - <javaCompiler>1.6</javaCompiler> - <targetJdk>1.6</targetJdk> + <javaCompiler>1.7</javaCompiler> + <targetJdk>1.7</targetJdk> </properties> <parent> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |