16 Jan
2010
16 Jan
'10
5:54 p.m.
Author: tchemit Date: 2010-01-16 18:54:52 +0100 (Sat, 16 Jan 2010) New Revision: 764 Modified: trunk/pom.xml Log: Evolution #218: Utilisation de maven-compiler-plugin 2.1 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-16 17:53:05 UTC (rev 763) +++ trunk/pom.xml 2010-01-16 17:54:52 UTC (rev 764) @@ -377,7 +377,7 @@ <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> + <version>2.1</version> <configuration> <source>${maven.compile.source}</source> <target>${maven.compile.target}</target>