Update the Maven repo info
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 12 Jun 2011 19:28:17 +0000 (19:28 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 12 Jun 2011 19:28:17 +0000 (19:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1134965 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/changelog.xml
webapps/docs/maven-jars.xml

index edd485e..c28f91b 100644 (file)
   <subsection name="Coyote">
     <changelog>
       <fix>
-        Fix unit test for bindOnInit which was failing for APR on some platforms.
-        (rjung)
+        Fix unit test for bindOnInit which was failing for APR on some
+        platforms. (rjung)
+      </fix>
+    </changelog>
+  </subsection>
+  <subsection>
+    <changelog name="Web applications">
+      <fix>
+        Update Maven repository information in the documentation to reflect
+        current usage. (markt)
       </fix>
     </changelog>
   </subsection>
index b1cdf66..1cd59aa 100644 (file)
     <subsection name="Tomcat Snapshots">
       Tomcat snapshots are located in the 
       <a href="http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat/">Apache Snapshot Repository</a>.
-      The official URL is <source>http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat/</source><br/>
+      The official URL is <source>http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat/</source>
       Snapshots are done periodically, not on a regular basis, but when changes happen and the Tomcat team deems a new snapshot might 
       useful.
     </subsection>
     <subsection name="Tomcat Releases">
-      At every release, be it alpha, beta or stable, we will publish the JARs to 
-      <a href="http://tomcat.apache.org/dev/dist/m2-repository/org/apache/tomcat/">Tomcat's Staging Repository</a>.
-      The URL for this is <source>http://tomcat.apache.org/dev/dist/m2-repository/org/apache/tomcat/</source>.<br/>
-      At some point, this URL will change over to ASF's main repository that synchronizes with IBiblio.<br/>
-      When that happens, all releases will be moved over, and this repository will stick around for a while, but no
-      new releases will be published to the staging repository.
+      Stable releases are published to the
+      <a href="http://repo2.maven.org/maven2/org/apache/tomcat/">Central
+      Maven Repositories</a>. The URL for this is
+      <source>http://repo2.maven.org/maven2/org/apache/tomcat/</source>
     </subsection>
 
 </section>