You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by gn...@apache.org on 2007/04/20 09:43:47 UTC

svn commit: r530679 - /incubator/ode/trunk/pom.xml

Author: gnodet
Date: Fri Apr 20 00:43:47 2007
New Revision: 530679

URL: http://svn.apache.org/viewvc?view=rev&rev=530679
Log:
Upgrade to wsdl4j 1.6.1 to avoid NPE

Modified:
    incubator/ode/trunk/pom.xml

Modified: incubator/ode/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?view=diff&rev=530679&r1=530678&r2=530679
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Fri Apr 20 00:43:47 2007
@@ -96,7 +96,7 @@
         <saxonVersion>8.7</saxonVersion>
         <staxApiVersion>1.0</staxApiVersion>
         <staxVersion>1.1.2-dev</staxVersion>
-        <wsdl4jVersion>1.5.2</wsdl4jVersion>
+        <wsdl4jVersion>1.6.1</wsdl4jVersion>
         <xapoolVersion>1.4</xapoolVersion>
         <xercesVersion>2.8.0</xercesVersion>
         <xmlResolverVersion>1.1</xmlResolverVersion>