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 21:33:14 UTC

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

Author: rahul
Date: Wed Dec 24 12:33:14 2008
New Revision: 729375

URL: http://svn.apache.org/viewvc?rev=729375&view=rev
Log:
Keep ant build file in trunk at SNAPSHOT.

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=729375&r1=729374&r2=729375&view=diff
==============================================================================
--- commons/proper/digester/trunk/build.xml (original)
+++ commons/proper/digester/trunk/build.xml Wed Dec 24 12:33:14 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"/>
+  <property name="component.version"       value="2.0-SNAPSHOT"/>
 
   <!-- The base directory for compilation targets -->
   <property name="build.home"              value="target"/>