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/01 20:14:07 UTC

svn commit: r1842555 - /velocity/tools/trunk/src/changes/changes.xml

Author: cbrisson
Date: Mon Oct  1 20:14:07 2018
New Revision: 1842555

URL: http://svn.apache.org/viewvc?rev=1842555&view=rev
Log:
[tools] Fix changelog

Modified:
    velocity/tools/trunk/src/changes/changes.xml

Modified: velocity/tools/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/src/changes/changes.xml?rev=1842555&r1=1842554&r2=1842555&view=diff
==============================================================================
--- velocity/tools/trunk/src/changes/changes.xml (original)
+++ velocity/tools/trunk/src/changes/changes.xml Mon Oct  1 20:14:07 2018
@@ -24,17 +24,17 @@
     <title>Changelog</title>
   </properties>
   <body>
-    <release version="3.0-SNAPSHOT" date="In Subversion">
+    <release version="3.0" date="2018-10-01">
       <action type="add" dev="michaelo">
         upgraded to servlet API 3.1.0
       </action>
-      <action type="fix" dev="michaelo">
+      <action type="fix" dev="michaelo" issue="VELTOOLS-179">
         JsonTool now uses an explicit dependency to <code>com.github.cliftonlabs.json-simple</code>
       </action>
-      <action type="fix" dev="cbrisson">
+      <action type="fix" dev="cbrisson" issue="VELTOOLS-162">
         The <code>tools.xml</code> file can now use XInclude file inclusion mechanism
       </action>
-      <action type="fix" dev="cbrisson">
+      <action type="fix" dev="cbrisson" issue="VELTOOLS-161">
         Most tools are now serializable
       </action>
       <action type="fix" dev="cbrisson">
@@ -139,7 +139,7 @@
         Switched log system facade to SLF4j
       </action>
       <action type="add" dev="cbrisson">
-        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.
+        Upgraded to JUnit 4.12, commons-beanutils 1.9.3, commons-digester 3.2, and Velocity Engine 2.0.
       </action>
       <action type="fix" dev="nbubna" issue="VELTOOLS-129" due-to="Michael Osipov">
       </action>