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/02/25 07:39:52 UTC

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

Author: mrglavas
Date: Fri Feb 24 22:39:50 2006
New Revision: 380902

URL: http://svn.apache.org/viewcvs?rev=380902&view=rev
Log:
Incrementing the version number to 1.3.03. This should be the version
of xml-commons-external which ships with Xerces-J 2.8.0.

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

Modified: xml/commons/trunk/java/external/build.xml
URL: http://svn.apache.org/viewcvs/xml/commons/trunk/java/external/build.xml?rev=380902&r1=380901&r2=380902&view=diff
==============================================================================
--- xml/commons/trunk/java/external/build.xml (original)
+++ xml/commons/trunk/java/external/build.xml Fri Feb 24 22:39:50 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
- * Copyright 2001-2005 The Apache Software Foundation.
+ * Copyright 2001-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.3.02"/>
+  <property name="version" value="1.3.03"/>
   <property name="impl.version" value="${version}"/>
 
   <!-- Location of the system's temporary directory; all output sent here -->