This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 5b5b2d8f25f280ac3080f5b14f3c7f0a1bab4ee7 Author: Benoit Tellier <[email protected]> AuthorDate: Wed Jul 21 17:38:43 2021 +0700 [RELEASE] Drop HUPA section from download page Some ASF bot complains about it: The links for the hupa artifacts are missing the /hupa/ subdirectory segment. ``` It looks like it needs extra registry with INFRA, which is likely not something that would happen given the soon to come retirement of Apache HUPA. ``` Despite the files being on https://archive.apache.org/dist/james/hupa/0.0.2/ they are not exported through the Apache mirrors. CF https://www.apache.org/dyn/closer.lua/james/0.0.2/hupa-parent-0.0.2-source-release.zip ``` The requested file or directory is not on the mirrors. The object is in not in our archive https://archive.apache.org/dist/ ``` --- src/site/xdoc/download.xml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml index cc0244e..93607c2 100644 --- a/src/site/xdoc/download.xml +++ b/src/site/xdoc/download.xml @@ -580,27 +580,6 @@ is found <a href='https://www.apache.org/licenses/exports/'>here</a>. </section> - <section name="Apache HUPA"> - - <p>Apache HUPA 0.0.2 is the latest stable version:</p> - <ul> - - <li>Source (ZIP Format): <a href="https://www.apache.org/dyn/closer.lua/james/0.0.2/hupa-parent-0.0.2-source-release.zip">hupa-parent-0.0.2-source-release.zip</a> - [<a href="https://downloads.apache.org/james/hupa/0.0.2/hupa-parent-0.0.2-source-release.zip.sha512">SHA-512</a>] - [<a href="https://downloads.apache.org/james/hupa/0.0.2/hupa-parent-0.0.2-source-release.zip.asc">PGP</a>] - </li> - - <li>Binary (Java WAR): <a href="https://www.apache.org/dyn/closer.lua/james/0.0.2/hupa-0.0.2.war">hupa-0.0.2.war</a> - [<a href="https://downloads.apache.org/james/hupa/0.0.2/hupa-0.0.2.war.sha512">SHA-512</a>] - [<a href="https://downloads.apache.org/james/hupa/0.0.2/hupa-0.0.2.war.asc">PGP</a>] - </li> - - <li>Jars (including source and javadocs) for the modules are distributed through the standard - <a href='https://maven.apache.org'>Maven</a> repositories on <a href="https://repo1.maven.org/maven2/org/apache/james/hupa">https://repo1.maven.org/maven2/org/apache/james/hupa</a>.</li> - </ul> - - </section> - </body> </document> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
