slawekjaranowski commented on code in PR #295:
URL: 
https://github.com/apache/maven-compiler-plugin/pull/295#discussion_r1948220919


##########
src/site/apt/examples/set-compiler-source-and-target.apt.vm:
##########
@@ -79,6 +83,9 @@ Setting the <<<-source>>> and <<<-target>>> of the Java 
Compiler
   
{{{http://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/}Animal 
Sniffer Maven Plugin}}
   to verify your code doesn't use unintended APIs, or better yet use the
   {{{../examples/set-compiler-release.html}<<<release>>> option supported 
since JDK 9}}.
+  Since plugin version <<<3.13.0>>> you can use the <<<release>>> property 
also on JDK 8.
+  The compiler plugin will convert it to <<<source>>> and <<<target>>> 
automatically.
+
   In the same way, setting the <<<source>>> option does not guarantee that 
your code actually compiles on a JDK with
   the specified version. To compile your code with a specific JDK version, 
different than the one used to launch Maven,
-  refer to the {{{../examples/compile-using-different-jdk.html}Compile Using A 
Different JDK}} example.
+  refer to the {{{../examples/compile-using-different-jdk.html}Compile Using A 
Different JDK}} example.

Review Comment:
   missing new line at the end 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to