You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2016/04/04 20:23:47 UTC

svn commit: r1737717 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/maven-jars.xml

Author: violetagg
Date: Mon Apr  4 18:23:47 2016
New Revision: 1737717

URL: http://svn.apache.org/viewvc?rev=1737717&view=rev
Log:
Merged revision 1737715 from tomcat/trunk:
Update in the documentation the link to the maven repository where Tomcat snapshot artifacts are deployed.

Modified:
    tomcat/tc8.5.x/trunk/   (props changed)
    tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
    tomcat/tc8.5.x/trunk/webapps/docs/maven-jars.xml

Propchange: tomcat/tc8.5.x/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Apr  4 18:23:47 2016
@@ -1 +1 @@
-/tomcat/trunk:1734785,1734799,1734845,1734928,1735041,1735044,1735480,1735577,1735597,1735599-1735600,1735615,1736145,1736162,1736209,1736280,1736297,1736299,1736489,1736646,1736703,1736836,1736849,1737104-1737105,1737112,1737117,1737119-1737120,1737155,1737157,1737192,1737280,1737339,1737632,1737664
+/tomcat/trunk:1734785,1734799,1734845,1734928,1735041,1735044,1735480,1735577,1735597,1735599-1735600,1735615,1736145,1736162,1736209,1736280,1736297,1736299,1736489,1736646,1736703,1736836,1736849,1737104-1737105,1737112,1737117,1737119-1737120,1737155,1737157,1737192,1737280,1737339,1737632,1737664,1737715

Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml?rev=1737717&r1=1737716&r2=1737717&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Mon Apr  4 18:23:47 2016
@@ -149,6 +149,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/tc8.5.x/trunk/webapps/docs/maven-jars.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/webapps/docs/maven-jars.xml?rev=1737717&r1=1737716&r2=1737717&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/webapps/docs/maven-jars.xml (original)
+++ tomcat/tc8.5.x/trunk/webapps/docs/maven-jars.xml Mon Apr  4 18:23:47 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org