This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/master by this push:
new 48c2dde8 Improve Maven 3.8.x docs
48c2dde8 is described below
commit 48c2dde8c4201fd8250be59f98c3831abff43230
Author: Michael Osipov <[email protected]>
AuthorDate: Mon Jul 25 19:22:34 2022 +0200
Improve Maven 3.8.x docs
---
src/site/markdown/maven-3.8.x.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/markdown/maven-3.8.x.md b/src/site/markdown/maven-3.8.x.md
index 5d1ac498..1b928696 100644
--- a/src/site/markdown/maven-3.8.x.md
+++ b/src/site/markdown/maven-3.8.x.md
@@ -23,7 +23,7 @@ factory has been implemented. Both are not compatible with
Maven 3.8.x anymore w
Java 7 to run. Maven 3.8.x will continue to use version 1.6.x which you will
find
[here](/resolver-archives/resolver-1.6.3/).
This also means that you cannot make use of the features provided by version
1.7.0 and later.
-If you require the changes in this version, but must use Maven 3.8.x, you can
build an adapted version
+If you require the changes from this version, but must use Maven 3.8.x, you
can build yourself an adapted version
of Maven from the branch
[`maven-3.8.x-resolver-1.8.x`](https://github.com/apache/maven/tree/maven-3.8.x-resolver-1.8.x)
with Java 8 requirement or use signed binaries and source from the [dev dist
area](https://dist.apache.org/repos/dist/dev/maven/maven-3/3.8.x-resolver-1.8.x/)
-and use as if you would use Maven 3.9.x.
+and use it as if you would use Maven 3.9.x.