You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2018/10/02 15:03:51 UTC

svn commit: r1842633 - in /velocity/site/production/tools: 3.0/changes.html devel/changes.html

Author: cbrisson
Date: Tue Oct  2 15:03:50 2018
New Revision: 1842633

URL: http://svn.apache.org/viewvc?rev=1842633&view=rev
Log:
[site/tools] Push changelog into prod

Modified:
    velocity/site/production/tools/3.0/changes.html
    velocity/site/production/tools/devel/changes.html

Modified: velocity/site/production/tools/3.0/changes.html
URL: http://svn.apache.org/viewvc/velocity/site/production/tools/3.0/changes.html?rev=1842633&r1=1842632&r2=1842633&view=diff
==============================================================================
--- velocity/site/production/tools/3.0/changes.html (original)
+++ velocity/site/production/tools/3.0/changes.html Tue Oct  2 15:03:50 2018
@@ -221,8 +221,8 @@ h2:hover > .headerlink, h3:hover > .head
     </thead>
     <tbody>
       <tr>
-        <td>3.0-SNAPSHOT</td>
-        <td>In Subversion</td>
+        <td>3.0</td>
+        <td>2018-10-01</td>
         <td/>
       </tr>
       <tr>
@@ -268,7 +268,7 @@ h2:hover > .headerlink, h3:hover > .head
     </tbody>
   </table>
 </p>
-<h3>Release 3.0-SNAPSHOT - In Subversion</h3><p>
+<h3>Release 3.0 - 2018-10-01</h3><p>
   <table class="standard">
     <thead>
       <tr>
@@ -289,21 +289,21 @@ h2:hover > .headerlink, h3:hover > .head
         <td>
           <img src="images/fix.png"/>
         </td>
-        <td> JsonTool now uses an explicit dependency to <code> com.github.cliftonlabs.json-simple </code>  . </td>
+        <td> JsonTool now uses an explicit dependency to <code> com.github.cliftonlabs.json-simple </code>  . Fixes <a href="https://issues.apache.org/jira/browse/VELTOOLS-179">VELTOOLS-179</a>. </td>
         <td>michaelo</td>
       </tr>
       <tr>
         <td>
           <img src="images/fix.png"/>
         </td>
-        <td> The <code> tools.xml </code> file can now use XInclude file inclusion mechanism . </td>
+        <td> The <code> tools.xml </code> file can now use XInclude file inclusion mechanism . Fixes <a href="https://issues.apache.org/jira/browse/VELTOOLS-162">VELTOOLS-162</a>. </td>
         <td>cbrisson</td>
       </tr>
       <tr>
         <td>
           <img src="images/fix.png"/>
         </td>
-        <td> Most tools are now serializable . </td>
+        <td> Most tools are now serializable . Fixes <a href="https://issues.apache.org/jira/browse/VELTOOLS-161">VELTOOLS-161</a>. </td>
         <td>cbrisson</td>
       </tr>
       <tr>
@@ -513,7 +513,7 @@ h2:hover > .headerlink, h3:hover > .head
         <td>
           <img src="images/add.png"/>
         </td>
-        <td> Upgraded to JUnit 4.12, Servlet API 3.0.1, Dom4j 1.6.1, commons-beanutils 1.9.3, commons-digester 3.2, and Velocity Engine 2.0. . </td>
+        <td> Upgraded to JUnit 4.12, commons-beanutils 1.9.3, commons-digester 3.2, and Velocity Engine 2.0. . </td>
         <td>cbrisson</td>
       </tr>
       <tr>

Modified: velocity/site/production/tools/devel/changes.html
URL: http://svn.apache.org/viewvc/velocity/site/production/tools/devel/changes.html?rev=1842633&r1=1842632&r2=1842633&view=diff
==============================================================================
--- velocity/site/production/tools/devel/changes.html (original)
+++ velocity/site/production/tools/devel/changes.html Tue Oct  2 15:03:50 2018
@@ -221,8 +221,8 @@ h2:hover > .headerlink, h3:hover > .head
     </thead>
     <tbody>
       <tr>
-        <td>3.0-SNAPSHOT</td>
-        <td>In Subversion</td>
+        <td>3.0</td>
+        <td>2018-10-01</td>
         <td/>
       </tr>
       <tr>
@@ -268,7 +268,7 @@ h2:hover > .headerlink, h3:hover > .head
     </tbody>
   </table>
 </p>
-<h3>Release 3.0-SNAPSHOT - In Subversion</h3><p>
+<h3>Release 3.0 - 2018-10-01</h3><p>
   <table class="standard">
     <thead>
       <tr>
@@ -289,21 +289,21 @@ h2:hover > .headerlink, h3:hover > .head
         <td>
           <img src="images/fix.png"/>
         </td>
-        <td> JsonTool now uses an explicit dependency to <code> com.github.cliftonlabs.json-simple </code>  . </td>
+        <td> JsonTool now uses an explicit dependency to <code> com.github.cliftonlabs.json-simple </code>  . Fixes <a href="https://issues.apache.org/jira/browse/VELTOOLS-179">VELTOOLS-179</a>. </td>
         <td>michaelo</td>
       </tr>
       <tr>
         <td>
           <img src="images/fix.png"/>
         </td>
-        <td> The <code> tools.xml </code> file can now use XInclude file inclusion mechanism . </td>
+        <td> The <code> tools.xml </code> file can now use XInclude file inclusion mechanism . Fixes <a href="https://issues.apache.org/jira/browse/VELTOOLS-162">VELTOOLS-162</a>. </td>
         <td>cbrisson</td>
       </tr>
       <tr>
         <td>
           <img src="images/fix.png"/>
         </td>
-        <td> Most tools are now serializable . </td>
+        <td> Most tools are now serializable . Fixes <a href="https://issues.apache.org/jira/browse/VELTOOLS-161">VELTOOLS-161</a>. </td>
         <td>cbrisson</td>
       </tr>
       <tr>
@@ -513,7 +513,7 @@ h2:hover > .headerlink, h3:hover > .head
         <td>
           <img src="images/add.png"/>
         </td>
-        <td> Upgraded to JUnit 4.12, Servlet API 3.0.1, Dom4j 1.6.1, commons-beanutils 1.9.3, commons-digester 3.2, and Velocity Engine 2.0. . </td>
+        <td> Upgraded to JUnit 4.12, commons-beanutils 1.9.3, commons-digester 3.2, and Velocity Engine 2.0. . </td>
         <td>cbrisson</td>
       </tr>
       <tr>