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 2009/11/27 22:04:01 UTC

svn commit: r885010 - /xml/commons/branches/tck-jaxp-1_3_0/java/external/build.xml

Author: mrglavas
Date: Fri Nov 27 21:04:00 2009
New Revision: 885010

URL: http://svn.apache.org/viewvc?rev=885010&view=rev
Log:
Incrementing the version number to 1.3.05 for the next release.

Modified:
    xml/commons/branches/tck-jaxp-1_3_0/java/external/build.xml

Modified: xml/commons/branches/tck-jaxp-1_3_0/java/external/build.xml
URL: http://svn.apache.org/viewvc/xml/commons/branches/tck-jaxp-1_3_0/java/external/build.xml?rev=885010&r1=885009&r2=885010&view=diff
==============================================================================
--- xml/commons/branches/tck-jaxp-1_3_0/java/external/build.xml (original)
+++ xml/commons/branches/tck-jaxp-1_3_0/java/external/build.xml Fri Nov 27 21:04:00 2009
@@ -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.04"/>
+  <property name="version" value="1.3.05"/>
   <property name="impl.version" value="${version}"/>
 
   <!-- Location of the system's temporary directory; all output sent here -->