You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/04/01 16:12:45 UTC

[tomcat] branch main updated: Align h2 version with pom

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new f88816b  Align h2 version with pom
f88816b is described below

commit f88816bca3c67b2a2f9312fff56c8f5724ed5bfd
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org