This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openjpa.git
commit 0cd523b1f564ec7d1c27de6e017423471f94b4af Author: Mark Struberg <[email protected]> AuthorDate: Fri Feb 1 14:58:23 2019 +0100 move back to h2-1.4.196 due to a Time bug in h2 197 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 45bb243..265a72e 100644 --- a/pom.xml +++ b/pom.xml @@ -439,7 +439,7 @@ </property> </activation> <properties> - <h2.version>1.4.197</h2.version> + <h2.version>1.4.196</h2.version> <connection.driver.name>org.h2.Driver</connection.driver.name> <connection.url>jdbc:h2:./target/database/openjpa-h2-database</connection.url> <connection.username />
