Author: acheype Date: 2013-02-19 07:38:46 +0100 (Tue, 19 Feb 2013) New Revision: 127 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/127 Log: set the jdk.version to 1.7 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-02-18 11:05:15 UTC (rev 126) +++ trunk/pom.xml 2013-02-19 06:38:46 UTC (rev 127) @@ -96,7 +96,7 @@ <projectId>cantharella</projectId> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <jdk.version>1.6</jdk.version> + <jdk.version>1.7</jdk.version> <!-- license header configuration --> <license.organizationName> @@ -159,6 +159,7 @@ <source>${jdk.version}</source> <target>${jdk.version}</target> <showDeprecation>true</showDeprecation> + <showWarnings>true</showWarnings> </configuration> </plugin> <!-- plugin site -->
participants (1)
-
acheype@users.forge.codelutin.com