From: fhanik Date: Thu, 25 Feb 2010 17:21:10 +0000 (+0000) Subject: upgrade location and version of H2, this location should not change as frequently X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2eff1322410a7ec709a697c66782be1ed50b7568;p=tomcat7.0 upgrade location and version of H2, this location should not change as frequently git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@916361 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/jdbc-pool/build.properties.default b/modules/jdbc-pool/build.properties.default index f2986a48b..4614c4fe3 100644 --- a/modules/jdbc-pool/build.properties.default +++ b/modules/jdbc-pool/build.properties.default @@ -97,5 +97,5 @@ derby.loc=http://archive.apache.org/dist/db/derby/db-derby-10.5.1.1/db-derby-10. derby.jar=${derby.home}/lib/derby.jar h2.home=${base.path}/h2 -h2.loc=http://www.h2database.com/h2-2009-09-04.zip -h2.jar=${h2.home}/bin/h2-1.1.118.jar +h2.loc=http://h2database.googlecode.com/files/h2-2010-02-19.zip +h2.jar=${h2.home}/bin/h2-1.2.129.jar