Author: nbubna
Date: Mon Dec 7 22:36:02 2009
New Revision: 888167
URL: http://svn.apache.org/viewvc?rev=888167&view=rev
Log:
update version for release
Modified:
velocity/engine/branches/1.6.x/build/build.properties
velocity/engine/branches/1.6.x/pom.xml
velocity/engine/branches/1.6.x/src/changes/changes.xml
velocity/engine/branches/1.6.x/xdocs/docs/index.xml
Modified: velocity/engine/branches/1.6.x/build/build.properties
URL:
http://svn.apache.org/viewvc/velocity/engine/branches/1.6.x/build/build.properties?rev=888167&r1=888166&r2=888167&view=diff
==============================================================================
--- velocity/engine/branches/1.6.x/build/build.properties (original)
+++ velocity/engine/branches/1.6.x/build/build.properties Mon Dec 7 22:36:02
2009
@@ -22,7 +22,7 @@
# Global defaults
name= Velocity
project= velocity
-version= 1.6.2
+version= 1.6.3
final.name= ${project}-${version}
# compile switches
Modified: velocity/engine/branches/1.6.x/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/branches/1.6.x/pom.xml?rev=888167&r1=888166&r2=888167&view=diff
==============================================================================
--- velocity/engine/branches/1.6.x/pom.xml (original)
+++ velocity/engine/branches/1.6.x/pom.xml Mon Dec 7 22:36:02 2009
@@ -33,7 +33,7 @@
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
- <version>1.6.2</version>
+ <version>1.6.3</version>
<name>Apache Velocity</name>
<url>http://velocity.apache.org/engine/releases/velocity-1.6.2/</url>
@@ -73,7 +73,7 @@
<distributionManagement>
<site>
<id>velocity.apache.org</id>
-
<url>scpexe://people.apache.org/www/velocity.apache.org/engine/releases/velocity-1.6.2/</url>
+
<url>scpexe://people.apache.org/www/velocity.apache.org/engine/releases/velocity-1.6.3/</url>
</site>
<repository>
<id>apache.releases</id>
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=888167&r1=888166&r2=888167&view=diff
==============================================================================
--- velocity/engine/branches/1.6.x/src/changes/changes.xml (original)
+++ velocity/engine/branches/1.6.x/src/changes/changes.xml Mon Dec 7 22:36:02
2009
@@ -25,6 +25,13 @@
</properties>
<body>
+ <release version="1.6.3" date="2009-12-16">
+ <action type="fix" dev="nbubna" issue="VELOCITY-731" due-to="Jorgen
Rydenius">
+ Add directive.if.tostring.nullcheck config switch to match
+ past performance for those who do not need to check whether
+ $foo.toString() returns null when doing #if( $foo ).
+ </action>
+ </release>
<release version="1.6.2" date="2009-03-01">
Modified: velocity/engine/branches/1.6.x/xdocs/docs/index.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/branches/1.6.x/xdocs/docs/index.xml?rev=888167&r1=888166&r2=888167&view=diff
==============================================================================
--- velocity/engine/branches/1.6.x/xdocs/docs/index.xml (original)
+++ velocity/engine/branches/1.6.x/xdocs/docs/index.xml Mon Dec 7 22:36:02 2009
@@ -55,7 +55,7 @@
<section name="Where do I get releases?" href="WheredoIgetreleases?">
- <p> The current stable release version is version 1.6.2. </p>
+ <p> The current stable release version is version 1.6.3. </p>
<p> The release distribution is available as a combined source/binary
distribution in
<code>tar.gz</code> and