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:17:23 UTC

svn commit: r476716 - /xml/commons/branches/tck-jaxp-1_2_0/java/external/build.xml

Author: mrglavas
Date: Sat Nov 18 21:17:22 2006
New Revision: 476716

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

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

Modified: xml/commons/branches/tck-jaxp-1_2_0/java/external/build.xml
URL: http://svn.apache.org/viewvc/xml/commons/branches/tck-jaxp-1_2_0/java/external/build.xml?view=diff&rev=476716&r1=476715&r2=476716
==============================================================================
--- xml/commons/branches/tck-jaxp-1_2_0/java/external/build.xml (original)
+++ xml/commons/branches/tck-jaxp-1_2_0/java/external/build.xml Sat Nov 18 21:17:22 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.2.05"/>
+  <property name="version" value="1.2.06"/>
   <property name="impl.version" value="${version}"/>
 
   <!-- Location of the system's temporary directory; all output sent here -->