You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by mr...@apache.org on 2006/11/19 06:13:17 UTC

svn commit: r476714 - /xml/commons/trunk/java/external/build.xml

Author: mrglavas
Date: Sat Nov 18 21:13:17 2006
New Revision: 476714

URL: http://svn.apache.org/viewvc?view=rev&rev=476714
Log:
Incrementing the version number to 1.3.04 for the upcoming release.

Modified:
    xml/commons/trunk/java/external/build.xml

Modified: xml/commons/trunk/java/external/build.xml
URL: http://svn.apache.org/viewvc/xml/commons/trunk/java/external/build.xml?view=diff&rev=476714&r1=476713&r2=476714
==============================================================================
--- xml/commons/trunk/java/external/build.xml (original)
+++ xml/commons/trunk/java/external/build.xml Sat Nov 18 21:13:17 2006
@@ -26,7 +26,7 @@
   <property name="name.external" value="xml-commons-external"/>
   <property name="impl.name" value="XmlCommonsExternal"/>
   <!-- If no external version is provided, don't use one -->
-  <property name="version" value="1.3.03"/>
+  <property name="version" value="1.3.04"/>
   <property name="impl.version" value="${version}"/>
 
   <!-- Location of the system's temporary directory; all output sent here -->