This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git
The following commit(s) were added to refs/heads/master by this push:
new d5335b7 [MWRAPPER-34] update documentation: now Java 7 everywhere
d5335b7 is described below
commit d5335b7b247dfef1be2a82d83a7e22b74d62c65d
Author: Hervé Boutemy <[email protected]>
AuthorDate: Fri Dec 10 08:14:32 2021 +0100
[MWRAPPER-34] update documentation: now Java 7 everywhere
---
src/site/markdown/index.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 851215d..04c06cd 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -82,9 +82,7 @@ In terms of Apache Maven versions itself, the wrapper should
work with any Maven
3.x version and it defaults to the release used when setting up the wrapper.
We do NOT
plan to support the deprecated, EOL'ed Maven 2.x.
-The `maven-wrapper.jar` is compiled to work with Java 5. The Maven Wrapper
Plugin for installation however uses Java 8.
-Once the wrapper is installed with the plugin, you should be able to use the
wrapper on the project with Java 5 and up.
-This is however not really tested by the committers.
+The `maven-wrapper.jar` (to download and install target Maven version required
by `mvnw`) and the Maven Wrapper Plugin (to inject Wrapper into a project) use
Java 7.
## Verbose Mode