You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/06/17 13:12:34 UTC

[tomcat] branch 10.0.x updated: Fix BZ 65385 - correct link to Maven Central repo

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

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 6121e6c  Fix BZ 65385 - correct link to Maven Central repo
6121e6c is described below

commit 6121e6ce56860d58ec6e86649c7b1bc1d6636344
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 a18fe7d..06c3315 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org