From 4a5f7c7cae843f70bc4e3413a1788f5842d26cf2 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Mon, 17 Apr 2017 14:58:21 -0700 Subject: [PATCH] improved wording on supported systems --- maven-wrapper/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/maven-wrapper/README.md b/maven-wrapper/README.md index fb06177eb3..1d827a507d 100644 --- a/maven-wrapper/README.md +++ b/maven-wrapper/README.md @@ -37,14 +37,15 @@ The wrapper should work on various operating systems including * Windows (various newer versions) * Solaris (10 and 11) -For all those various shell systems should work including +For all those *nix operating systems, various shells should work including +* sh * bash * dash * zsh -In term of Maven versions it should work with any Maven 3.x version and it defaults to the latest release - currently -3.5.0. +In terms of Apache Maven versions itself, the wrapper should work with any Maven 3.x version and it defaults to the +latest release - currently 3.5.0. We do NOT plan the deprecated, EOL'ed Maven 2.x. ## Changes