Author: chatellier Date: 2009-05-25 08:41:15 +0000 (Mon, 25 May 2009) New Revision: 2262 Modified: isis-fish/trunk/pom.xml Log: Update h2 Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2009-05-25 08:03:20 UTC (rev 2261) +++ isis-fish/trunk/pom.xml 2009-05-25 08:41:15 UTC (rev 2262) @@ -158,7 +158,7 @@ <scope>compile</scope> </dependency> - <!-- XML-RPC Client and server (don't try 3.1.1) --> + <!-- XML-RPC Client and server --> <dependency> <groupId>org.apache.xmlrpc</groupId> <artifactId>xmlrpc-client</artifactId> @@ -221,7 +221,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.1.112</version> + <version>1.1.113</version> <scope>compile</scope> </dependency>