Author: fdesbois Date: 2010-01-15 18:28:54 +0100 (Fri, 15 Jan 2010) New Revision: 1695 Modified: trunk/pom.xml Log: use 1.5 version of jdk and mavenpom 2.0 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-10 23:01:44 UTC (rev 1694) +++ trunk/pom.xml 2010-01-15 17:28:54 UTC (rev 1695) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> </parent> <artifactId>i18n</artifactId> @@ -204,7 +204,9 @@ <projectId>i18n</projectId> <processor.version>1.0.1</processor.version> - + + <maven.compile.source>1.5</maven.compile.source> + <maven.compile.target>1.5</maven.compile.target> </properties> <build>