Author: jochen Date: Wed Oct 26 12:43:06 2005 New Revision: 328718 URL: http://svn.apache.org/viewcvs?rev=328718&view=rev Log: Fixed xml-apis version.
Modified: webservices/commons/trunk/java5/project.xml Modified: webservices/commons/trunk/java5/project.xml URL: http://svn.apache.org/viewcvs/webservices/commons/trunk/java5/project.xml?rev=328718&r1=328717&r2=328718&view=diff ============================================================================== --- webservices/commons/trunk/java5/project.xml (original) +++ webservices/commons/trunk/java5/project.xml Wed Oct 26 12:43:06 2005 @@ -36,7 +36,7 @@ <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> - <version>2.0.2</version> + <version>1.3.02</version> <type>jar</type> </dependency> </dependencies>