6 Apr
2010
6 Apr
'10
10:04 a.m.
Author: tchemit Date: 2010-04-06 12:04:13 +0200 (Tue, 06 Apr 2010) New Revision: 848 Log: Evolution #466: Use maven-compiler-plugin 2.2 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-04-04 18:31:05 UTC (rev 847) +++ trunk/pom.xml 2010-04-06 10:04:13 UTC (rev 848) @@ -381,7 +381,7 @@ <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>2.1</version> + <version>2.2</version> <configuration> <source>${maven.compile.source}</source> <target>${maven.compile.target}</target>