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/04/07 23:13:03 UTC

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

Author: mrglavas
Date: Fri Apr  7 14:13:01 2006
New Revision: 392402

URL: http://svn.apache.org/viewcvs?rev=392402&view=rev
Log:
Update version to 1.2.05.

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/viewcvs/xml/commons/branches/tck-jaxp-1_2_0/java/external/build.xml?rev=392402&r1=392401&r2=392402&view=diff
==============================================================================
--- 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 Fri Apr  7 14:13:01 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2004,2006 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -25,7 +25,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.04"/>
+  <property name="version" value="1.2.05"/>
   <property name="impl.version" value="${version}"/>
 
   <!-- Location of the system's temporary directory; all output sent here -->