Author: nbubna
Date: Wed Jan 21 14:08:16 2009
New Revision: 736435
URL: http://svn.apache.org/viewvc?rev=736435&view=rev
Log:
add last change
Modified:
velocity/engine/branches/1.6.x/src/changes/changes.xml
Modified: velocity/engine/branches/1.6.x/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/branches/1.6.x/src/changes/changes.xml?rev=736435&r1=736434&r2=736435&view=diff
==============================================================================
--- velocity/engine/branches/1.6.x/src/changes/changes.xml (original)
+++ velocity/engine/branches/1.6.x/src/changes/changes.xml Wed Jan 21 14:08:16
2009
@@ -28,6 +28,10 @@
<release version="1.6.2" date="2009-01-24">
+ <action type="fix" dev="nbubna" issue="VELOCITY-554" due-to="Adrian
Tarau">
+ Fix name of sources jar for maven deployment.
+ </action>
+
<action type="fix" dev="byron" issue="VELOCITY-667">
Pre 1.6 behavior of specifying #macro without parenthesis
would throw a VelocityException has been restored.