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 0d5c7e7e Improve docs on Maven 3.8.x
0d5c7e7e is described below
commit 0d5c7e7e4ed725b210c5e0122e33989fee8fa7a6
Author: Michael Osipov <[email protected]>
AuthorDate: Wed Mar 15 21:59:41 2023 +0100
Improve docs on Maven 3.8.x
---
src/site/markdown/maven-3.8.x.md | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/src/site/markdown/maven-3.8.x.md b/src/site/markdown/maven-3.8.x.md
index 21ead383..a429a86c 100644
--- a/src/site/markdown/maven-3.8.x.md
+++ b/src/site/markdown/maven-3.8.x.md
@@ -23,7 +23,11 @@ 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 can
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 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 it as if you would use Maven 3.9.x.
+If you require the changes from this version, but must or want to use Maven
3.8.x, you can build yourself
+an adapted version of Maven from the branches
+[`maven-3.8.x-resolver-1.8.x`](https://github.com/apache/maven/tree/maven-3.8.x-resolver-1.8.x)
+or
[`maven-3.8.x-resolver-1.9.x`](https://github.com/apache/maven/tree/maven-3.8.x-resolver-1.9.x)
+with Java 8 requirement or use signed binaries and source from the dev dist
area for
+[`maven-3.8.x-resolver-1.8.x`](https://dist.apache.org/repos/dist/dev/maven/maven-3/3.8.x-resolver-1.8.x/)
+or
[`maven-3.8.x-resolver-1.9.x`](https://dist.apache.org/repos/dist/dev/maven/maven-3/3.8.x-resolver-1.9.x/)
+and use it as if you would use Maven 3.9.x or later.