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 58a45834 [MRESOLVER-553] Undo site redirection (#495)
58a45834 is described below

commit 58a458344fa576d44e31483093ecfc9d04ffc9c1
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Tue May 21 09:29:00 2024 +0200

    [MRESOLVER-553] Undo site redirection (#495)
    
    Return to "normal" place for site staging.
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-553
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eb654bc1..af92af9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
     <maven.compiler.source>${javaVersion}</maven.compiler.source>
     <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
     
<failsafe.redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</failsafe.redirectTestOutputToFile>
-    <maven.site.path>resolver-archives/resolver-LATEST-2.x</maven.site.path>
+    <maven.site.path>resolver-archives/resolver-LATEST</maven.site.path>
     <checkstyle.violation.ignore>None</checkstyle.violation.ignore>
     <sisuVersion>0.9.0.M2</sisuVersion>
     <guiceVersion>6.0.0</guiceVersion>

Reply via email to