Author: bentmann
Date: Sun Apr 18 11:29:35 2010
New Revision: 935333
URL: http://svn.apache.org/viewvc?rev=935333&view=rev
Log:
o Fixed documentation about default source/target settings
Modified:
maven/plugins/trunk/maven-compiler-plugin/src/site/apt/index.apt
Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/site/apt/index.apt?rev=935333&r1=935332&r2=935333&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-compiler-plugin/src/site/apt/index.apt Sun Apr 18
11:29:35 2010
@@ -30,8 +30,8 @@ Maven Compiler Plugin
The Compiler Plugin is used to compile the sources of your project. The
default compiler is <<<javac>>> and is used to compile Java sources.
- The default <<<source>>> setting is <<<1.3>>> and the default <<<target>>>
- setting is <<<1.1>>>, independently of the JDK you run Maven with.
+ The default <<<source>>> setting is <<<1.5>>> and the default <<<target>>>
+ setting is <<<1.5>>>, independently of the JDK you run Maven with.
If you want to change these defaults, you should set <<<source>>> and
<<<target>>>
as described in
{{{./examples/set-compiler-source-and-target.html}Setting the -source and
-target of the Java Compiler}}.