This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new c87fd5f Fix BZ 65385 - correct link to Maven Central repo c87fd5f is described below commit c87fd5f134ef201d7af86d490f839411780d6258 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jun 17 14:11:33 2021 +0100 Fix BZ 65385 - correct link to Maven Central repo https://bz.apache.org/bugzilla/show_bug.cgi?id=65385 --- webapps/docs/changelog.xml | 8 ++++++++ webapps/docs/maven-jars.xml | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 32f8e59..0b82644 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -172,6 +172,14 @@ </fix> </changelog> </subsection> + <subsection name="Web applications"> + <changelog> + <fix> + <bug>65385</bug>: Correct the link in the documentation web application + the Maven Central repository. (markt) + </fix> + </changelog> + </subsection> <subsection name="Other"> <changelog> <add> diff --git a/webapps/docs/maven-jars.xml b/webapps/docs/maven-jars.xml index b5f79df..d8fb897 100644 --- a/webapps/docs/maven-jars.xml +++ b/webapps/docs/maven-jars.xml @@ -46,10 +46,10 @@ <subsection name="Tomcat Releases"> <p> Stable releases are published to the - <a href="https://repo2.maven.org/maven2/org/apache/tomcat/">Central - Maven Repositories</a>. The URL for this is + <a href="https://repo1.maven.org/maven2/org/apache/tomcat/">Maven + Central Repository</a>. The URL for this is </p> - <source>https://repo2.maven.org/maven2/org/apache/tomcat/</source> + <source>https://repo1.maven.org/maven2/org/apache/tomcat/</source> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org