You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/11/25 20:31:11 UTC

svn commit: r1206288 - in /tomcat/site/trunk: docs/doap_Tomcat.rdf docs/migration.html xdocs/doap_Tomcat.rdf xdocs/migration.xml

Author: kkolinko
Date: Fri Nov 25 19:31:10 2011
New Revision: 1206288

URL: http://svn.apache.org/viewvc?rev=1206288&view=rev
Log:
Update doap file. Correct typo in javascript code in migration.html.

Modified:
    tomcat/site/trunk/docs/doap_Tomcat.rdf
    tomcat/site/trunk/docs/migration.html
    tomcat/site/trunk/xdocs/doap_Tomcat.rdf
    tomcat/site/trunk/xdocs/migration.xml

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1206288&r1=1206287&r2=1206288&view=diff
==============================================================================
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Fri Nov 25 19:31:10 2011
@@ -55,8 +55,8 @@
     <release>
       <Version>
         <name>Latest Stable 7.0.x Release</name>
-        <created>2011-10-01</created>
-        <revision>7.0.22</revision>
+        <created>2011-11-25</created>
+        <revision>7.0.23</revision>
       </Version>
     </release>
     <release>

Modified: tomcat/site/trunk/docs/migration.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration.html?rev=1206288&r1=1206287&r2=1206288&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration.html (original)
+++ tomcat/site/trunk/docs/migration.html Fri Nov 25 19:31:10 2011
@@ -1542,7 +1542,7 @@ accordingly.</p>
           "7.0.19":"1146504",
           "7.0.20":"1155255",
           "7.0.21":"1162976",
-          "7.0.22":"1176599"
+          "7.0.22":"1176599",
           "7.0.23":"1203305"
         };
         var formSubmit= document.getElementById('tc7Submit');
@@ -1629,8 +1629,8 @@ accordingly.</p>
 <p>You can also use Subversion command similar to the following (all on one line):</p>
     
 <pre>  svn diff
-    --old=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_21/conf/
-    --new=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_22/conf/
+    --old=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_22/conf/
+    --new=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_23/conf/
     </pre>
   
 </blockquote>

Modified: tomcat/site/trunk/xdocs/doap_Tomcat.rdf
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/doap_Tomcat.rdf?rev=1206288&r1=1206287&r2=1206288&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/xdocs/doap_Tomcat.rdf Fri Nov 25 19:31:10 2011
@@ -55,8 +55,8 @@
     <release>
       <Version>
         <name>Latest Stable 7.0.x Release</name>
-        <created>2011-10-01</created>
-        <revision>7.0.22</revision>
+        <created>2011-11-25</created>
+        <revision>7.0.23</revision>
       </Version>
     </release>
     <release>

Modified: tomcat/site/trunk/xdocs/migration.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration.xml?rev=1206288&r1=1206287&r2=1206288&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration.xml (original)
+++ tomcat/site/trunk/xdocs/migration.xml Fri Nov 25 19:31:10 2011
@@ -612,7 +612,7 @@ accordingly.</p>
           "7.0.19":"1146504",
           "7.0.20":"1155255",
           "7.0.21":"1162976",
-          "7.0.22":"1176599"
+          "7.0.22":"1176599",
           "7.0.23":"1203305"
         };
         var formSubmit= document.getElementById('tc7Submit');
@@ -688,8 +688,8 @@ accordingly.</p>
     </form>
     <p>You can also use Subversion command similar to the following (all on one line):</p>
     <pre>  svn diff
-    --old=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_21/conf/
-    --new=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_22/conf/
+    --old=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_22/conf/
+    --new=http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_23/conf/
     </pre>
   </subsection>
   



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