This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 6eb54b1 Fix BZ 65385 - correct link to Maven Central repo 6eb54b1 is described below commit 6eb54b1be7fc65da2f3fb1ad896f93166c4029e1 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 0d0070e..1dafa91 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> </section> <section name="Tomcat 8.5.68 (schultz)" rtext="2021-06-15"> <subsection name="Other"> 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