You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2011/06/13 20:27:37 UTC

svn commit: r1135212 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml maven-jars.xml

Author: rjung
Date: Mon Jun 13 18:27:36 2011
New Revision: 1135212

URL: http://svn.apache.org/viewvc?rev=1135212&view=rev
Log:
Update the Maven repo info.

Backport of r1134965 from trunk (CTR).
Seems to be correct for TC 6 as well.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc6.0.x/trunk/webapps/docs/maven-jars.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=1135212&r1=1135211&r2=1135212&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Mon Jun 13 18:27:36 2011
@@ -190,6 +190,10 @@
         Correct the log4j configuration settings when defining conversion
         patterns in the documentation web application. (markt)
       </fix>
+      <fix>
+        Update Maven repository information in the documentation to reflect
+        current usage. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Other">

Modified: tomcat/tc6.0.x/trunk/webapps/docs/maven-jars.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/maven-jars.xml?rev=1135212&r1=1135211&r2=1135212&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/maven-jars.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/maven-jars.xml Mon Jun 13 18:27:36 2011
@@ -37,17 +37,15 @@
     <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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org