This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new e0a3e6a Align h2 version with pom e0a3e6a is described below commit e0a3e6af67bc501cba44c18732261eb8a3231b9a Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Apr 1 17:12:33 2022 +0100 Align h2 version with pom --- modules/jdbc-pool/build.properties.default | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/jdbc-pool/build.properties.default b/modules/jdbc-pool/build.properties.default index 45e4c7d..e300ecb 100644 --- a/modules/jdbc-pool/build.properties.default +++ b/modules/jdbc-pool/build.properties.default @@ -101,7 +101,7 @@ derby.home=${base.path}/db-derby-10.5.1.1-bin derby.loc=https://archive.apache.org/dist/db/derby/db-derby-10.5.1.1/db-derby-10.5.1.1-bin.tar.gz derby.jar=${derby.home}/lib/derby.jar -h2.version=1.2.129 +h2.version=2.1.210 h2.home=${base.path}/h2-${h2.version} -h2.loc=https://repo.maven.apache.org/maven2/com/h2database/h2/1.2.129/h2-1.2.129.jar -h2.jar=${h2.home}/h2-1.2.129.jar +h2.loc=https://repo.maven.apache.org/maven2/com/h2database/h2/${h2.version}/h2-${h2.version}.jar +h2.jar=${h2.home}/h2-${h2.version}.jar --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org