Author: tchemit Date: 2011-02-03 14:43:14 +0100 (Thu, 03 Feb 2011) New Revision: 799 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/799 Log: Evolution #1287: Let's stay on jdk1.5 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-01-27 08:53:38 UTC (rev 798) +++ trunk/pom.xml 2011-02-03 13:43:14 UTC (rev 799) @@ -271,6 +271,11 @@ <!-- documentation is in apt --> <siteSourcesType>apt</siteSourcesType> + <!-- Stay on jdk5 (requirement for some other project using this + library) --> + <maven.compiler.source>1.5</maven.compiler.source> + <maven.compiler.target>1.5</maven.compiler.target> + </properties> <build>
participants (1)
-
tchemit@users.nuiton.org