You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2008/12/24 08:39:56 UTC

svn commit: r729270 - /commons/proper/digester/trunk/build.xml

Author: rahul
Date: Tue Dec 23 23:39:55 2008
New Revision: 729270

URL: http://svn.apache.org/viewvc?rev=729270&view=rev
Log:
Update ant build for v2.0.

Modified:
    commons/proper/digester/trunk/build.xml

Modified: commons/proper/digester/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/build.xml?rev=729270&r1=729269&r2=729270&view=diff
==============================================================================
--- commons/proper/digester/trunk/build.xml (original)
+++ commons/proper/digester/trunk/build.xml Tue Dec 23 23:39:55 2008
@@ -81,7 +81,7 @@
   <property name="component.title"         value="Digester - XML to Java Object Configuration"/>
 
   <!-- The current version number of this component -->
-  <property name="component.version"       value="2.0-SNAPSHOT"/>
+  <property name="component.version"       value="2.0"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="target"/>