You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2010/04/12 18:35:04 UTC

svn commit: r933312 - in /velocity/tools/trunk: build.properties pom.xml xdocs/changes.xml

Author: nbubna
Date: Mon Apr 12 16:35:03 2010
New Revision: 933312

URL: http://svn.apache.org/viewvc?rev=933312&view=rev
Log:
update version for release

Modified:
    velocity/tools/trunk/build.properties
    velocity/tools/trunk/pom.xml
    velocity/tools/trunk/xdocs/changes.xml

Modified: velocity/tools/trunk/build.properties
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/build.properties?rev=933312&r1=933311&r2=933312&view=diff
==============================================================================
--- velocity/tools/trunk/build.properties (original)
+++ velocity/tools/trunk/build.properties Mon Apr 12 16:35:03 2010
@@ -30,7 +30,7 @@ compile.target=1.5
 
 # project identification
 project.name=VelocityTools
-project.version=2.0-SNAPSHOT
+project.version=2.0
 project.libname=velocity-tools
 project.id=${project.libname}-${project.version}
 

Modified: velocity/tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/pom.xml?rev=933312&r1=933311&r2=933312&view=diff
==============================================================================
--- velocity/tools/trunk/pom.xml (original)
+++ velocity/tools/trunk/pom.xml Mon Apr 12 16:35:03 2010
@@ -27,7 +27,7 @@
     <groupId>org.apache.velocity</groupId>
     <artifactId>velocity-tools</artifactId>
     <name>VelocityTools</name>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0</version>
     <packaging>jar</packaging>
 
     <organization>

Modified: velocity/tools/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/xdocs/changes.xml?rev=933312&r1=933311&r2=933312&view=diff
==============================================================================
--- velocity/tools/trunk/xdocs/changes.xml (original)
+++ velocity/tools/trunk/xdocs/changes.xml Mon Apr 12 16:35:03 2010
@@ -28,7 +28,7 @@
   <section name="VelocityTools Changes">
     <p>This document tracks the changes in VelocityTools between releases.</p>
 
-    <subsection name="2.0-dev">
+    <subsection name="2.0">
         <p>This section very briefly and generally describes changes after the 1.x series.</p>
         <ul>
         <li>More convention over configuration and smart defaults (ndb)</li>
@@ -41,7 +41,7 @@
         <li>Deprecated many outdated things (ndb)</li> -->
         <li>Legacy support for almost all Tools 1.4 configurations and extensions (ndb)</li>
         <li>Better integration of $application, $session and $request scope control objects (cbn)</li>
-	<li>and lots more...</li>
+	    <li>and lots more...</li>
         </ul>
     </subsection>