You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/01/08 22:36:59 UTC

[hop] branch master updated: Update H2 to 2.0.206

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e25a09  Update H2 to 2.0.206
     new 30ba33a  Merge pull request #1263 from Chromico/master
6e25a09 is described below

commit 6e25a094c4082cc668a7c3242ca33214f970de89
Author: Chromico Rek <at...@gmail.com>
AuthorDate: Sat Jan 8 17:29:25 2022 +0400

    Update H2 to 2.0.206
---
 assemblies/plugins/databases/h2-assemblies/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assemblies/plugins/databases/h2-assemblies/pom.xml b/assemblies/plugins/databases/h2-assemblies/pom.xml
index a9095c9..fc2bdda 100644
--- a/assemblies/plugins/databases/h2-assemblies/pom.xml
+++ b/assemblies/plugins/databases/h2-assemblies/pom.xml
@@ -37,7 +37,7 @@
     <description></description>
 
     <properties>
-        <h2.version>1.4.200</h2.version>
+        <h2.version>2.0.206</h2.version>
     </properties>
 
 
@@ -54,4 +54,4 @@
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>