Author: mattmann
Date: Fri Jul 16 21:16:39 2010
New Revision: 964952
URL: http://svn.apache.org/viewvc?rev=964952&view=rev
Log:
- upgrade to XMLRPC 2.0.1 official release. I'd like to upgrade to 3.x, but I
think it's non-backwards compat. Let's start here as part of OODT-15 and I'll
report another issue later (post 0.1-incubating) to address the XML-RPC 3.x
upgrade...
Modified:
incubator/oodt/trunk/commons/pom.xml
Modified: incubator/oodt/trunk/commons/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oodt/trunk/commons/pom.xml?rev=964952&r1=964951&r2=964952&view=diff
==============================================================================
--- incubator/oodt/trunk/commons/pom.xml (original)
+++ incubator/oodt/trunk/commons/pom.xml Fri Jul 16 21:16:39 2010
@@ -117,7 +117,7 @@
<dependency>
<groupId>xmlrpc</groupId>
<artifactId>xmlrpc</artifactId>
- <version>1.1</version>
+ <version>2.0.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>