Author: Bavencoff Date: 2013-06-04 11:56:17 +0200 (Tue, 04 Jun 2013) New Revision: 3677 Url: http://chorem.org/projects/lima/repository/revisions/3677 Log: fixes #913 : running lima under java 1.6 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-06-03 16:42:38 UTC (rev 3676) +++ trunk/pom.xml 2013-06-04 09:56:17 UTC (rev 3677) @@ -382,10 +382,6 @@ <platform>chorem.org</platform> <projectId>lima</projectId> - - <maven.compiler.source>1.7</maven.compiler.source> - <maven.compiler.target>1.7</maven.compiler.target> - <!-- customized libs version --> <nuitonUtilsVersion>2.6.12</nuitonUtilsVersion> <eugenePluginVersion>2.6.3</eugenePluginVersion> @@ -395,7 +391,7 @@ <openEjbVersion>4.5.2</openEjbVersion> <slf4jVersion>1.7.5</slf4jVersion> <swingxVersion>1.6.5-1</swingxVersion> - <jettyPluginVersion>9.0.0.M5</jettyPluginVersion> + <jettyPluginVersion>8.1.11.v20130520</jettyPluginVersion> <jettyVersion>${jettyPluginVersion}</jettyVersion> <!-- license to use -->