This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit 66bb6e78f180866ad1b464eb4ba919de12317932
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Mon Aug 31 11:08:44 2020 -0400

    [MNGSITE-393} Maven 3+/Java 7+ is the default
---
 src/site/apt/index.apt.vm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 7162b2b..c7751d4 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -28,11 +28,11 @@
 
 ${project.name}
 
-  The Compiler Plugin is used to compile the sources of your project. Since 
3.0, the
-  default compiler is javax.tools.JavaCompiler (if you are using java 1.6) and 
is used to compile Java sources.
+  The Compiler Plugin is used to compile the sources of your project. The
+  default compiler is javax.tools.JavaCompiler.
   If you want to force the plugin using  <<<javac>>>, you must configure the 
plugin option 
{{{./compile-mojo.html#forceJavacCompilerUse}<<<forceJavacCompilerUse>>>}}.
 
-  Also note that at present the default <<<source>>> setting is <<<1.7>>> and 
the default <<<target>>>
+  The default <<<source>>> setting is <<<1.7>>> and the default <<<target>>>
   setting is <<<1.7>>>, independently of the JDK you run Maven with.
   You are highly encouraged to change these defaults by setting <<<source>>> 
and <<<target>>>
   as described in

Reply via email to