Author: violetagg Date: Mon Apr 4 18:20:57 2016 New Revision: 1737715 URL: http://svn.apache.org/viewvc?rev=1737715&view=rev Log: Update in the documentation the link to the maven repository where Tomcat snapshot artifacts are deployed.
Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/maven-jars.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1737715&r1=1737714&r2=1737715&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Mon Apr 4 18:20:57 2016 @@ -154,6 +154,10 @@ Remove button that has accidentally been added to the host manager. Submitted by Coty Sutherland. (remm) </fix> + <fix> + Update in the documentation the link to the maven repository where + Tomcat snapshot artifacts are deployed. (markt/violetagg) + </fix> </changelog> </subsection> <subsection name="Tribes"> Modified: tomcat/trunk/webapps/docs/maven-jars.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/maven-jars.xml?rev=1737715&r1=1737714&r2=1737715&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/maven-jars.xml (original) +++ tomcat/trunk/webapps/docs/maven-jars.xml Mon Apr 4 18:20:57 2016 @@ -36,8 +36,8 @@ <section name="Using Tomcat libraries With Maven"> <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> + <a href="http://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/">Apache Snapshot Repository</a>. + The official URL is <source>http://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/</source> <p> Snapshots are done periodically, not on a regular basis, but when changes happen and the Tomcat team deems a new snapshot might useful. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org