You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2019/08/20 14:53:38 UTC

[nifi-registry] branch master updated: NIFIREG-311 Use H2 version 1.4.197 (#221)

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

mcgilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git


The following commit(s) were added to refs/heads/master by this push:
     new 306bfa4  NIFIREG-311 Use H2 version 1.4.197 (#221)
306bfa4 is described below

commit 306bfa460ac06bcd788cf9c03306a8cc2e0b9ef9
Author: Bryan Bende <bb...@apache.org>
AuthorDate: Tue Aug 20 10:53:33 2019 -0400

    NIFIREG-311 Use H2 version 1.4.197 (#221)
    
    NIFIREG-311 Use H2 version 1.4.197
    
    This closes #221
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 08886ff..37aa061 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,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.199</h2.version>
+	<h2.version>1.4.197</h2.version>
     </properties>
 
     <repositories>