You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ab...@apache.org on 2020/04/01 15:34:04 UTC

[nifi-registry] 02/06: NIFIREG-372 Downgrade H2 to 1.4.199

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

aboda pushed a commit to branch NIFIREG-371-RC1
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git

commit 84fe95c82de041da623601b714954b2680b65118
Author: Bryan Bende <bb...@apache.org>
AuthorDate: Fri Mar 20 08:58:51 2020 -0400

    NIFIREG-372 Downgrade H2 to 1.4.199
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 89790c2..0fa87ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
         <flyway.tests.version>5.1.0</flyway.tests.version>
         <swagger.ui.version>3.12.0</swagger.ui.version>
         <testcontainers.version>1.11.2</testcontainers.version>
-	    <h2.version>1.4.200</h2.version>
+	    <h2.version>1.4.199</h2.version>
         <groovy.version>2.5.4</groovy.version>
         <groovy.eclipse.compiler.version>3.4.0-01</groovy.eclipse.compiler.version>
         <jaxb.version>2.3.2</jaxb.version>