You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/04/15 17:54:23 UTC

[maven-resolver] branch master updated: Reword warning on site (#169)

This is an automated email from the ASF dual-hosted git repository.

cstamas 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 081c17c8 Reword warning on site (#169)
081c17c8 is described below

commit 081c17c86395f867f400b2baf4f508defd3311a1
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri Apr 15 19:54:19 2022 +0200

    Reword warning on site (#169)
    
    Instead to refer to version that "works with" (and forget about 3.9.x),
    better state Java level, and mention how to run on Java 7 bound
    maven 3.8.x. Do not mention any later maven version, and we are not
    fortune tellers (as 3.9.x can show).
---
 src/site/xdoc/index.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 00ca44b2..58f906ad 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -29,7 +29,7 @@
   <body>
 
     <section name="Apache Maven Artifact Resolver">
-      <p style="font-size: 14pt; font-style: bold">Since version 1.7.0 Maven Resolver requires Maven 4.0.0-alpha-1 or newer to run. For a Maven 3.8.x compatible version read <a href="./maven-3.8.x.html">here</a>.</p>
+      <p style="font-size: 14pt; font-style: bold">Since version 1.7.0 Maven Resolver requires Java 8 to run. For a Maven 3.8.x compatible version read <a href="./maven-3.8.x.html">here</a>.</p>
       <p>Apache Maven Artifact Resolver is a library for working with artifact repositories and dependency resolution.</p>
       <p>Maven Artifact Resolver deals with the specification of local repository, remote repository, developer workspaces, artifact transports, and artifact resolution. It is expected to be extended by a concrete repository implementation, such as
         <a href="/ref/current/maven-resolver-provider/">Maven Artifact Resolver Provider</a> for Maven repositories