You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/07/23 22:02:00 UTC

[maven-resolver] branch master updated: Document on how to use Resolver 1.8.x with Maven 3.8.x

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 7729db57 Document on how to use Resolver 1.8.x with Maven 3.8.x
7729db57 is described below

commit 7729db57975822d7ce5c1b19f99808d424e1d570
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jul 24 00:01:54 2022 +0200

    Document on how to use Resolver 1.8.x with Maven 3.8.x
---
 src/site/markdown/maven-3.8.x.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/site/markdown/maven-3.8.x.md b/src/site/markdown/maven-3.8.x.md
index aae9ada8..5d1ac498 100644
--- a/src/site/markdown/maven-3.8.x.md
+++ b/src/site/markdown/maven-3.8.x.md
@@ -24,4 +24,6 @@ Java 7 to run. Maven 3.8.x will continue to use version 1.6.x which you will fin
 [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
-of Maven from the branch [`maven-3.8.x-maven-resolver-1.7.x`](https://github.com/apache/maven/tree/maven-3.8.x-resolver-1.7.x) and use as if you would use Maven 4.
+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.